From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4BF459CA3 for ; Fri, 11 Mar 2016 08:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36DBC21C042; Fri, 11 Mar 2016 08:38:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A7D221C042 for ; Fri, 11 Mar 2016 08:38:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 576D6340C7E for ; Fri, 11 Mar 2016 08:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AA1A8E9 for ; Fri, 11 Mar 2016 08:38:27 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1457685496.11a636f584fb807b01741c69d7129ce61fcf76f1.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vlc/vlc-9999.ebuild X-VCS-Directories: media-video/vlc/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 11a636f584fb807b01741c69d7129ce61fcf76f1 X-VCS-Branch: master Date: Fri, 11 Mar 2016 08:38:27 +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: e08cb767-44f8-4b58-acb3-2f3228c78e7c X-Archives-Hash: 5979df96b282b65e0de84152c35d3e66 commit: 11a636f584fb807b01741c69d7129ce61fcf76f1 Author: Ian Delaney gentoo org> AuthorDate: Fri Mar 11 08:13:37 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Mar 11 08:38:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a636f5 media-video/vlc: update the live ebuild Add IUSE gstreamer, rm IUSE macosx-dialog-provider, add dep media-libs/gst-plugins-base set behind IUSE gstreamer, take out call to epatch_user, patch to live ebuild submitted by attachment in the gentoo bug Gentoo bug: #Bug 571568 Package-Manager: portage-2.2.26 media-video/vlc/vlc-9999.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 1ebdcad..0ad4938 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" SCM="" if [ "${PV%9999}" != "${PV}" ] ; then @@ -41,10 +41,10 @@ fi IUSE="a52 aalib alsa altivec +audioqueue +avcodec +avformat bidi bluray cddb chromaprint chromecast dbus dc1394 debug directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk - fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnutls httpd + fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnutls gstreamer httpd ieee1394 jack jpeg kate kde libass libav libcaca libnotify +libsamplerate libtiger linsys libtar lirc live lua - macosx-dialog-provider macosx-eyetv macosx-notifications macosx-quartztext macosx-qtkit + macosx-eyetv macosx-notifications macosx-quartztext macosx-qtkit matroska media-library cpu_flags_x86_mmx modplug mp3 mpeg mtp musepack ncurses neon ogg omxil opencv opengl optimisememory opus png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba @@ -89,6 +89,7 @@ RDEPEND=" gcrypt? ( >=dev-libs/libgcrypt-1.2.0:0= ) gme? ( media-libs/game-music-emu:0 ) gnutls? ( >=net-libs/gnutls-3.0.20:0 ) + gstreamer? ( >=media-libs/gst-plugins-base-1.4.5:1.0 ) ieee1394? ( >=sys-libs/libraw1394-2.0.1:0 >=sys-libs/libavc1394-0.5.3:0 ) jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1:0 ) jpeg? ( virtual/jpeg:0 ) @@ -249,6 +250,8 @@ src_prepare() { # We are not in a real git checkout due to the absence of a .git directory. touch src/revision.txt || die + default + # Fix build system mistake. epatch "${FILESDIR}"/${PN}-2.1.0-fix-libtremor-libs.patch @@ -263,8 +266,6 @@ src_prepare() { sed -i 's/ --started-from-file//' share/vlc.desktop.in || die fi - epatch_user - eautoreconf # Disable automatic running of tests. @@ -343,6 +344,7 @@ src_configure() { $(use_enable gcrypt libgcrypt) \ $(use_enable gme) \ $(use_enable gnutls) \ + $(use_enable gstreamer gst-decode) \ $(use_enable httpd) \ $(use_enable ieee1394 dv1394) \ $(use_enable jack) \ @@ -359,7 +361,6 @@ src_configure() { $(use_enable lirc) \ $(use_enable live live555) \ $(use_enable lua) \ - $(use_enable macosx-dialog-provider) \ $(use_enable macosx-eyetv) \ $(use_enable macosx-notifications osx-notifications) \ $(use_enable macosx-qtkit) \ @@ -422,7 +423,7 @@ src_configure() { $(use_enable xml libxml2) \ $(use_enable xv xvideo) \ $(use_enable x265) \ - $(use_enable zeroconf bonjour) \ + $(use_enable zeroconf avahi) \ $(use_enable zvbi) $(use_enable !zvbi telx) \ --disable-asdcp \ --disable-coverage \