multimedia/x264: Updated for version 20101023.

Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-11-04 01:27:59 +00:00 committed by Heinz Wiesinger
parent 9cd5765801
commit ca8d5429cd
3 changed files with 15 additions and 15 deletions

View file

@ -10,8 +10,8 @@ x264: x264 (free h264/avc encoder)
x264: x264:
x264: x264 is a free library for encoding H264/AVC video streams. x264: x264 is a free library for encoding H264/AVC video streams.
x264: The code is written from scratch by Laurent Aimar, Loren Merritt, x264: The code is written from scratch by Laurent Aimar, Loren Merritt,
x264: Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Måns x264: Eric Petit (OS X), Min Chen (vfw/asm), Justin Clay (vfw), Måns
x264: Rullgård, Radek Czyz, Christian Heine (asm), Alex Izvorski, and x264: Rullgård, Radek Czyz, Christian Heine (asm), Alex Izvorski, and
x264: Alex Wright. It is released under the terms of the GPL license. x264: Alex Wright. It is released under the terms of the GPL license.
x264: x264:
x264: Homepage: http://www.videolan.org/developers/x264.html x264: Homepage: http://www.videolan.org/developers/x264.html

View file

@ -6,18 +6,18 @@
# Modified by Heinz Wiesinger <pprkut@liwjatan.at> # Modified by Heinz Wiesinger <pprkut@liwjatan.at>
PRGNAM=x264 PRGNAM=x264
VERSION=20100616 VERSION=20101023
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then #if [ -z "$ARCH" ]; then
case "$( uname -m )" in # case "$( uname -m )" in
i?86) ARCH=i486 ;; # i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; # arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;; # *) ARCH=$( uname -m ) ;;
esac # esac
fi #fi
ARCH=i486
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/SBo} TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM PKG=$TMP/package-$PRGNAM

View file

@ -1,10 +1,10 @@
PRGNAM="x264" PRGNAM="x264"
VERSION="20100616" VERSION="20101023"
HOMEPAGE="http://www.videolan.org/developers/x264.html" HOMEPAGE="http://www.videolan.org/developers/x264.html"
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100616-2245.tar.bz2" DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20101023-2245.tar.bz2"
MD5SUM="5d0b381a66f8892e7fa6599d73677ee9" MD5SUM="b18d077ff1b94ee53860649455a0e866"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger" MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at" EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman" APPROVED="Michiel van Wessem"