# 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}"
\) \
\)
+# Make ./configure executable
+chmod 755 gpac-${GPAC_VERSION}/configure
+
# Remove empty directories
echo "Removing empty directories"
find gpac-${GPAC_VERSION} -type d -empty -delete