summaryrefslogtreecommitdiffstats
path: root/extra/vlc/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-04 11:11:50 +0200
committersibel <lesibel at free dot fr>2010-07-04 11:11:50 +0200
commite628a7cfda6b70cdd06fddf4298b8b6290f800cf (patch)
tree2a23bb2fb726aaa78bbd7f5bd8ead5a4d1985b2e /extra/vlc/Pkgfile
parentb24a2b353bc1148f208c4f2876902082faeb4950 (diff)
downloadnutyx-extra-e628a7cfda6b70cdd06fddf4298b8b6290f800cf.tar.gz
nutyx-extra-e628a7cfda6b70cdd06fddf4298b8b6290f800cf.tar.bz2
nutyx-extra-e628a7cfda6b70cdd06fddf4298b8b6290f800cf.tar.xz
nutyx-extra-e628a7cfda6b70cdd06fddf4298b8b6290f800cf.zip
maj de vlc#1.1.0-1
Diffstat (limited to 'extra/vlc/Pkgfile')
-rw-r--r--extra/vlc/Pkgfile18
1 files changed, 9 insertions, 9 deletions
diff --git a/extra/vlc/Pkgfile b/extra/vlc/Pkgfile
index 847413871..bdb45e3fb 100644
--- a/extra/vlc/Pkgfile
+++ b/extra/vlc/Pkgfile
@@ -2,18 +2,18 @@
# URL: http://www.videolan.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: ffmpeg, flac, freetype, fribidi, goom, lame, libcdio, libdvbpsi, libdvdcss, libdvdread, libdvdnav, libebml, libiconv, libid3tag, libmad, libmatroska, libogg, libpng, speex, libtheora, libvorbis, libxml2, libmpeg2, openslp, portaudio, lame, vcdimager, x264, aalib, libcaca, libmpeg2, libopendaap, libmp4v2, live, libdca, sdl_image, qt, libnotify, libmpcdec, hal, taglib, samba3
+# Depends on: lua, libshout, sysfsutils, ffmpeg, flac, freetype, fribidi, goom, lame, libcdio, libdvbpsi, libdvdcss, libdvdread, libdvdnav, libebml, libiconv, libid3tag, libmad, libmatroska, libogg, libpng, speex, libtheora, libvorbis, libxml2, libmpeg2, openslp, portaudio, lame, vcdimager, x264, aalib, libcaca, libmpeg2, libopendaap, libmp4v2, live, libdca, sdl_image, qt, libnotify, libmpcdec, hal, taglib, samba3
name=vlc
-version=1.0.5
+version=1.1.0
release=1
source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2 \
libpng-1.4.patch)
build() {
cd $name-$version
- patch -Np1 -i ../libpng-1.4.patch
-export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264"
+# patch -Np1 -i ../libpng-1.4.patch
+ export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264"
./configure --prefix=/usr \
--enable-dvdread \
--enable-dvdnav \
@@ -39,7 +39,7 @@ export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264"
--enable-theora \
--enable-snapshot \
--enable-hal \
- --enable-dbus \
+ --enable-dbus-control \
--enable-ogg \
--enable-dbus-control \
--enable-shared \
@@ -56,10 +56,10 @@ export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264"
make -j3
make -j3 DESTDIR=$PKG install
- for res in 16 32 48; do
- install -D -m644 share/vlc${res}x${res}.png \
- $PKG/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png || return 1
- done
+ for res in 16 32 48 128; do
+ install -D -m644 $SRC/vlc-$version/share/icons/${res}x${res}/vlc.png \
+ $PKG/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png
+ done
rm -rf $PKG/usr/lib/mozilla
}