mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libquicktime: Updated for version 1.1.5.
This commit is contained in:
parent
d132b8b042
commit
0903f0f57c
3 changed files with 8 additions and 7 deletions
|
@ -4,4 +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 uses faac, faad2, ffmpeg, lame, libdv, schroedinger
|
||||
and x264, if available at build time.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libquicktime
|
||||
VERSION=1.1.4
|
||||
VERSION=1.1.5
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -78,7 +78,7 @@ make install-strip DESTDIR=$PKG
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
|
||||
AUTHORS ChangeLog COPYING INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libquicktime"
|
||||
VERSION="1.1.4"
|
||||
VERSION="1.1.5"
|
||||
HOMEPAGE="http://libquicktime.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/libquicktime/libquicktime-1.1.4.tar.gz"
|
||||
MD5SUM="ee4f8602e67a445ba906f809a83e0c34"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/libquicktime/libquicktime-1.1.5.tar.gz"
|
||||
MD5SUM="0fd45b3deff0317c2f85a34b1b106acf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue