Update gpac-get-orig-source for new upstream release.
authorAndres Mejia <mcitadel@gmail.com>
Sun, 1 May 2011 01:29:04 +0000 (21:29 -0400)
committerAndres Mejia <mcitadel@gmail.com>
Sun, 1 May 2011 01:29:04 +0000 (21:29 -0400)
debian/gpac-get-orig-source

index f75f5dccddee33d676d4569ae219c80c781c5057..0ae503a0dd57accbe4b67ba0e216126a653a27c6 100755 (executable)
@@ -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