pacho       15/06/08 18:43:38

  Modified:             vlc-2.2.1.ebuild vlc-9999.ebuild ChangeLog
  Log:
  Rename 'avahi' to 'zeroconf' (#477620)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.10                 media-video/vlc/vlc-2.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild?r1=1.9&r2=1.10

Index: vlc-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vlc-2.2.1.ebuild    18 May 2015 05:17:03 -0000      1.9
+++ vlc-2.2.1.ebuild    8 Jun 2015 18:43:38 -0000       1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.9 
2015/05/18 05:17:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.1.ebuild,v 1.10 
2015/06/08 18:43:38 pacho Exp $
 
 EAPI="5"
 
@@ -37,10 +37,10 @@
 if [ "${PV%9999}" = "${PV}" ] ; then
        KEYWORDS="~amd64 ~arm ~ppc64 -sparc ~x86 ~x86-fbsd"
 else
-       KEYWORDS="~ppc64"
+       KEYWORDS=""
 fi
 
-IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec
+IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec
        +avformat bidi bluray cdda cddb chromaprint dbus dc1394 debug
        directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk
        fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls
@@ -52,7 +52,7 @@
        png postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba
        schroedinger sdl sdl-image sftp shout sid skins speex cpu_flags_x86_sse 
svg +swscale
        taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx vdpau
-       vlm vnc vorbis vpx wma-fixed +X x264 x265 +xcb xml xv zvbi"
+       vlm vnc vorbis vpx wma-fixed +X x264 x265 +xcb xml xv zeroconf zvbi"
 
 RDEPEND="
                !<media-video/ffmpeg-1.2:0
@@ -63,7 +63,6 @@
                a52? ( >=media-libs/a52dec-0.7.4-r3:0 )
                aalib? ( media-libs/aalib:0 )
                alsa? ( >=media-libs/alsa-lib-1.0.24:0 )
-               avahi? ( >=net-dns/avahi-0.6:0[dbus] )
                avcodec? (
                        !libav? ( media-video/ffmpeg:0= )
                        libav? ( >=media-video/libav-11:0= )
@@ -155,7 +154,9 @@
                        !libav? ( media-video/ffmpeg:0=[vaapi] )
                        libav? ( media-video/libav:0=[vaapi] )
                )
-               vcdx? ( >=dev-libs/libcdio-0.78.2:0 
>=media-video/vcdimager-0.7.22:0 )"
+               vcdx? ( >=dev-libs/libcdio-0.78.2:0 
>=media-video/vcdimager-0.7.22:0 )
+               zeroconf? ( >=net-dns/avahi-0.6:0[dbus] )
+"
 
 # Temporarily block non-live FFMPEG versions as they break vdpau, 9999 works;
 # thus we'll have to wait for a new release there.
@@ -332,7 +333,6 @@
                $(use_enable altivec) \
                $(use_enable atmo) \
                $(use_enable audioqueue) \
-               $(use_enable avahi bonjour) \
                $(use_enable avcodec) \
                $(use_enable avformat) \
                $(use_enable bidi fribidi) \
@@ -439,6 +439,7 @@
                $(use_enable xcb) \
                $(use_enable xml libxml2) \
                $(use_enable xv xvideo) \
+               $(use_enable zeroconf bonjour) \
                $(use_enable zvbi) $(use_enable !zvbi telx) \
                --disable-asdcp \
                --disable-coverage \



1.240                media-video/vlc/vlc-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.240&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.240&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.239&r2=1.240

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- vlc-9999.ebuild     24 Apr 2015 05:48:12 -0000      1.239
+++ vlc-9999.ebuild     8 Jun 2015 18:43:38 -0000       1.240
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.239 
2015/04/24 05:48:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.240 
2015/06/08 18:43:38 pacho Exp $
 
 EAPI="5"
 
@@ -40,7 +40,7 @@
        KEYWORDS=""
 fi
 
-IUSE="a52 aalib alsa altivec atmo +audioqueue avahi +avcodec
+IUSE="a52 aalib alsa altivec atmo +audioqueue +avcodec
        +avformat bidi bluray cdda cddb chromaprint dbus dc1394 debug
        directfb directx dts dvb +dvbpsi dvd dxva2 elibc_glibc +encode faad fdk
        fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls
@@ -52,7 +52,7 @@
        png +postproc projectm pulseaudio +qt4 qt5 rdp rtsp run-as-root samba
        schroedinger sdl sdl-image sftp shout sid skins speex cpu_flags_x86_sse 
svg +swscale
        taglib theora tremor truetype twolame udev upnp vaapi v4l vcdx vdpau
-       vlm vnc vorbis vpx wma-fixed +X x264 x265 +xcb xml xv zvbi"
+       vlm vnc vorbis vpx wma-fixed +X x264 x265 +xcb xml xv zvbi zeroconf"
 
 RDEPEND="
                !<media-video/ffmpeg-1.2:0
@@ -63,7 +63,6 @@
                a52? ( >=media-libs/a52dec-0.7.4-r3:0 )
                aalib? ( media-libs/aalib:0 )
                alsa? ( >=media-libs/alsa-lib-1.0.24:0 )
-               avahi? ( >=net-dns/avahi-0.6:0[dbus] )
                avcodec? (
                        !libav? ( media-video/ffmpeg:0= )
                        libav? ( media-video/libav:0= )
@@ -155,7 +154,9 @@
                        !libav? ( media-video/ffmpeg:0=[vaapi] )
                        libav? ( media-video/libav:0=[vaapi] )
                )
-               vcdx? ( >=dev-libs/libcdio-0.78.2:0 
>=media-video/vcdimager-0.7.22:0 )"
+               vcdx? ( >=dev-libs/libcdio-0.78.2:0 
>=media-video/vcdimager-0.7.22:0 )
+               zeroconf? ( >=net-dns/avahi-0.6:0[dbus] )
+"
 
 # Temporarily block non-live FFMPEG versions as they break vdpau, 9999 works;
 # thus we'll have to wait for a new release there.
@@ -318,7 +319,6 @@
                $(use_enable altivec) \
                $(use_enable atmo) \
                $(use_enable audioqueue) \
-               $(use_enable avahi bonjour) \
                $(use_enable avcodec) \
                $(use_enable avformat) \
                $(use_enable bidi fribidi) \
@@ -425,6 +425,7 @@
                $(use_enable xml libxml2) \
                $(use_enable xv xvideo) \
                $(use_enable x265) \
+               $(use_enable zeroconf bonjour) \
                $(use_enable zvbi) $(use_enable !zvbi telx) \
                --disable-asdcp \
                --disable-coverage \



1.960                media-video/vlc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.960&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.960&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.959&r2=1.960

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.959
retrieving revision 1.960
diff -u -r1.959 -r1.960
--- ChangeLog   18 May 2015 05:17:03 -0000      1.959
+++ ChangeLog   8 Jun 2015 18:43:38 -0000       1.960
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.959 
2015/05/18 05:17:03 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.960 
2015/06/08 18:43:38 pacho Exp $
+
+  08 Jun 2015; Pacho Ramos <[email protected]> vlc-2.2.1.ebuild, 
vlc-9999.ebuild:
+  Rename 'avahi' to 'zeroconf' (#477620)
 
   18 May 2015; Ian Delaney <[email protected]> vlc-2.2.0.ebuild,
   vlc-2.2.1.ebuild:




Reply via email to