diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-11 00:02:12 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-11 00:08:23 +0200 |
commit | 4e20c01201f98332289d843bc9c0b1084616d52a (patch) | |
tree | cb60309ef00e71a07e9775d29eca656d7f8b6405 /media-sound/mixxx | |
parent | media-sound/mixxx: Bump to version 2.1.0 (diff) | |
download | gentoo-4e20c01201f98332289d843bc9c0b1084616d52a.tar.gz gentoo-4e20c01201f98332289d843bc9c0b1084616d52a.tar.bz2 gentoo-4e20c01201f98332289d843bc9c0b1084616d52a.zip |
media-sound/mixxx: Revbump fixing opus automagic.
Closes: https://bugs.gentoo.org/637424
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'media-sound/mixxx')
-rw-r--r-- | media-sound/mixxx/mixxx-2.0.0-r5.ebuild (renamed from media-sound/mixxx/mixxx-2.0.0-r4.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild b/media-sound/mixxx/mixxx-2.0.0-r5.ebuild index d8a4bb179981..a8fcb5ca5c84 100644 --- a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild +++ b/media-sound/mixxx/mixxx-2.0.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI+=" https://github.com/mixxxdj/mixxx/commit/869e07067b15e09bf7ef886a8772a LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="aac debug doc ffmpeg hid mp3 mp4 shout wavpack" +IUSE="aac debug doc ffmpeg hid mp3 mp4 opus shout wavpack" # fails to compile system-fidlib. Add ">media-libs/fidlib-0.9.10-r1" once this # got fixed @@ -56,6 +56,7 @@ RDEPEND=" hid? ( dev-libs/hidapi ) mp3? ( media-libs/libmad ) mp4? ( media-libs/libmp4v2:= ) + opus? ( media-libs/opusfile ) shout? ( media-libs/libshout ) wavpack? ( media-sound/wavpack ) ffmpeg? ( media-video/ffmpeg:0= ) @@ -120,6 +121,7 @@ src_configure() { m4a="$(usex mp4 1 0)" mad="$(usex mp3 1 0)" optimize="${myoptimize}" + opus="$(usex opus 1 0)" qdebug="$(usex debug 1 0)" qt5=1 shoutcast="$(usex shout 1 0)" |