commit:     c9a513f5fca425af368156b1272145ce6a9a6980
Author:     hkgz <hkgz <AT> localhost <DOT> localdomain>
AuthorDate: Thu Mar  3 13:14:47 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 13:14:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a513f5

media-video/mplayer: added vcd and yuv4mpeg USE flags, bug #574806

 media-video/mplayer/metadata.xml         | 2 ++
 media-video/mplayer/mplayer-1.2.1.ebuild | 8 ++++----
 media-video/mplayer/mplayer-1.3.0.ebuild | 8 ++++----
 media-video/mplayer/mplayer-9999.ebuild  | 8 ++++----
 4 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/media-video/mplayer/metadata.xml b/media-video/mplayer/metadata.xml
index c6d7f2f..0bde382 100644
--- a/media-video/mplayer/metadata.xml
+++ b/media-video/mplayer/metadata.xml
@@ -32,9 +32,11 @@
     <flag name="toolame">Enable toolame MPEG-2 encoding</flag>
     <flag name="tremor">Enable internal support for Vorbis</flag>
     <flag name="twolame">Enable twolame MPEG-2 encoding</flag>
+    <flag name="vcd">Enables VCD support</flag>
     <flag name="vidix">Support for vidix video output</flag>
     <flag name="xanim">Enables support for xanim based codecs</flag>
     <flag name="xvmc">Enables X-Video Motion Compensation support</flag>
+    <flag name="yuv4mpeg">Enables yuv4mpeg video output</flag>
     <flag name="zoran">Enables ZR360[56]7/ZR36060 video output</flag>
   </use>
 </pkgmetadata>

diff --git a/media-video/mplayer/mplayer-1.2.1.ebuild 
b/media-video/mplayer/mplayer-1.2.1.ebuild
index e524a12..c2a89ed 100644
--- a/media-video/mplayer/mplayer-1.2.1.ebuild
+++ b/media-video/mplayer/mplayer-1.2.1.ebuild
@@ -17,8 +17,8 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k 
kernel_linux ladspa
 +libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx 
cpu_flags_x86_mmxext mng mp3 nas
 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
 radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3
-tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
-vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
+tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
+vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
 
 VIDEO_CARDS="s3virge mga tdfx"
 for x in ${VIDEO_CARDS}; do
@@ -299,7 +299,7 @@ src_configure() {
                $(use_enable network networking)
                $(use_enable joystick)
        "
-       uses="bl bluray enca ftp rtc" # nemesi <- not working with in-tree 
ebuild
+       uses="bl bluray enca ftp rtc vcd" # nemesi <- not working with in-tree 
ebuild
        myconf+=" --disable-nemesi" # nemesi automagic disable
        for i in ${uses}; do
                use ${i} || myconf+=" --disable-${i}"
@@ -422,7 +422,7 @@ src_configure() {
        ################
        # Video Output #
        ################
-       uses="directfb md5sum sdl"
+       uses="directfb md5sum sdl yuv4mpeg"
        for i in ${uses}; do
                use ${i} || myconf+=" --disable-${i}"
        done

diff --git a/media-video/mplayer/mplayer-1.3.0.ebuild 
b/media-video/mplayer/mplayer-1.3.0.ebuild
index 8a5b401..c5eb085 100644
--- a/media-video/mplayer/mplayer-1.3.0.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0.ebuild
@@ -17,8 +17,8 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k 
kernel_linux ladspa
 +libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx 
cpu_flags_x86_mmxext mng mp3 nas
 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
 radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3
-tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
-vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
+tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
+vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
 
 VIDEO_CARDS="s3virge mga tdfx"
 for x in ${VIDEO_CARDS}; do
@@ -293,7 +293,7 @@ src_configure() {
                $(use_enable network networking)
                $(use_enable joystick)
        "
-       uses="bl bluray enca ftp rtc" # nemesi <- not working with in-tree 
ebuild
+       uses="bl bluray enca ftp rtc vcd" # nemesi <- not working with in-tree 
ebuild
        myconf+=" --disable-nemesi" # nemesi automagic disable
        for i in ${uses}; do
                use ${i} || myconf+=" --disable-${i}"
@@ -416,7 +416,7 @@ src_configure() {
        ################
        # Video Output #
        ################
-       uses="directfb md5sum sdl"
+       uses="directfb md5sum sdl yuv4mpeg"
        for i in ${uses}; do
                use ${i} || myconf+=" --disable-${i}"
        done

diff --git a/media-video/mplayer/mplayer-9999.ebuild 
b/media-video/mplayer/mplayer-9999.ebuild
index 586f70a..1e3a45b 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-9999.ebuild
@@ -17,8 +17,8 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k 
kernel_linux ladspa
 +libass libcaca libmpeg2 lirc live lzo mad md5sum +cpu_flags_x86_mmx 
cpu_flags_x86_mmxext mng mp3 nas
 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
 radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse 
cpu_flags_x86_sse2 cpu_flags_x86_ssse3
-tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
-vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
+tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
+vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
 
 VIDEO_CARDS="s3virge mga tdfx"
 for x in ${VIDEO_CARDS}; do
@@ -293,7 +293,7 @@ src_configure() {
                $(use_enable network networking)
                $(use_enable joystick)
        "
-       uses="bl bluray enca ftp rtc" # nemesi <- not working with in-tree 
ebuild
+       uses="bl bluray enca ftp rtc vcd" # nemesi <- not working with in-tree 
ebuild
        myconf+=" --disable-nemesi" # nemesi automagic disable
        for i in ${uses}; do
                use ${i} || myconf+=" --disable-${i}"
@@ -416,7 +416,7 @@ src_configure() {
        ################
        # Video Output #
        ################
-       uses="directfb md5sum sdl"
+       uses="directfb md5sum sdl yuv4mpeg"
        for i in ${uses}; do
                use ${i} || myconf+=" --disable-${i}"
        done

Reply via email to