[Lunar-commits] r17470 - moonbase/trunk/video/vlc
Terry Chan
tchan at lunar-linux.org
Sun Nov 27 05:14:41 UTC 2005
Author: tchan
Date: 2005-11-27 05:14:40 +0000 (Sun, 27 Nov 2005)
New Revision: 17470
Modified:
moonbase/trunk/video/vlc/BUILD
moonbase/trunk/video/vlc/DEPENDS
moonbase/trunk/video/vlc/DETAILS
Log:
Updated this to vlc-0.8.4. Added several changes as suggested by
http://developers.videolan.org/vlc/nix-compile.html.
Specifically the vlc devs recommend NOT using gtk, gnome, qt, kde, glide, and
mga modules. Still not sure how to resolve the wxGTK problems with vlc.
Modified: moonbase/trunk/video/vlc/BUILD
===================================================================
--- moonbase/trunk/video/vlc/BUILD 2005-11-27 05:08:18 UTC (rev 17469)
+++ moonbase/trunk/video/vlc/BUILD 2005-11-27 05:14:40 UTC (rev 17470)
@@ -7,7 +7,13 @@
--sysconfdir=/etc \
--localstatedir=/var \
--disable-ffmpeg \
- --disable-libmpeg2 \
+ --enable-libmpeg2 \
+ --disable-smb \
+ --disable-gtk \
+ --disable-qt \
+ --disable-kde \
+ --enable-x11 \
+ --enable-skins \
$OPTS &&
make &&
prepare_install &&
Modified: moonbase/trunk/video/vlc/DEPENDS
===================================================================
--- moonbase/trunk/video/vlc/DEPENDS 2005-11-27 05:08:18 UTC (rev 17469)
+++ moonbase/trunk/video/vlc/DEPENDS 2005-11-27 05:14:40 UTC (rev 17470)
@@ -1,24 +1,13 @@
-depends gtk+ &&
depends libdvdcss &&
+depends ffmpeg &&
-optional_depends "gnome-libs" \
- "--enable-gnome" \
- "" \
- "for gnome support" &&
-
-optional_depends "qt3" \
- "--enable-qt" \
- "--disable-qt" \
- "for qt support" &&
-
-
optional_depends "alsa-utils" \
- "--enable-alsa" \
- "" \
- "for alsa support" &&
+ "--enable-alsa" \
+ "" \
+ "for alsa support" &&
optional_depends "SDL" \
- "" \
+ "--enable-sdl" \
"--disable-sdl" \
"for SDL support" &&
@@ -42,10 +31,9 @@
"--disable-dvdread" \
"for dvd read support" &&
-
-optional_depends "libmad" \
- "--enable-mad" \
- "--disable-mad" \
+optional_depends "libmad" \
+ "--enable-mad" \
+ "--disable-mad" \
"for MP3 decoder support" &&
optional_depends "libogg" \
Modified: moonbase/trunk/video/vlc/DETAILS
===================================================================
--- moonbase/trunk/video/vlc/DETAILS 2005-11-27 05:08:18 UTC (rev 17469)
+++ moonbase/trunk/video/vlc/DETAILS 2005-11-27 05:14:40 UTC (rev 17470)
@@ -1,12 +1,11 @@
MODULE=vlc
- VERSION=0.8.2
+ VERSION=0.8.4
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_VFY=sha1:18aa64a892bcb69ca4dbfd388d07f98196877551
+ SOURCE_VFY=sha1:bb8af62d05d78aab2def1fc65df0be07148412aa
SOURCE_URL=http://www.videolan.org/pub/videolan/$MODULE/$VERSION/
WEB_SITE=http://www.videolan.org
ENTERED=20011113
- UPDATED=20050705
- MAINTAINER=nhudson at speakeasy.net
+ UPDATED=20051126
SHORT="videolan client multimedia player"
cat << EOF
The VideoLAN Client (VLC) is an MPEG, MPEG2, VCD and DVD player for
@@ -14,5 +13,5 @@
file, from a network source, or directly from a VCD or DVD. There is
video support for X11/XVideo, GGI, SDL, the Linux framebuffer device,
DirectX, BeOS, and QNX, audio support for OSS, Esound, ALSA, and
-GNOME, GTK+, Qt and KDE interfaces.
+GTK+-2 interfaces.
EOF
More information about the Lunar-commits
mailing list