[SCM] gpac/master: Update gpac-get-orig-source for new upstream release.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun May 1 04:12:05 UTC 2011


The following commit has been merged in the master branch:
commit abe019c110947e4351d0b64eb99719b993bb571e
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat Apr 30 21:29:04 2011 -0400

    Update gpac-get-orig-source for new upstream release.

diff --git a/debian/gpac-get-orig-source b/debian/gpac-get-orig-source
index f75f5dc..0ae503a 100755
--- a/debian/gpac-get-orig-source
+++ b/debian/gpac-get-orig-source
@@ -3,7 +3,7 @@
 # Script used to generate the orig source tarball for gpac.
 
 GPAC_SVN_URL="http://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac"
-GPAC_SVN_REVISION="2210"
+GPAC_SVN_REVISION="3042"
 GPAC_VERSION="0.4.5+svn${GPAC_SVN_REVISION}"
 
 svn export -r "$GPAC_SVN_REVISION" "$GPAC_SVN_URL" "gpac-${GPAC_VERSION}"
@@ -31,6 +31,9 @@ find gpac-${GPAC_VERSION} \
     \) \
   \)
 
+# Make ./configure executable
+chmod 755 gpac-${GPAC_VERSION}/configure
+
 # Remove empty directories
 echo "Removing empty directories"
 find gpac-${GPAC_VERSION} -type d -empty -delete

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list