From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDD7D1382C5 for ; Thu, 10 May 2018 22:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13604E09DF; Thu, 10 May 2018 22:08:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E28E3E09D8 for ; Thu, 10 May 2018 22:08:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B26B335C8D for ; Thu, 10 May 2018 22:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CB73257 for ; Thu, 10 May 2018 22:08:36 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1525990103.4e20c01201f98332289d843bc9c0b1084616d52a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mixxx/mixxx-2.0.0-r4.ebuild media-sound/mixxx/mixxx-2.0.0-r5.ebuild X-VCS-Directories: media-sound/mixxx/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4e20c01201f98332289d843bc9c0b1084616d52a X-VCS-Branch: master Date: Thu, 10 May 2018 22:08:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e8493b05-864a-4aa2-a124-f5647f057a45 X-Archives-Hash: 24fbd9d4d4e7533b80e3266820a067f5 commit: 4e20c01201f98332289d843bc9c0b1084616d52a Author: Lars Wendler gentoo org> AuthorDate: Thu May 10 22:02:12 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu May 10 22:08:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e20c012 media-sound/mixxx: Revbump fixing opus automagic. Closes: https://bugs.gentoo.org/637424 Package-Manager: Portage-2.3.36, Repoman-2.3.9 media-sound/mixxx/{mixxx-2.0.0-r4.ebuild => mixxx-2.0.0-r5.ebuild} | 6 ++++-- 1 file 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 similarity index 95% rename from media-sound/mixxx/mixxx-2.0.0-r4.ebuild rename to media-sound/mixxx/mixxx-2.0.0-r5.ebuild index d8a4bb17998..a8fcb5ca5c8 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)"