mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/x264: Updated for snapshot 20100327-2245.
This commit is contained in:
parent
ed476a1a24
commit
36e9952075
3 changed files with 10 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
x264 is a free library for encoding H264/AVC video streams.
|
||||
The code is written from scratch by Laurent Aimar, Loren Merritt,
|
||||
Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Måns
|
||||
Rullgård, Radek Czyz, Christian Heine (asm), Alex Izvorski, and
|
||||
Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Måns
|
||||
Rullgård, Radek Czyz, Christian Heine (asm), Alex Izvorski, and
|
||||
Alex Wright. It is released under the terms of the GPL license.
|
||||
|
||||
This requires yasm.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# Modified by Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
|
||||
PRGNAM=x264
|
||||
VERSION=20090310
|
||||
VERSION=20100327
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -51,12 +51,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
)
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="x264"
|
||||
VERSION="20090310"
|
||||
VERSION="20100327"
|
||||
HOMEPAGE="http://www.videolan.org/developers/x264.html"
|
||||
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20090310-2245.tar.bz2"
|
||||
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100327-2245.tar.bz2"
|
||||
MD5SUM="fd560e7db0303cad2499917f0f9f2712"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="3257791376030331bb14db22d6c16b7f"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="ppr:kut"
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue