diff options
Diffstat (limited to 'vlc/Pkgfile')
-rw-r--r-- | vlc/Pkgfile | 13 |
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 } |