multimedia/gpac: Updated for version git20151020.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nishant Limbachia 2015-10-23 02:35:39 +07:00 committed by Willy Sudiarto Raharjo
parent 9ea3082b32
commit f56d51e15b
5 changed files with 18 additions and 18 deletions

View file

@ -0,0 +1,3 @@
git checkout - October 20, 2015
git clone https://github.com/gpac/gpac.git

View file

@ -3,5 +3,5 @@ playback. GPAC includes MP4Box utility which lets packaging of
various audio and video codecs into mp4 container.
Optional dependencies include the following: wxPython, js, faad2, ffmpeg
xvidcore, a52dec, jack-audio-connection-kit, pulseaudio, xulrunner, and
xvidcore, a52dec, jack-audio-connection-kit, pulseaudio, xulrunner and
xmlrpc-c.

View file

@ -1,4 +0,0 @@
SVN Revision 5564 - December 18, 2014
svn check out link:
svn co https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac gpac

View file

@ -1,9 +1,10 @@
#!/bin/sh
# Slackware Package Build Script for gpac
# Home Page http://gpac.wp.institut-telecom.fr/
# Home Page: https://gpac.wp.mines-telecom.fr/
# Copyright (c) 2007-2014, Nishant Limbachia, Hoffman Estates, IL, USA (nishant _AT_ mnspace _DOT_ net)
# Copyright (c) 2007-2015, Nishant Limbachia, Hoffman Estates, IL, USA
# (nishant _AT_ mnspace _DOT_ net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="gpac"
VERSION=${VERSION:-svn_r5564}
VERSION=${VERSION:-git20151020}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,10 +74,10 @@ cd $PRGNAM-$VERSION
chown -R root.root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# configure doesn't have --libdir option.
sed -i "s/^libdir=\".*\"$/libdir=\"lib$LIBDIRSUFFIX\"/" configure
@ -106,9 +107,9 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS BUGS COPYING Changelog INSTALLME README TODO doc/configuration.html \
AUTHORS BUGS COPYING Changelog INSTALLME README.md TODO doc/configuration.html \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/SVN-VERSION > $PKG/usr/doc/$PRGNAM-$VERSION/SVN-VERSION
cat $CWD/GIT-VERSION > $PKG/usr/doc/$PRGNAM-$VERSION/GIT-VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,8 +1,8 @@
PRGNAM="gpac"
VERSION="svn_r5564"
HOMEPAGE="http://gpac.wp.institut-telecom.fr/"
DOWNLOAD="https://www.dropbox.com/s/pun5nsyowv4wuax/gpac-svn_r5564.tar.xz?dl=0"
MD5SUM="a9ad34d56dc7edfe6b85e0ba6fbf7a19"
VERSION="git20151020"
HOMEPAGE="http://gpac.wp.mines-telecom.fr/"
DOWNLOAD="https://www.dropbox.com/s/26k4chj4m4ym0su/gpac-git20151020.tar.xz"
MD5SUM="026a306ac0f0c61a412e33ee49a86693"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""