diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/vlc/.md5sum | 1 | ||||
-rw-r--r-- | extra/vlc/Pkgfile | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/extra/vlc/.md5sum b/extra/vlc/.md5sum index 395b25f7c..806ec3aec 100644 --- a/extra/vlc/.md5sum +++ b/extra/vlc/.md5sum @@ -1,2 +1 @@ -b1961688a9be282a126bfa1cad4b28fa libpng-1.4.patch b71aacaa242f8050a64c6ffe09d6f067 vlc-1.1.4.tar.bz2 diff --git a/extra/vlc/Pkgfile b/extra/vlc/Pkgfile index aed7f3e8f..9b89bf86f 100644 --- a/extra/vlc/Pkgfile +++ b/extra/vlc/Pkgfile @@ -7,12 +7,10 @@ name=vlc version=1.1.4 release=1 -source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2 \ - http://nutyx.meticul.eu/files/patchs/$name/libpng-1.4.patch) +source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) build() { cd $name-$version -# patch -Np1 -i ../libpng-1.4.patch export LDFLAGS_ffmpeg="-lfaad -la52 -lxvidcore -lmp3lame -lx264" ./configure --prefix=/usr \ --enable-dvdread \ |