mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libquicktime: Updated for version 1.1.0
This commit is contained in:
parent
91e0157bbb
commit
0d9c99f187
3 changed files with 15 additions and 11 deletions
|
@ -4,5 +4,5 @@ OpenDivX, MJPA, JPEG Photo, PNG, RGB, YUV 4:2:2, and YUV 4:2:0
|
|||
compression. Supported audio CODECs are Ogg Vorbis, IMA4, ulaw,
|
||||
and any linear PCM format.
|
||||
|
||||
libquicktime requires faac, faad2, ffmpeg, lame, libdv and x264,
|
||||
libquicktime requires faac, faad2, ffmpeg, lame, libdv and x264,
|
||||
all of which are available from SlackBuilds.org.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libquicktime
|
||||
|
||||
# Copyright 2008 Heinz Wiesinger <hmwiesinger@gmx.at>
|
||||
# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libquicktime
|
||||
VERSION=1.0.2
|
||||
VERSION=1.1.0
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -37,6 +37,8 @@ if [ "$ARCH" = "i486" ]; then
|
|||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
@ -57,7 +59,11 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--enable-gpl
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-gpl \
|
||||
--with-libdv \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--host=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
@ -70,8 +76,6 @@ make install-strip DESTDIR=$PKG
|
|||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/usr/share/doc/$PRGNAM/* $PKG/usr/doc/$PRGNAM-$VERSION/
|
||||
rm -rf $PKG/usr/share/doc
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libquicktime"
|
||||
VERSION="1.0.2"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="http://libquicktime.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/libquicktime/libquicktime-1.0.2.tar.gz"
|
||||
MD5SUM="4a43a44adcfbec398a91c56d1edcbdc1"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/libquicktime/libquicktime-1.1.0.tar.gz"
|
||||
MD5SUM="8ea07d22a8734f8590efd5e341e6a072"
|
||||
MAINTAINER="ppr:kut"
|
||||
EMAIL="HMWiesinger@gmx.at"
|
||||
APPROVED="rworkman,David Somero"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="dsomero"
|
Loading…
Reference in a new issue