multimedia/x264: Updated for version 20100524.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-06-16 13:56:51 -05:00 committed by Erik Hanson
parent 9ffe6f5649
commit ed09308b16
2 changed files with 6 additions and 8 deletions

View file

@ -6,16 +6,14 @@
# Modified by Heinz Wiesinger <pprkut@liwjatan.at>
PRGNAM=x264
VERSION=20100327
VERSION=20100524
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@ -56,9 +54,9 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--enable-pthread \
--enable-visualize \
--enable-shared
--enable-shared \
--enable-pic
make
make install DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="x264"
VERSION="20100327"
VERSION="20100524"
HOMEPAGE="http://www.videolan.org/developers/x264.html"
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100327-2245.tar.bz2"
MD5SUM="fd560e7db0303cad2499917f0f9f2712"
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100524-2245.tar.bz2"
MD5SUM="a9b0294862f489977eadaec61cbbb2eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"