summaryrefslogtreecommitdiffstats
path: root/vlc/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-06-03 19:49:30 +0000
committerpiernov <piernov@piernov.org>2012-06-03 19:49:30 +0000
commit2e30746d59f6b70b4516d1a75a5ab6594276b2c9 (patch)
tree0047b9bde49fb6c1b4239d830c4673097e27e101 /vlc/Pkgfile
parent62aa142a55422ccfe566ecdda4ad0978aa2013bf (diff)
downloadnutyx-extra-2e30746d59f6b70b4516d1a75a5ab6594276b2c9.tar.gz
nutyx-extra-2e30746d59f6b70b4516d1a75a5ab6594276b2c9.tar.bz2
nutyx-extra-2e30746d59f6b70b4516d1a75a5ab6594276b2c9.tar.xz
nutyx-extra-2e30746d59f6b70b4516d1a75a5ab6594276b2c9.zip
vlc 2.1.0-20120603-0012-1 màj port
Diffstat (limited to 'vlc/Pkgfile')
-rw-r--r--vlc/Pkgfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/vlc/Pkgfile b/vlc/Pkgfile
index d4bae86db..84ef7a705 100644
--- a/vlc/Pkgfile
+++ b/vlc/Pkgfile
@@ -6,12 +6,13 @@
# Run on: libshout,lua,ffmpeg,flac,freetype,fribidi,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,librsvg,libraw1394,libavc1394,samba3,taglib,gnutls,pulseaudio,gnome-vfs,vdpau-video,sdl_image
name=vlc
-version=2.0.1
-release=1
-source=(http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.xz)
+version=2.1.0
+release=20120603-0012-1
+#source=(http://download.videolan.org/pub/videolan/vlc/$version/vlc-$version.tar.xz)
+source=(http://nightlies.videolan.org/build/source/vlc-$version-${release%-*}.tar.xz)
build() {
- cd vlc-$version
+ cd vlc-$version-git
sed -i -e 's|truetype/freefont/FreeSerifBold.ttf|TTF/DejaVuSerif-Bold.ttf|' modules/text_renderer/freetype.c
@@ -50,9 +51,7 @@ build() {
--enable-pulse \
--enable-bonjour \
--enable-aa \
- --enable-xosd \
--enable-vcdx \
- --enable-real \
--enable-realrtsp \
--enable-live555 \
--enable-media-library \
@@ -64,6 +63,6 @@ build() {
make DESTDIR=$PKG install
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
+ install -D -m644 share/icons/${res}x${res}/vlc.png $PKG/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png
done
}