Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
89470d63
Unverified
Commit
89470d63
authored
5 years ago
by
Leo
Committed by
TBK
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/ices: modernize
Closes: GH-8051
parent
b9697c83
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/ices/APKBUILD
+7
-12
7 additions, 12 deletions
community/ices/APKBUILD
with
7 additions
and
12 deletions
community/ices/APKBUILD
+
7
−
12
View file @
89470d63
...
@@ -7,21 +7,18 @@ pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server"
...
@@ -7,21 +7,18 @@ pkgdesc="Source client for broadcasting in MP3 format to an icecast2 server"
url
=
"http://icecast.org/ices.php"
url
=
"http://icecast.org/ices.php"
arch
=
"all"
arch
=
"all"
license
=
"GPL-2.0-or-later"
license
=
"GPL-2.0-or-later"
depends
=
""
makedepends
=
"libogg-dev libxml2-dev libvorbis-dev libshout-dev alsa-lib-dev
makedepends
=
"libogg-dev libxml2-dev libvorbis-dev libshout-dev alsa-lib-dev
lame-dev perl-dev python2-dev
libxml2-dev
linux-headers"
lame-dev perl-dev python2-dev linux-headers"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"http://downloads.us.xiph.org/releases/ices/
$pkgname
-
$pkgver
.tar.gz"
source
=
"http://downloads.us.xiph.org/releases/ices/
$pkgname
-
$pkgver
.tar.gz"
replaces
=
"ices2"
replaces
=
"ices2"
builddir
=
$srcdir
/
$pkgname
-
$pkgver
prepare
()
{
prepare
()
{
default_prepare
||
return
1
default_prepare
update_config_guess
||
return
1
update_config_guess
}
}
build
()
{
build
()
{
cd
"
$builddir
"
./configure
\
./configure
\
--prefix
=
/usr
\
--prefix
=
/usr
\
--datadir
=
/usr/share/doc/
\
--datadir
=
/usr/share/doc/
\
...
@@ -29,15 +26,13 @@ build() {
...
@@ -29,15 +26,13 @@ build() {
--with-lame
\
--with-lame
\
--with-vorbis
\
--with-vorbis
\
--with-python
\
--with-python
\
--with-perl
\
--with-perl
||
return
1
make
make
||
return
1
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
-C
conf
DESTDIR
=
"
$pkgdir
"
install
make
-C
conf
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
}
md5sums
=
"d2f53320ebc7b468d0e0f8a3d2b70883 ices-2.0.2.tar.gz"
md5sums
=
"d2f53320ebc7b468d0e0f8a3d2b70883 ices-2.0.2.tar.gz"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment