multimedia/xvidcore: Updated for version 1.3.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5278f68119
commit
b24f4b8ff5
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xvidcore
|
||||
VERSION=${VERSION:-1.2.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.3.2}
|
||||
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
|
||||
|
@ -71,9 +69,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix detecting yasm - taken from the gentoo ebuild for xvid
|
||||
sed -i -e '/^minimum_yasm_minor_version/s:=.*:=0:' build/generic/configure
|
||||
|
||||
cd build/generic
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -99,8 +94,8 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
# should be safe, as the maintainers assure that they won't change the
|
||||
# major library number unless there is an incompatible ABI change:
|
||||
( cd $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
ln -s libxvidcore.so.4.2 libxvidcore.so.4
|
||||
ln -s libxvidcore.so.4.2 libxvidcore.so
|
||||
ln -s libxvidcore.so.4.3 libxvidcore.so.4
|
||||
ln -s libxvidcore.so.4.3 libxvidcore.so
|
||||
)
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="xvidcore"
|
||||
VERSION="1.2.2"
|
||||
VERSION="1.3.2"
|
||||
HOMEPAGE="http://www.xvid.org/"
|
||||
DOWNLOAD="http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.gz"
|
||||
MD5SUM="2ce9b1d280d703b5bc8e702c79e660b5"
|
||||
DOWNLOAD="http://downloads.xvid.org/downloads/xvidcore-1.3.2.tar.gz"
|
||||
MD5SUM="87c8cf7b69ebed93c2d82ea5709d098a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Frank Caraballo"
|
||||
EMAIL="fecaraballo{at}gmail{dot}com"
|
||||
APPROVED="dsomero"
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in New Issue