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 51D8A138334 for ; Fri, 28 Dec 2018 16:12:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C00E09A4; Fri, 28 Dec 2018 16:12:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 01AC9E09A4 for ; Fri, 28 Dec 2018 16:12:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 83086335C47 for ; Fri, 28 Dec 2018 16:12:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D27F34D3 for ; Fri, 28 Dec 2018 16:12:16 +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: <1546013531.53d096f49b8221c63364a40aae98b185cca3577c.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-9999.ebuild X-VCS-Directories: media-sound/mixxx/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 53d096f49b8221c63364a40aae98b185cca3577c X-VCS-Branch: master Date: Fri, 28 Dec 2018 16:12:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6508d66d-154d-4b13-8243-4a8814fdb019 X-Archives-Hash: 588be45739241ddad9025540e1802f1c commit: 53d096f49b8221c63364a40aae98b185cca3577c Author: Lars Wendler gentoo org> AuthorDate: Fri Dec 28 16:11:57 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Dec 28 16:12:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d096f4 media-sound/mixxx: Synced live ebuild. Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-sound/mixxx/mixxx-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-sound/mixxx/mixxx-9999.ebuild b/media-sound/mixxx/mixxx-9999.ebuild index 465a2c26cde..aac60d50482 100644 --- a/media-sound/mixxx/mixxx-9999.ebuild +++ b/media-sound/mixxx/mixxx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="aac doc ffmpeg hid mp3 mp4 opus shout wavpack" +IUSE="aac doc ffmpeg hid lv2 mp3 mp4 opus shout wavpack" # fails to compile system-fidlib. Add ">media-libs/fidlib-0.9.10-r1" once this # got fixed @@ -59,6 +59,7 @@ RDEPEND=" media-libs/libmp4v2:0 ) hid? ( dev-libs/hidapi ) + lv2? ( >=media-libs/lilv-0.24.2-r3 ) mp3? ( media-libs/libmad ) mp4? ( media-libs/libmp4v2:= ) opus? ( media-libs/opusfile ) @@ -76,6 +77,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-2.0.0-docs.patch + "${FILESDIR}"/${PN}-2.2.0-lilv_include_fix.patch ) src_prepare() { @@ -107,6 +109,7 @@ src_configure() { ffmpeg="$(usex ffmpeg 1 0)" hid="$(usex hid 1 0)" hifieq=1 + lilv="$(usex lv2 1 0)" m4a="$(usex mp4 1 0)" mad="$(usex mp3 1 0)" optimize="${myoptimize}"