Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/
Date: Thu, 10 May 2018 22:08:40
Message-Id: 1525990103.4e20c01201f98332289d843bc9c0b1084616d52a.polynomial-c@gentoo
1 commit: 4e20c01201f98332289d843bc9c0b1084616d52a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 22:02:12 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 22:08:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e20c012
7
8 media-sound/mixxx: Revbump fixing opus automagic.
9
10 Closes: https://bugs.gentoo.org/637424
11 Package-Manager: Portage-2.3.36, Repoman-2.3.9
12
13 media-sound/mixxx/{mixxx-2.0.0-r4.ebuild => mixxx-2.0.0-r5.ebuild} | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild b/media-sound/mixxx/mixxx-2.0.0-r5.ebuild
17 similarity index 95%
18 rename from media-sound/mixxx/mixxx-2.0.0-r4.ebuild
19 rename to media-sound/mixxx/mixxx-2.0.0-r5.ebuild
20 index d8a4bb17998..a8fcb5ca5c8 100644
21 --- a/media-sound/mixxx/mixxx-2.0.0-r4.ebuild
22 +++ b/media-sound/mixxx/mixxx-2.0.0-r5.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -16,7 +16,7 @@ SRC_URI+=" https://github.com/mixxxdj/mixxx/commit/869e07067b15e09bf7ef886a8772a
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="amd64 x86"
33 -IUSE="aac debug doc ffmpeg hid mp3 mp4 shout wavpack"
34 +IUSE="aac debug doc ffmpeg hid mp3 mp4 opus shout wavpack"
35
36 # fails to compile system-fidlib. Add ">media-libs/fidlib-0.9.10-r1" once this
37 # got fixed
38 @@ -56,6 +56,7 @@ RDEPEND="
39 hid? ( dev-libs/hidapi )
40 mp3? ( media-libs/libmad )
41 mp4? ( media-libs/libmp4v2:= )
42 + opus? ( media-libs/opusfile )
43 shout? ( media-libs/libshout )
44 wavpack? ( media-sound/wavpack )
45 ffmpeg? ( media-video/ffmpeg:0= )
46 @@ -120,6 +121,7 @@ src_configure() {
47 m4a="$(usex mp4 1 0)"
48 mad="$(usex mp3 1 0)"
49 optimize="${myoptimize}"
50 + opus="$(usex opus 1 0)"
51 qdebug="$(usex debug 1 0)"
52 qt5=1
53 shoutcast="$(usex shout 1 0)"