summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author Nishant Limbachia2015-10-22 21:35:39 +0200
committer Willy Sudiarto Raharjo2015-10-22 21:35:39 +0200
commitf56d51e15b720d6b4b843806469d97ee14885816 (patch)
tree791ed7bc4dfa7425c3dba002490644f1194d6382 /multimedia
parent9ea3082b32351998b10da96a502fa3c21de6a3af (diff)
downloadslackbuilds-f56d51e15b720d6b4b843806469d97ee14885816.tar.gz
multimedia/gpac: Updated for version git20151020.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gpac/GIT-VERSION3
-rw-r--r--multimedia/gpac/README2
-rw-r--r--multimedia/gpac/SVN-VERSION4
-rw-r--r--multimedia/gpac/gpac.SlackBuild19
-rw-r--r--multimedia/gpac/gpac.info8
5 files changed, 18 insertions, 18 deletions
diff --git a/multimedia/gpac/GIT-VERSION b/multimedia/gpac/GIT-VERSION
new file mode 100644
index 0000000000..b8c0e5a441
--- /dev/null
+++ b/multimedia/gpac/GIT-VERSION
@@ -0,0 +1,3 @@
+git checkout - October 20, 2015
+
+git clone https://github.com/gpac/gpac.git
diff --git a/multimedia/gpac/README b/multimedia/gpac/README
index d7d7da6b9a..1a3ce80942 100644
--- a/multimedia/gpac/README
+++ b/multimedia/gpac/README
@@ -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.
diff --git a/multimedia/gpac/SVN-VERSION b/multimedia/gpac/SVN-VERSION
deleted file mode 100644
index 468348a477..0000000000
--- a/multimedia/gpac/SVN-VERSION
+++ /dev/null
@@ -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
diff --git a/multimedia/gpac/gpac.SlackBuild b/multimedia/gpac/gpac.SlackBuild
index 6f690fc3a1..3581f5e831 100644
--- a/multimedia/gpac/gpac.SlackBuild
+++ b/multimedia/gpac/gpac.SlackBuild
@@ -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
diff --git a/multimedia/gpac/gpac.info b/multimedia/gpac/gpac.info
index 8b93a9170d..bd31b8ec0b 100644
--- a/multimedia/gpac/gpac.info
+++ b/multimedia/gpac/gpac.info
@@ -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=""