Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mplayer/
Date: Mon, 05 Dec 2016 13:02:42
Message-Id: 1480942941.4e58dbe29ab7a44c7e6350f73c6e3b63a7425ec4.aballier@gentoo
1 commit: 4e58dbe29ab7a44c7e6350f73c6e3b63a7425ec4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 12:21:22 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 13:02:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e58dbe2
7
8 media-video/mplayer: drop xanim useflag
9
10 Package-Manager: portage-2.3.2
11
12 media-video/mplayer/metadata.xml | 1 -
13 media-video/mplayer/mplayer-1.2-r2.ebuild | 7 +++----
14 media-video/mplayer/mplayer-1.2.1.ebuild | 5 ++---
15 media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild | 7 +++----
16 media-video/mplayer/mplayer-1.3.0.ebuild | 5 ++---
17 media-video/mplayer/mplayer-9999.ebuild | 5 ++---
18 6 files changed, 12 insertions(+), 18 deletions(-)
19
20 diff --git a/media-video/mplayer/metadata.xml b/media-video/mplayer/metadata.xml
21 index 0bde382..d6c05ce 100644
22 --- a/media-video/mplayer/metadata.xml
23 +++ b/media-video/mplayer/metadata.xml
24 @@ -34,7 +34,6 @@
25 <flag name="twolame">Enable twolame MPEG-2 encoding</flag>
26 <flag name="vcd">Enables VCD support</flag>
27 <flag name="vidix">Support for vidix video output</flag>
28 - <flag name="xanim">Enables support for xanim based codecs</flag>
29 <flag name="xvmc">Enables X-Video Motion Compensation support</flag>
30 <flag name="yuv4mpeg">Enables yuv4mpeg video output</flag>
31 <flag name="zoran">Enables ZR360[56]7/ZR36060 video output</flag>
32
33 diff --git a/media-video/mplayer/mplayer-1.2-r2.ebuild b/media-video/mplayer/mplayer-1.2-r2.ebuild
34 index 245aa04..2e7b8e5 100644
35 --- a/media-video/mplayer/mplayer-1.2-r2.ebuild
36 +++ b/media-video/mplayer/mplayer-1.2-r2.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 @@ -18,7 +18,7 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
44 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
45 radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
46 tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
47 -vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
48 +vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc zoran"
49
50 VIDEO_CARDS="s3virge mga tdfx"
51 for x in ${VIDEO_CARDS}; do
52 @@ -126,7 +126,6 @@ RDEPEND+="
53 vdpau? ( x11-libs/libvdpau )
54 vorbis? ( !tremor? ( media-libs/libvorbis ) )
55 X? ( ${X_RDEPS} )
56 - xanim? ( media-video/xanim )
57 xinerama? ( x11-libs/libXinerama )
58 xscreensaver? ( x11-libs/libXScrnSaver )
59 xv? ( x11-libs/libXv )
60 @@ -399,7 +398,7 @@ src_configure() {
61 use ${i} || myconf+=" --disable-lib${i}"
62 done
63
64 - uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor xanim"
65 + uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor"
66 for i in ${uses}; do
67 use ${i} || myconf+=" --disable-${i}"
68 done
69
70 diff --git a/media-video/mplayer/mplayer-1.2.1.ebuild b/media-video/mplayer/mplayer-1.2.1.ebuild
71 index 9ede554..c3cd5bf 100644
72 --- a/media-video/mplayer/mplayer-1.2.1.ebuild
73 +++ b/media-video/mplayer/mplayer-1.2.1.ebuild
74 @@ -18,7 +18,7 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
75 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
76 radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
77 tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
78 -vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
79 +vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
80
81 VIDEO_CARDS="s3virge mga tdfx"
82 for x in ${VIDEO_CARDS}; do
83 @@ -126,7 +126,6 @@ RDEPEND+="
84 vdpau? ( x11-libs/libvdpau )
85 vorbis? ( !tremor? ( media-libs/libvorbis ) )
86 X? ( ${X_RDEPS} )
87 - xanim? ( media-video/xanim )
88 xinerama? ( x11-libs/libXinerama )
89 xscreensaver? ( x11-libs/libXScrnSaver )
90 xv? ( x11-libs/libXv )
91 @@ -394,7 +393,7 @@ src_configure() {
92 use ${i} || myconf+=" --disable-lib${i}"
93 done
94
95 - uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor xanim"
96 + uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor"
97 for i in ${uses}; do
98 use ${i} || myconf+=" --disable-${i}"
99 done
100
101 diff --git a/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild b/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild
102 index 8496435..1dae7c9 100644
103 --- a/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild
104 +++ b/media-video/mplayer/mplayer-1.2_pre20150214-r1.ebuild
105 @@ -1,4 +1,4 @@
106 -# Copyright 1999-2015 Gentoo Foundation
107 +# Copyright 1999-2016 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 # $Id$
110
111 @@ -18,7 +18,7 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
112 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
113 radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
114 tga theora tremor +truetype toolame twolame +unicode v4l vdpau vidix
115 -vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc zoran"
116 +vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc zoran"
117
118 VIDEO_CARDS="s3virge mga tdfx"
119 for x in ${VIDEO_CARDS}; do
120 @@ -126,7 +126,6 @@ RDEPEND+="
121 vdpau? ( x11-libs/libvdpau )
122 vorbis? ( !tremor? ( media-libs/libvorbis ) )
123 X? ( ${X_RDEPS} )
124 - xanim? ( media-video/xanim )
125 xinerama? ( x11-libs/libXinerama )
126 xscreensaver? ( x11-libs/libXScrnSaver )
127 xv? ( x11-libs/libXv )
128 @@ -393,7 +392,7 @@ src_configure() {
129 use ${i} || myconf+=" --disable-lib${i}"
130 done
131
132 - uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor xanim"
133 + uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor"
134 for i in ${uses}; do
135 use ${i} || myconf+=" --disable-${i}"
136 done
137
138 diff --git a/media-video/mplayer/mplayer-1.3.0.ebuild b/media-video/mplayer/mplayer-1.3.0.ebuild
139 index ee6d828..0094290 100644
140 --- a/media-video/mplayer/mplayer-1.3.0.ebuild
141 +++ b/media-video/mplayer/mplayer-1.3.0.ebuild
142 @@ -18,7 +18,7 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
143 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
144 radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
145 tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
146 -vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
147 +vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
148
149 VIDEO_CARDS="s3virge mga tdfx"
150 for x in ${VIDEO_CARDS}; do
151 @@ -126,7 +126,6 @@ RDEPEND+="
152 vdpau? ( x11-libs/libvdpau )
153 vorbis? ( !tremor? ( media-libs/libvorbis ) )
154 X? ( ${X_RDEPS} )
155 - xanim? ( media-video/xanim )
156 xinerama? ( x11-libs/libXinerama )
157 xscreensaver? ( x11-libs/libXScrnSaver )
158 xv? ( x11-libs/libXv )
159 @@ -388,7 +387,7 @@ src_configure() {
160 use ${i} || myconf+=" --disable-lib${i}"
161 done
162
163 - uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor xanim"
164 + uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor"
165 for i in ${uses}; do
166 use ${i} || myconf+=" --disable-${i}"
167 done
168
169 diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild
170 index f54abd9..a898de8 100644
171 --- a/media-video/mplayer/mplayer-9999.ebuild
172 +++ b/media-video/mplayer/mplayer-9999.ebuild
173 @@ -18,7 +18,7 @@ ftp gif ggi gsm +iconv ipv6 jack joystick jpeg jpeg2k kernel_linux ladspa
174 +network nut openal opengl +osdmenu oss png pnm pulseaudio pvr
175 radio rar rtc rtmp samba selinux +shm sdl speex cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_ssse3
176 tga theora tremor +truetype toolame twolame +unicode v4l vcd vdpau vidix
177 -vorbis +X x264 xanim xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
178 +vorbis +X x264 xinerama +xscreensaver +xv xvid xvmc yuv4mpeg zoran"
179
180 VIDEO_CARDS="s3virge mga tdfx"
181 for x in ${VIDEO_CARDS}; do
182 @@ -126,7 +126,6 @@ RDEPEND+="
183 vdpau? ( x11-libs/libvdpau )
184 vorbis? ( !tremor? ( media-libs/libvorbis ) )
185 X? ( ${X_RDEPS} )
186 - xanim? ( media-video/xanim )
187 xinerama? ( x11-libs/libXinerama )
188 xscreensaver? ( x11-libs/libXScrnSaver )
189 xv? ( x11-libs/libXv )
190 @@ -388,7 +387,7 @@ src_configure() {
191 use ${i} || myconf+=" --disable-lib${i}"
192 done
193
194 - uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor xanim"
195 + uses="faad gif jpeg libmpeg2 live mad mng png pnm speex tga theora tremor"
196 for i in ${uses}; do
197 use ${i} || myconf+=" --disable-${i}"
198 done