diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 22:39:11 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 22:39:11 +0200 |
commit | dc2152db2a0b5e9d4e15307156d7a160cccc008c (patch) | |
tree | d9a67468ee7a6962e314cbf23d18d934a77debd4 | |
parent | 52f77a4cee67df8a31a9891bce370268728c78f6 (diff) | |
download | nutyx-pakxe-dc2152db2a0b5e9d4e15307156d7a160cccc008c.tar.gz nutyx-pakxe-dc2152db2a0b5e9d4e15307156d7a160cccc008c.tar.bz2 nutyx-pakxe-dc2152db2a0b5e9d4e15307156d7a160cccc008c.tar.xz nutyx-pakxe-dc2152db2a0b5e9d4e15307156d7a160cccc008c.zip |
vlc, ajustement Pkgfile sans patch
-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 \ |