[SCM] xbmc packaging branch, master, updated. upstream/9.11.svn24886.beta1.deb1-61-gdd5b090

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Wed Dec 9 21:10:27 UTC 2009


The following commit has been merged in the master branch:
commit 35176276ce2d58c39bb4ebdcd28aec5d12f19678
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Wed Dec 9 13:59:19 2009 -0500

    Update xbmc-get-orig-source to retrieve xbmc-9.11 beta2

diff --git a/debian/xbmc-get-orig-source b/debian/xbmc-get-orig-source
index 540c443..550bf4f 100755
--- a/debian/xbmc-get-orig-source
+++ b/debian/xbmc-get-orig-source
@@ -6,8 +6,9 @@
 # Common variables used to ease maintenance of this script
 XBMC_TARBALL=""
 XBMC_TARBALL_CHECKSUM=""
-SVN_REVISION="24886"
-XBMC_VERSION="9.11~svn$SVN_REVISION.beta1~deb1"
+SVN_REVISION="25484"
+XBMC_VERSION="9.11~svn$SVN_REVISION.beta2~deb1"
+XBMC_URL="http://xbmc.svn.sourceforge.net/svnroot/xbmc/tags/Camelot_beta2"
 
 USAGE="\n\
 This script is used to generate the orig tarball used in building\n\
@@ -34,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 https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc-$XBMC_VERSION
+    svn export -r$SVN_REVISION $XBMC_URL xbmc-$XBMC_VERSION
 
     # Remove libdvdcss
     echo "Remove libdvdcss"

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list