[SCM] xbmc packaging branch, master, updated. upstream/9.11.svn25484.beta2.deb1-71-gbb3c92d

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Dec 16 04:01:36 UTC 2009


The following commit has been merged in the master branch:
commit 3259afe54040ecc09d74a939006b8db0f59cd9a7
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Tue Dec 15 18:29:33 2009 -0500

    Update xbmc-get-orig-source to generate tarball for XBMC 9.11 rc1.

diff --git a/debian/xbmc-get-orig-source b/debian/xbmc-get-orig-source
index 550bf4f..81f4a5c 100755
--- a/debian/xbmc-get-orig-source
+++ b/debian/xbmc-get-orig-source
@@ -6,9 +6,9 @@
 # Common variables used to ease maintenance of this script
 XBMC_TARBALL=""
 XBMC_TARBALL_CHECKSUM=""
-SVN_REVISION="25484"
-XBMC_VERSION="9.11~svn$SVN_REVISION.beta2~deb1"
-XBMC_URL="http://xbmc.svn.sourceforge.net/svnroot/xbmc/tags/Camelot_beta2"
+SVN_REVISION="25756"
+XBMC_VERSION="9.11~svn$SVN_REVISION.rc1~deb1"
+XBMC_SVN_URL="http://xbmc.svn.sourceforge.net/svnroot/xbmc/tags/Camelot_rc1"
 
 USAGE="\n\
 This script is used to generate the orig tarball used in building\n\
@@ -35,7 +35,7 @@ done
 # This will generate the orig.tar.gz
 make_current_tarball() {
     # We do an export from svn trunk
-    svn export -r$SVN_REVISION $XBMC_URL xbmc-$XBMC_VERSION
+    svn export -r$SVN_REVISION $XBMC_SVN_URL xbmc-$XBMC_VERSION
 
     # Remove libdvdcss
     echo "Remove libdvdcss"

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list