1 |
# Copyright 1999-2011 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.150 2011/10/06 20:51:39 aballier Exp $ |
4 |
|
5 |
EAPI="4" |
6 |
|
7 |
SCM="" |
8 |
if [ "${PV%9999}" != "${PV}" ] ; then |
9 |
SCM=git-2 |
10 |
EGIT_BOOTSTRAP="bootstrap" |
11 |
if [ "${PV%.9999}" != "${PV}" ] ; then |
12 |
EGIT_REPO_URI="git://git.videolan.org/vlc/vlc-${PV%.9999}.git" |
13 |
else |
14 |
EGIT_REPO_URI="git://git.videolan.org/vlc.git" |
15 |
fi |
16 |
fi |
17 |
|
18 |
inherit eutils multilib autotools toolchain-funcs flag-o-matic ${SCM} |
19 |
|
20 |
MY_PV="${PV/_/-}" |
21 |
MY_PV="${MY_PV/-beta/-test}" |
22 |
MY_P="${PN}-${MY_PV}" |
23 |
|
24 |
PATCHLEVEL="101" |
25 |
DESCRIPTION="VLC media player - Video player and streamer" |
26 |
HOMEPAGE="http://www.videolan.org/vlc/" |
27 |
if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild |
28 |
SRC_URI="" |
29 |
elif [[ "${MY_P}" == "${P}" ]]; then |
30 |
SRC_URI="http://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.xz" |
31 |
else |
32 |
SRC_URI="http://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz" |
33 |
fi |
34 |
|
35 |
SRC_URI="${SRC_URI} |
36 |
mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2" |
37 |
|
38 |
LICENSE="GPL-2" |
39 |
SLOT="0" |
40 |
|
41 |
if [ "${PV%9999}" = "${PV}" ] ; then |
42 |
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" |
43 |
else |
44 |
KEYWORDS="" |
45 |
fi |
46 |
IUSE="a52 aac aalib alsa altivec atmo +audioqueue avahi +avcodec |
47 |
+avformat bidi bluray cdda cddb dbus dc1394 debug dirac direct2d |
48 |
directfb directx dshow dts dvb dvd dxva2 elibc_glibc egl +encode |
49 |
fbosd fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls |
50 |
growl httpd ieee1394 ios-vout jack kate kde libass libcaca libnotify |
51 |
libproxy libsamplerate libtiger libv4l2 linsys libtar lirc live lua +macosx |
52 |
+macosx-audio +macosx-dialog-provider +macosx-eyetv +macosx-quartztext |
53 |
+macosx-qtcapture +macosx-vout matroska media-library mmx modplug mp3 mpeg |
54 |
mtp musepack ncurses neon ogg omxil opengl optimisememory oss png portaudio |
55 |
+postproc projectm pulseaudio pvr +qt4 rtsp run-as-root samba schroedinger |
56 |
sdl sdl-image shine shout sid skins speex sqlite sse svg +swscale switcher |
57 |
taglib theora truetype twolame udev upnp vaapi vcdx vlm vorbis waveout |
58 |
win32codecs wingdi wma-fixed +X x264 +xcb xml xosd xv zvbi" |
59 |
|
60 |
RDEPEND=" |
61 |
>=sys-libs/zlib-1.2.5.1-r2[minizip] |
62 |
a52? ( >=media-libs/a52dec-0.7.4-r3 ) |
63 |
aalib? ( media-libs/aalib ) |
64 |
aac? ( >=media-libs/faad2-2.6.1 ) |
65 |
alsa? ( >=media-libs/alsa-lib-1.0.23 ) |
66 |
avahi? ( >=net-dns/avahi-0.6[dbus] ) |
67 |
avcodec? ( virtual/ffmpeg ) |
68 |
avformat? ( virtual/ffmpeg ) |
69 |
bidi? ( >=dev-libs/fribidi-0.10.4 ) |
70 |
bluray? ( media-libs/libbluray >=dev-libs/libxml2-2.6:2 ) |
71 |
cddb? ( >=media-libs/libcddb-1.2.0 ) |
72 |
dbus? ( >=sys-apps/dbus-1.0.2 ) |
73 |
dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) |
74 |
dirac? ( >=media-video/dirac-0.10.0 ) |
75 |
directfb? ( dev-libs/DirectFB sys-libs/zlib ) |
76 |
dts? ( media-libs/libdca ) |
77 |
dvb? ( >=media-libs/libdvbpsi-0.1.6 ) |
78 |
dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) |
79 |
egl? ( virtual/opengl ) |
80 |
elibc_glibc? ( >=sys-libs/glibc-2.8 ) |
81 |
flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) |
82 |
fluidsynth? ( media-sound/fluidsynth ) |
83 |
fontconfig? ( media-libs/fontconfig ) |
84 |
gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) |
85 |
gme? ( media-libs/game-music-emu ) |
86 |
gnome? ( gnome-base/gnome-vfs ) |
87 |
gnutls? ( >=net-libs/gnutls-2.0.0 ) |
88 |
ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) |
89 |
ios-vout? ( virtual/opengl ) |
90 |
jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) |
91 |
kate? ( >=media-libs/libkate-0.1.1 ) |
92 |
libass? ( >=media-libs/libass-0.9.8 media-libs/fontconfig ) |
93 |
libcaca? ( >=media-libs/libcaca-0.99_beta14 ) |
94 |
libnotify? ( x11-libs/libnotify x11-libs/gtk+:2 ) |
95 |
libproxy? ( net-libs/libproxy ) |
96 |
libsamplerate? ( media-libs/libsamplerate ) |
97 |
libtar? ( >=dev-libs/libtar-1.2.11-r3 ) |
98 |
libtiger? ( media-libs/libtiger ) |
99 |
linsys? ( >=media-libs/zvbi-0.2.28 ) |
100 |
lirc? ( app-misc/lirc ) |
101 |
live? ( >=media-plugins/live-2010.10.15 ) |
102 |
lua? ( >=dev-lang/lua-5.1 ) |
103 |
macosx-vout? ( virtual/opengl ) |
104 |
matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) |
105 |
modplug? ( >=media-libs/libmodplug-0.8.8.1 ) |
106 |
mp3? ( media-libs/libmad ) |
107 |
mpeg? ( >=media-libs/libmpeg2-0.3.2 ) |
108 |
mtp? ( >=media-libs/libmtp-1.0.0 ) |
109 |
musepack? ( >=media-sound/musepack-tools-444 ) |
110 |
ncurses? ( sys-libs/ncurses ) |
111 |
ogg? ( media-libs/libogg ) |
112 |
opengl? ( virtual/opengl >=x11-libs/libX11-1.3.99.901 ) |
113 |
png? ( media-libs/libpng sys-libs/zlib ) |
114 |
portaudio? ( >=media-libs/portaudio-19_pre ) |
115 |
postproc? ( virtual/ffmpeg ) |
116 |
projectm? ( media-libs/libprojectm ) |
117 |
pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) |
118 |
qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) |
119 |
samba? ( >=net-fs/samba-3.4.6[smbclient] ) |
120 |
schroedinger? ( >=media-libs/schroedinger-1.0.10 ) |
121 |
sdl? ( >=media-libs/libsdl-1.2.8 |
122 |
sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) |
123 |
shout? ( media-libs/libshout ) |
124 |
sid? ( media-libs/libsidplay:2 ) |
125 |
skins? ( x11-libs/libXext x11-libs/libXpm ) |
126 |
speex? ( media-libs/speex ) |
127 |
sqlite? ( >=dev-db/sqlite-3.6.0:3 ) |
128 |
svg? ( >=gnome-base/librsvg-2.9.0 ) |
129 |
swscale? ( virtual/ffmpeg ) |
130 |
taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) |
131 |
theora? ( >=media-libs/libtheora-1.0_beta3 ) |
132 |
truetype? ( media-libs/freetype media-fonts/dejavu ) |
133 |
twolame? ( media-sound/twolame ) |
134 |
udev? ( >=sys-fs/udev-142 ) |
135 |
upnp? ( net-libs/libupnp ) |
136 |
libv4l2? ( media-libs/libv4l ) |
137 |
vaapi? ( x11-libs/libva ) |
138 |
vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) |
139 |
vorbis? ( media-libs/libvorbis ) |
140 |
win32codecs? ( media-libs/win32codecs ) |
141 |
X? ( x11-libs/libX11 ) |
142 |
x264? ( >=media-libs/x264-0.0.20090923 ) |
143 |
xcb? ( >=x11-libs/libxcb-1.6 >=x11-libs/xcb-util-0.3.4 ) |
144 |
xml? ( dev-libs/libxml2 ) |
145 |
xosd? ( x11-libs/xosd ) |
146 |
zvbi? ( >=media-libs/zvbi-0.2.25 ) |
147 |
" |
148 |
|
149 |
DEPEND="${RDEPEND} |
150 |
alsa? ( >=media-sound/alsa-headers-1.0.23 ) |
151 |
fbosd? ( sys-kernel/linux-headers ) |
152 |
kde? ( >=kde-base/kdelibs-4 ) |
153 |
xcb? ( x11-proto/xproto ) |
154 |
app-arch/xz-utils |
155 |
dev-util/pkgconfig" |
156 |
|
157 |
REQUIRED_USE=" |
158 |
aalib? ( X ) |
159 |
bidi? ( truetype ) |
160 |
cddb? ( cdda ) |
161 |
dxva2? ( avcodec ) |
162 |
egl? ( X ) |
163 |
ffmpeg? ( avcodec avformat postproc swscale ) |
164 |
fontconfig? ( truetype ) |
165 |
gnutls? ( gcrypt ) |
166 |
libtar? ( skins ) |
167 |
libtiger? ( kate ) |
168 |
media-library? ( sqlite ) |
169 |
qt4? ( X ) |
170 |
sdl? ( X ) |
171 |
skins? ( truetype qt4 X ) |
172 |
switcher? ( avcodec ) |
173 |
vaapi? ( avcodec X ) |
174 |
vlm? ( encode ) |
175 |
xv? ( xcb ) |
176 |
" |
177 |
|
178 |
S="${WORKDIR}/${MY_P}" |
179 |
|
180 |
src_unpack() { |
181 |
unpack ${A} |
182 |
if [ "${PV%9999}" != "${PV}" ] ; then |
183 |
git-2_src_unpack |
184 |
fi |
185 |
} |
186 |
|
187 |
src_prepare() { |
188 |
# Make it build with libtool 1.5 |
189 |
rm -f m4/lt* m4/libtool.m4 |
190 |
|
191 |
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" |
192 |
eautoreconf |
193 |
} |
194 |
|
195 |
src_configure() { |
196 |
# needs libresid-builder from libsidplay:2 which is in another directory... |
197 |
# FIXME! |
198 |
use sid && append-ldflags "-L/usr/$(get_libdir)/sidplay/builders/" |
199 |
|
200 |
econf \ |
201 |
--docdir=/usr/share/doc/${PF} \ |
202 |
$(use_enable a52) \ |
203 |
$(use_enable aalib aa) \ |
204 |
$(use_enable aac faad) \ |
205 |
$(use_enable alsa) \ |
206 |
$(use_enable altivec) \ |
207 |
$(use_enable atmo) \ |
208 |
$(use_enable audioqueue) \ |
209 |
$(use_enable avahi bonjour) \ |
210 |
$(use_enable avcodec) \ |
211 |
$(use_enable avformat) \ |
212 |
$(use_enable bidi fribidi) \ |
213 |
$(use_enable bluray) \ |
214 |
$(use_enable cdda vcd) \ |
215 |
$(use_enable cddb libcddb) \ |
216 |
$(use_enable dbus) $(use_enable dbus dbus-control) \ |
217 |
$(use_enable dirac) \ |
218 |
$(use_enable direct2d) \ |
219 |
$(use_enable directfb) \ |
220 |
$(use_enable directx) \ |
221 |
$(use_enable dc1394) \ |
222 |
$(use_enable debug) \ |
223 |
$(use_enable dshow) \ |
224 |
$(use_enable dts dca) \ |
225 |
$(use_enable dvb dvbpsi) \ |
226 |
$(use_enable dvd dvdread) $(use_enable dvd dvdnav) \ |
227 |
$(use_enable dxva2) \ |
228 |
$(use_enable egl) \ |
229 |
$(use_enable encode sout) \ |
230 |
$(use_enable fbosd) \ |
231 |
$(use_enable flac) \ |
232 |
$(use_enable fluidsynth) \ |
233 |
$(use_enable fontconfig) \ |
234 |
$(use_enable gcrypt libgcrypt) \ |
235 |
$(use_enable gme) \ |
236 |
$(use_enable gnome gnomevfs) \ |
237 |
$(use_enable gnutls) \ |
238 |
$(use_enable growl) \ |
239 |
$(use_enable httpd) \ |
240 |
$(use_enable ieee1394 dv) \ |
241 |
$(use_enable ios-vout) \ |
242 |
$(use_enable jack) \ |
243 |
$(use_enable kate) \ |
244 |
$(use_with kde kde-solid) \ |
245 |
$(use_enable libass) \ |
246 |
$(use_enable libcaca caca) \ |
247 |
$(use_enable libnotify notify) \ |
248 |
$(use_enable libproxy) \ |
249 |
$(use_enable libsamplerate samplerate) \ |
250 |
$(use_enable libtar) \ |
251 |
$(use_enable libtiger tiger) \ |
252 |
$(use_enable libv4l2) \ |
253 |
$(use_enable linsys) \ |
254 |
$(use_enable lirc) \ |
255 |
$(use_enable live live555) \ |
256 |
$(use_enable lua) \ |
257 |
$(use_enable macosx-audio) \ |
258 |
$(use_enable macosx-dialog-provider) \ |
259 |
$(use_enable macosx-eyetv) \ |
260 |
$(use_enable macosx-qtcapture) \ |
261 |
$(use_enable macosx-quartztext) \ |
262 |
$(use_enable macosx-vout) \ |
263 |
$(use_enable matroska mkv) \ |
264 |
$(use_enable media-library) \ |
265 |
$(use_enable mmx) \ |
266 |
$(use_enable modplug mod) \ |
267 |
$(use_enable mp3 mad) \ |
268 |
$(use_enable mpeg libmpeg2) \ |
269 |
$(use_enable mtp) \ |
270 |
$(use_enable musepack mpc) \ |
271 |
$(use_enable ncurses) \ |
272 |
$(use_enable neon) \ |
273 |
$(use_enable ogg) \ |
274 |
$(use_enable omxil) \ |
275 |
$(use_enable opengl glx) \ |
276 |
$(use_enable optimisememory optimize-memory) \ |
277 |
$(use_enable oss) \ |
278 |
$(use_enable png) \ |
279 |
$(use_enable portaudio) \ |
280 |
$(use_enable postproc) \ |
281 |
$(use_enable projectm) \ |
282 |
$(use_enable pulseaudio pulse) \ |
283 |
$(use_enable pvr) \ |
284 |
$(use_enable qt4) \ |
285 |
$(use_enable rtsp realrtsp) \ |
286 |
$(use_enable run-as-root) \ |
287 |
$(use_enable samba smb) \ |
288 |
$(use_enable schroedinger) \ |
289 |
$(use_enable sdl) \ |
290 |
$(use_enable sdl-image) \ |
291 |
$(use_enable shine) \ |
292 |
$(use_enable sid) \ |
293 |
$(use_enable shout) \ |
294 |
$(use_enable skins skins2) \ |
295 |
$(use_enable speex) \ |
296 |
$(use_enable sqlite) \ |
297 |
$(use_enable sse) \ |
298 |
$(use_enable svg) \ |
299 |
$(use_enable switcher) \ |
300 |
$(use_enable swscale) \ |
301 |
$(use_enable taglib) \ |
302 |
$(use_enable theora) \ |
303 |
$(use_enable truetype freetype) \ |
304 |
$(use_enable twolame) \ |
305 |
$(use_enable udev) \ |
306 |
$(use_enable upnp) \ |
307 |
$(use_enable vcdx) \ |
308 |
$(use_enable vaapi libva) \ |
309 |
$(use_enable vlm) \ |
310 |
$(use_enable vorbis) \ |
311 |
$(use_enable waveout) \ |
312 |
$(use_enable win32codecs loader) \ |
313 |
$(use_enable wingdi) \ |
314 |
$(use_enable wma-fixed) \ |
315 |
$(use_with X x) \ |
316 |
$(use_enable x264) \ |
317 |
$(use_enable xcb) \ |
318 |
$(use_enable xml libxml2) \ |
319 |
$(use_enable xosd) \ |
320 |
$(use_enable xv xvideo) \ |
321 |
$(use_enable zvbi) $(use_enable !zvbi telx) \ |
322 |
--disable-optimizations \ |
323 |
--enable-fast-install |
324 |
} |
325 |
|
326 |
src_install() { |
327 |
emake DESTDIR="${D}" install || die "make install failed" |
328 |
|
329 |
dodoc AUTHORS THANKS NEWS README \ |
330 |
doc/fortunes.txt doc/intf-vcd.txt |
331 |
|
332 |
# Punt useless libtool's .la files |
333 |
find "${D}" -name '*.la' -delete |
334 |
} |
335 |
|
336 |
pkg_postinst() { |
337 |
if [ "$ROOT" = "/" ] && [ -x "/usr/$(get_libdir)/vlc/vlc-cache-gen" ] ; then |
338 |
einfo "Running /usr/$(get_libdir)/vlc/vlc-cache-gen on /usr/$(get_libdir)/vlc/plugins/" |
339 |
"/usr/$(get_libdir)/vlc/vlc-cache-gen" -f "/usr/$(get_libdir)/vlc/plugins/" |
340 |
else |
341 |
ewarn "We cannot run vlc-cache-gen (most likely ROOT!=/)" |
342 |
ewarn "Please run /usr/$(get_libdir)/vlc/vlc-cache-gen manually" |
343 |
ewarn "If you do not do it, vlc will take a long time to load." |
344 |
fi |
345 |
} |