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