1 |
aballier |
1.52 |
# Copyright 1999-2010 Gentoo Foundation |
2 |
aballier |
1.1 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
aballier |
1.99 |
# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.98 2010/10/16 17:13:54 aballier Exp $ |
4 |
aballier |
1.1 |
|
5 |
zmedico |
1.80 |
EAPI="3" |
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.96 |
inherit eutils multilib autotools toolchain-funcs gnome2 qt4 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.94 |
PATCHLEVEL="89" |
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.59 |
IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddb dbus dc1394 |
49 |
aballier |
1.36 |
debug dirac directfb dts dvb dvd elibc_glibc fbcon fluidsynth +ffmpeg flac fontconfig |
50 |
aballier |
1.99 |
+gcrypt gme gnome gnutls httpd ieee1394 jack kate kde libass libcaca |
51 |
aballier |
1.90 |
libnotify libproxy libtiger libv4l2 lirc live lua matroska mmx |
52 |
aballier |
1.96 |
modplug mp3 mpeg mtp musepack ncurses ogg opengl optimisememory oss |
53 |
aballier |
1.38 |
png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba |
54 |
aballier |
1.55 |
schroedinger sdl sdl-image shine shout skins speex sqlite sse stream |
55 |
aballier |
1.90 |
svg taglib theora truetype twolame udev upnp v4l2 vaapi vcdx vlm |
56 |
aballier |
1.74 |
vorbis win32codecs wma-fixed +X x264 +xcb xml xosd xv zvbi" |
57 |
aballier |
1.1 |
|
58 |
|
|
RDEPEND=" |
59 |
|
|
sys-libs/zlib |
60 |
aballier |
1.20 |
>=media-libs/libdvbpsi-0.1.6 |
61 |
aballier |
1.1 |
a52? ( >=media-libs/a52dec-0.7.4-r3 ) |
62 |
|
|
aalib? ( media-libs/aalib ) |
63 |
|
|
aac? ( >=media-libs/faad2-2.6.1 ) |
64 |
|
|
alsa? ( media-libs/alsa-lib ) |
65 |
aballier |
1.69 |
avahi? ( >=net-dns/avahi-0.6[dbus] ) |
66 |
aballier |
1.1 |
bidi? ( >=dev-libs/fribidi-0.10.4 ) |
67 |
|
|
cdda? ( cddb? ( >=media-libs/libcddb-1.2.0 ) ) |
68 |
|
|
dbus? ( >=sys-apps/dbus-1.0.2 ) |
69 |
aballier |
1.79 |
dc1394? ( >=sys-libs/libraw1394-2.0.1 >=media-libs/libdc1394-2.0.2 ) |
70 |
aballier |
1.1 |
dirac? ( >=media-video/dirac-0.10.0 ) |
71 |
aballier |
1.37 |
directfb? ( dev-libs/DirectFB sys-libs/zlib ) |
72 |
aballier |
1.1 |
dts? ( media-libs/libdca ) |
73 |
aballier |
1.70 |
dvd? ( media-libs/libdvdread >=media-libs/libdvdnav-0.1.9 ) |
74 |
aballier |
1.36 |
elibc_glibc? ( >=sys-libs/glibc-2.8 ) |
75 |
aballier |
1.87 |
ffmpeg? ( >=media-video/ffmpeg-0.6 ) |
76 |
aballier |
1.79 |
flac? ( media-libs/libogg >=media-libs/flac-1.1.2 ) |
77 |
aballier |
1.1 |
fluidsynth? ( media-sound/fluidsynth ) |
78 |
|
|
fontconfig? ( media-libs/fontconfig ) |
79 |
pva |
1.16 |
gcrypt? ( >=dev-libs/libgcrypt-1.2.0 ) |
80 |
aballier |
1.99 |
gme? ( media-libs/game-music-emu ) |
81 |
aballier |
1.1 |
gnome? ( gnome-base/gnome-vfs ) |
82 |
aballier |
1.77 |
gnutls? ( >=net-libs/gnutls-1.7.4 >=dev-libs/libgcrypt-1.2.0 ) |
83 |
aballier |
1.18 |
ieee1394? ( >=sys-libs/libraw1394-2.0.1 >=sys-libs/libavc1394-0.5.3 ) |
84 |
aballier |
1.1 |
jack? ( >=media-sound/jack-audio-connection-kit-0.99.0-r1 ) |
85 |
|
|
kate? ( >=media-libs/libkate-0.1.1 ) |
86 |
aballier |
1.31 |
libass? ( >=media-libs/libass-0.9.6 media-libs/fontconfig ) |
87 |
aballier |
1.54 |
libcaca? ( >=media-libs/libcaca-0.99_beta14 ) |
88 |
aballier |
1.1 |
libnotify? ( x11-libs/libnotify ) |
89 |
aballier |
1.13 |
libproxy? ( net-libs/libproxy ) |
90 |
aballier |
1.17 |
libtiger? ( media-libs/libtiger ) |
91 |
aballier |
1.1 |
lirc? ( app-misc/lirc ) |
92 |
aballier |
1.95 |
live? ( >=media-plugins/live-2010.10.15 ) |
93 |
aballier |
1.1 |
lua? ( >=dev-lang/lua-5.1 ) |
94 |
aballier |
1.93 |
matroska? ( >=dev-libs/libebml-1.0.0 >=media-libs/libmatroska-1.0.0 ) |
95 |
aballier |
1.81 |
modplug? ( >=media-libs/libmodplug-0.8.8.1 ) |
96 |
aballier |
1.1 |
mp3? ( media-libs/libmad ) |
97 |
|
|
mpeg? ( >=media-libs/libmpeg2-0.3.2 ) |
98 |
aballier |
1.73 |
mtp? ( >=media-libs/libmtp-1.0.0 ) |
99 |
ssuominen |
1.44 |
musepack? ( >=media-sound/musepack-tools-444 ) |
100 |
aballier |
1.1 |
ncurses? ( sys-libs/ncurses ) |
101 |
|
|
ogg? ( media-libs/libogg ) |
102 |
scarabeus |
1.92 |
opengl? ( virtual/opengl || ( <x11-libs/libX11-1.3.99.901[xcb] >=x11-libs/libX11-1.3.99.901 ) ) |
103 |
aballier |
1.37 |
png? ( media-libs/libpng sys-libs/zlib ) |
104 |
aballier |
1.21 |
projectm? ( media-libs/libprojectm ) |
105 |
aballier |
1.99 |
pulseaudio? ( >=media-sound/pulseaudio-0.9.22 ) |
106 |
aballier |
1.35 |
qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 x11-libs/libX11 ) |
107 |
aballier |
1.1 |
remoteosd? ( >=dev-libs/libgcrypt-1.2.0 ) |
108 |
aballier |
1.79 |
samba? ( || ( >=net-fs/samba-3.4.6[smbclient] <net-fs/samba-3.4 ) ) |
109 |
aballier |
1.12 |
schroedinger? ( >=media-libs/schroedinger-1.0.6 ) |
110 |
aballier |
1.1 |
sdl? ( >=media-libs/libsdl-1.2.8 |
111 |
aballier |
1.37 |
sdl-image? ( media-libs/sdl-image sys-libs/zlib ) ) |
112 |
aballier |
1.1 |
shout? ( media-libs/libshout ) |
113 |
aballier |
1.69 |
skins? ( |
114 |
|
|
x11-libs/qt-gui:4 x11-libs/qt-core:4 |
115 |
|
|
x11-libs/libXext x11-libs/libX11 |
116 |
|
|
media-libs/freetype media-fonts/dejavu |
117 |
|
|
) |
118 |
aballier |
1.1 |
speex? ( media-libs/speex ) |
119 |
aballier |
1.54 |
sqlite? ( >=dev-db/sqlite-3.6.0:3 ) |
120 |
aballier |
1.1 |
svg? ( >=gnome-base/librsvg-2.9.0 ) |
121 |
aballier |
1.37 |
taglib? ( >=media-libs/taglib-1.5 sys-libs/zlib ) |
122 |
aballier |
1.6 |
theora? ( >=media-libs/libtheora-1.0_beta3 ) |
123 |
aballier |
1.79 |
truetype? ( media-libs/freetype media-fonts/dejavu ) |
124 |
aballier |
1.1 |
twolame? ( media-sound/twolame ) |
125 |
aballier |
1.45 |
udev? ( >=sys-fs/udev-142 ) |
126 |
aballier |
1.1 |
upnp? ( net-libs/libupnp ) |
127 |
|
|
v4l2? ( libv4l2? ( media-libs/libv4l ) ) |
128 |
aballier |
1.87 |
vaapi? ( x11-libs/libva >=media-video/ffmpeg-0.6 ) |
129 |
aballier |
1.59 |
vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) |
130 |
aballier |
1.1 |
vorbis? ( media-libs/libvorbis ) |
131 |
|
|
win32codecs? ( media-libs/win32codecs ) |
132 |
aballier |
1.74 |
X? ( x11-libs/libX11 ) |
133 |
aballier |
1.40 |
x264? ( >=media-libs/x264-0.0.20090923 ) |
134 |
aballier |
1.2 |
xcb? ( x11-libs/libxcb x11-libs/xcb-util ) |
135 |
aballier |
1.1 |
xml? ( dev-libs/libxml2 ) |
136 |
|
|
xosd? ( x11-libs/xosd ) |
137 |
|
|
zvbi? ( >=media-libs/zvbi-0.2.25 ) |
138 |
|
|
" |
139 |
|
|
|
140 |
|
|
DEPEND="${RDEPEND} |
141 |
aballier |
1.84 |
!!<=media-video/vlc-1.1.99999 |
142 |
aballier |
1.1 |
dvb? ( sys-kernel/linux-headers ) |
143 |
aballier |
1.68 |
kde? ( >=kde-base/kdelibs-4 ) |
144 |
aballier |
1.28 |
v4l2? ( >=sys-kernel/linux-headers-2.6.25 ) |
145 |
aballier |
1.2 |
xcb? ( x11-proto/xproto ) |
146 |
aballier |
1.1 |
dev-util/pkgconfig" |
147 |
|
|
|
148 |
|
|
S="${WORKDIR}/${MY_P}" |
149 |
|
|
|
150 |
aballier |
1.5 |
# Displays a warning if the first use flag is set but the second is not |
151 |
aballier |
1.1 |
vlc_use_needs() { |
152 |
|
|
use $1 && use !$2 && ewarn "USE=$1 requires $2, $1 will be disabled." |
153 |
|
|
} |
154 |
|
|
|
155 |
|
|
# Notify the user that some useflag have been forced on |
156 |
|
|
vlc_use_force() { |
157 |
|
|
use $1 && use !$2 && ewarn "USE=$1 requires $2, $2 will be enabled." |
158 |
|
|
} |
159 |
|
|
|
160 |
aballier |
1.69 |
# Use when $1 depends strictly on $2 |
161 |
|
|
# if use $1 then enable $2 |
162 |
aballier |
1.1 |
vlc_use_enable_force() { |
163 |
aballier |
1.69 |
use $1 && echo "--enable-$2" |
164 |
aballier |
1.1 |
} |
165 |
|
|
|
166 |
|
|
pkg_setup() { |
167 |
aballier |
1.69 |
# Useflags we need to forcefuly enable |
168 |
|
|
vlc_use_force remoteosd gcrypt |
169 |
aballier |
1.77 |
vlc_use_force gnutls gcrypt |
170 |
aballier |
1.69 |
vlc_use_force skins truetype |
171 |
aballier |
1.1 |
vlc_use_force skins qt4 |
172 |
aballier |
1.69 |
vlc_use_force vlm stream |
173 |
aballier |
1.71 |
vlc_use_force vaapi ffmpeg |
174 |
aballier |
1.69 |
|
175 |
|
|
# Useflags that will be automagically discarded if deps are not met |
176 |
aballier |
1.1 |
vlc_use_needs bidi truetype |
177 |
aballier |
1.69 |
vlc_use_needs cddb cdda |
178 |
aballier |
1.1 |
vlc_use_needs fontconfig truetype |
179 |
|
|
vlc_use_needs libv4l2 v4l2 |
180 |
aballier |
1.17 |
vlc_use_needs libtiger kate |
181 |
aballier |
1.39 |
vlc_use_needs xv xcb |
182 |
aballier |
1.69 |
|
183 |
aballier |
1.5 |
if use qt4 || use skins ; then |
184 |
|
|
qt4_pkg_setup |
185 |
aballier |
1.1 |
else |
186 |
|
|
ewarn "You have disabled the qt4 useflag, ${PN} will not have any" |
187 |
|
|
ewarn "graphical interface. Maybe that is not what you want..." |
188 |
|
|
fi |
189 |
|
|
} |
190 |
|
|
|
191 |
|
|
src_unpack() { |
192 |
|
|
unpack ${A} |
193 |
|
|
if [ "${PV%9999}" != "${PV}" ] ; then |
194 |
|
|
git_src_unpack |
195 |
|
|
fi |
196 |
aballier |
1.22 |
} |
197 |
aballier |
1.1 |
|
198 |
aballier |
1.22 |
src_prepare() { |
199 |
|
|
if [ "${PV%9999}" != "${PV}" ] ; then |
200 |
|
|
git_src_prepare |
201 |
|
|
fi |
202 |
aballier |
1.1 |
# Make it build with libtool 1.5 |
203 |
|
|
rm -f m4/lt* m4/libtool.m4 |
204 |
|
|
|
205 |
|
|
EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" |
206 |
aballier |
1.47 |
eautoreconf |
207 |
aballier |
1.1 |
} |
208 |
|
|
|
209 |
aballier |
1.22 |
src_configure() { |
210 |
aballier |
1.1 |
|
211 |
|
|
# It would fail if -fforce-addr is used due to too few registers... |
212 |
|
|
use x86 && filter-flags -fforce-addr |
213 |
|
|
|
214 |
|
|
econf \ |
215 |
aballier |
1.97 |
--docdir=/usr/share/doc/${PF} \ |
216 |
aballier |
1.1 |
$(use_enable a52) \ |
217 |
|
|
$(use_enable aalib aa) \ |
218 |
|
|
$(use_enable aac faad) \ |
219 |
|
|
$(use_enable alsa) \ |
220 |
|
|
$(use_enable altivec) \ |
221 |
|
|
$(use_enable atmo) \ |
222 |
|
|
$(use_enable avahi bonjour) \ |
223 |
|
|
$(use_enable bidi fribidi) \ |
224 |
|
|
$(use_enable cdda vcd) \ |
225 |
|
|
$(use_enable cddb libcddb) \ |
226 |
|
|
$(use_enable dbus) $(use_enable dbus dbus-control) \ |
227 |
|
|
$(use_enable dirac) \ |
228 |
|
|
$(use_enable directfb) \ |
229 |
|
|
$(use_enable dc1394) \ |
230 |
|
|
$(use_enable debug) \ |
231 |
|
|
$(use_enable dts dca) \ |
232 |
|
|
$(use_enable dvb) \ |
233 |
|
|
$(use_enable dvd dvdread) $(use_enable dvd dvdnav) \ |
234 |
|
|
$(use_enable fbcon fb) \ |
235 |
aballier |
1.10 |
$(use_enable ffmpeg avcodec) $(use_enable ffmpeg avformat) $(use_enable ffmpeg swscale) $(use_enable ffmpeg postproc) \ |
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 |
|
|
$(use_enable httpd) \ |
243 |
aballier |
1.18 |
$(use_enable ieee1394 dv) \ |
244 |
aballier |
1.1 |
$(use_enable jack) \ |
245 |
|
|
$(use_enable kate) \ |
246 |
aballier |
1.68 |
$(use_with kde kde-solid) \ |
247 |
aballier |
1.1 |
$(use_enable libass) \ |
248 |
|
|
$(use_enable libcaca caca) \ |
249 |
pva |
1.14 |
$(use_enable gcrypt libgcrypt) \ |
250 |
aballier |
1.1 |
$(use_enable libnotify notify) \ |
251 |
aballier |
1.13 |
$(use_enable libproxy) \ |
252 |
aballier |
1.1 |
--disable-libtar \ |
253 |
aballier |
1.17 |
$(use_enable libtiger tiger) \ |
254 |
aballier |
1.1 |
$(use_enable libv4l2) \ |
255 |
|
|
$(use_enable lirc) \ |
256 |
|
|
$(use_enable live live555) \ |
257 |
|
|
$(use_enable lua) \ |
258 |
|
|
$(use_enable matroska mkv) \ |
259 |
|
|
$(use_enable mmx) \ |
260 |
|
|
$(use_enable modplug mod) \ |
261 |
|
|
$(use_enable mp3 mad) \ |
262 |
|
|
$(use_enable mpeg libmpeg2) \ |
263 |
|
|
$(use_enable mtp) \ |
264 |
|
|
$(use_enable musepack mpc) \ |
265 |
|
|
$(use_enable ncurses) \ |
266 |
|
|
$(use_enable ogg) \ |
267 |
aballier |
1.83 |
$(use_enable opengl glx) \ |
268 |
aballier |
1.1 |
$(use_enable optimisememory optimize-memory) \ |
269 |
|
|
$(use_enable oss) \ |
270 |
|
|
$(use_enable png) \ |
271 |
|
|
--disable-portaudio \ |
272 |
aballier |
1.21 |
$(use_enable projectm) \ |
273 |
aballier |
1.1 |
$(use_enable pulseaudio pulse) \ |
274 |
|
|
$(use_enable pvr) \ |
275 |
|
|
$(use_enable qt4) \ |
276 |
aballier |
1.69 |
$(use_enable remoteosd) \ |
277 |
aballier |
1.1 |
$(use_enable rtsp realrtsp) \ |
278 |
|
|
$(use_enable run-as-root) \ |
279 |
|
|
$(use_enable samba smb) \ |
280 |
|
|
$(use_enable schroedinger) \ |
281 |
|
|
$(use_enable sdl) \ |
282 |
|
|
$(use_enable sdl-image) \ |
283 |
|
|
$(use_enable shine) \ |
284 |
|
|
$(use_enable shout) \ |
285 |
|
|
$(use_enable skins skins2) \ |
286 |
|
|
$(use_enable speex) \ |
287 |
aballier |
1.50 |
$(use_enable sqlite) \ |
288 |
aballier |
1.1 |
$(use_enable sse) \ |
289 |
|
|
$(use_enable stream sout) \ |
290 |
|
|
$(use_enable svg) \ |
291 |
|
|
$(use_enable taglib) \ |
292 |
|
|
$(use_enable theora) \ |
293 |
|
|
$(use_enable truetype freetype) \ |
294 |
|
|
$(use_enable twolame) \ |
295 |
aballier |
1.43 |
$(use_enable udev) \ |
296 |
aballier |
1.1 |
$(use_enable upnp) \ |
297 |
|
|
$(use_enable v4l2) \ |
298 |
|
|
$(use_enable vcdx) \ |
299 |
aballier |
1.71 |
$(use_enable vaapi libva) \ |
300 |
aballier |
1.69 |
$(use_enable vlm) \ |
301 |
aballier |
1.1 |
$(use_enable vorbis) \ |
302 |
|
|
$(use_enable win32codecs loader) \ |
303 |
|
|
$(use_enable wma-fixed) \ |
304 |
aballier |
1.74 |
$(use_with X x) \ |
305 |
aballier |
1.1 |
$(use_enable x264) \ |
306 |
aballier |
1.2 |
$(use_enable xcb) \ |
307 |
aballier |
1.1 |
$(use_enable xml libxml2) \ |
308 |
|
|
$(use_enable xosd) \ |
309 |
|
|
$(use_enable xv xvideo) \ |
310 |
aballier |
1.26 |
$(use_enable zvbi) $(use_enable !zvbi telx) \ |
311 |
aballier |
1.1 |
--disable-snapshot \ |
312 |
|
|
--disable-growl \ |
313 |
|
|
--disable-optimizations \ |
314 |
|
|
--enable-fast-install \ |
315 |
aballier |
1.69 |
$(vlc_use_enable_force vlm sout) \ |
316 |
|
|
$(vlc_use_enable_force skins qt4) \ |
317 |
|
|
$(vlc_use_enable_force skins freetype) \ |
318 |
aballier |
1.71 |
$(vlc_use_enable_force remoteosd libgcrypt) \ |
319 |
aballier |
1.77 |
$(vlc_use_enable_force gnutls libgcrypt) \ |
320 |
aballier |
1.96 |
$(vlc_use_enable_force vaapi avcodec) |
321 |
aballier |
1.1 |
} |
322 |
|
|
|
323 |
|
|
src_install() { |
324 |
|
|
emake DESTDIR="${D}" install || die "make install failed" |
325 |
|
|
|
326 |
aballier |
1.48 |
dodoc AUTHORS HACKING THANKS NEWS README \ |
327 |
aballier |
1.66 |
doc/fortunes.txt doc/intf-vcd.txt |
328 |
aballier |
1.1 |
|
329 |
aballier |
1.86 |
# Punt useless libtool's .la files |
330 |
|
|
find "${D}" -name '*.la' -delete |
331 |
aballier |
1.1 |
} |
332 |
aballier |
1.61 |
|
333 |
|
|
pkg_postinst() { |
334 |
|
|
gnome2_pkg_postinst |
335 |
|
|
|
336 |
|
|
if [ "$ROOT" = "/" ] && [ -x "/usr/$(get_libdir)/vlc/vlc-cache-gen" ] ; then |
337 |
aballier |
1.67 |
einfo "Running /usr/$(get_libdir)/vlc/vlc-cache-gen on /usr/$(get_libdir)/vlc/plugins/" |
338 |
aballier |
1.75 |
"/usr/$(get_libdir)/vlc/vlc-cache-gen" -f "/usr/$(get_libdir)/vlc/plugins/" |
339 |
aballier |
1.61 |
else |
340 |
|
|
ewarn "We cannot run vlc-cache-gen (most likely ROOT!=/)" |
341 |
|
|
ewarn "Please run /usr/$(get_libdir)/vlc/vlc-cache-gen manually" |
342 |
|
|
ewarn "If you do not do it, vlc will take a long time to load." |
343 |
|
|
fi |
344 |
|
|
} |