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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Maxim Karasev
aports
Commits
16d6aa2a
Commit
16d6aa2a
authored
9 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/mpd: enable opus support
parent
5faee4af
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/mpd/APKBUILD
+4
-2
4 additions, 2 deletions
main/mpd/APKBUILD
with
4 additions
and
2 deletions
main/mpd/APKBUILD
+
4
−
2
View file @
16d6aa2a
...
...
@@ -8,7 +8,7 @@ case $pkgver in
*
.
*
.
*
)
_branch
=
${
pkgver
%.*
}
;;
*
.
*
)
_branch
=
$pkgver
;;
esac
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
url
=
"http://musicpd.org"
pkgusers
=
"mpd"
...
...
@@ -19,7 +19,8 @@ depends=
makedepends
=
"lame-dev glib-dev curl-dev libao-dev libmad-dev flac-dev
libogg-dev faad2-dev libid3tag-dev libvorbis-dev alsa-lib-dev
libsamplerate-dev libshout-dev libmodplug-dev boost-dev icu-dev
libnfs-dev samba-dev autoconf automake libtool"
libnfs-dev samba-dev opus-dev
autoconf automake libtool"
install
=
"
$pkgname
.pre-install"
subpackages
=
"
$pkgname
-doc
$pkgname
-dbg"
source
=
"http://www.musicpd.org/download/mpd/
$_branch
/mpd-
$pkgver
.tar.xz
...
...
@@ -52,6 +53,7 @@ build() {
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--enable-shout
\
--enable-opus
\
--enable-modplug
\
--enable-nfs
\
--enable-smbclient
\
...
...
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