[SCM] xbmc packaging branch, master, updated. upstream/9.04.1+svn22158.deb1-18-g2b1e7f7

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Oct 12 05:50:46 UTC 2009


The following commit has been merged in the master branch:
commit 33b0091d3802258d361e03247bc396b34211f5b6
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon Oct 12 01:46:54 2009 -0400

    Add patch to not include Windows binary during installation of xbmc.

diff --git a/debian/patches/arch-dep-install-fix.patch b/debian/patches/arch-dep-install-fix.patch
new file mode 100644
index 0000000..33e37cd
--- /dev/null
+++ b/debian/patches/arch-dep-install-fix.patch
@@ -0,0 +1,13 @@
+Make sure non-Windows files don't get installed.
+==========================================================================
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -450,7 +450,7 @@
+ 	@# Arch independent files
+ 	@find language media scripts sounds userdata visualisations system -regextype posix-extended -type f -not -iregex ".*svn.*|.*\.so|.*\.dll|.*\.pyd|.*python/.*\.zlib|.*\.vis" -exec install -D -m 0644 "{}" $(prefix)/share/xbmc/"{}" \; -printf " -- %-75.75f\r"
+ 	@# Arch dependent files
+-	@find system screensavers visualisations -regextype posix-extended -type f -not -iregex ".*svn.*|.*win32\.vis|.*osx\.vis" -iregex ".*$(ARCH).*|.*\.vis|.*\.xbs" -exec install -D "{}" $(prefix)/share/xbmc/"{}" \; -printf " -- %-75.75f\r"
++	@find system screensavers visualisations -regextype posix-extended -type f -not -iregex ".*svn.*|.*win32(dx)?\.vis|.*osx\.vis" -iregex ".*$(ARCH).*|.*\.vis|.*\.xbs" -exec install -D "{}" $(prefix)/share/xbmc/"{}" \; -printf " -- %-75.75f\r"
+ 	@# Skins
+ 	@find skin -regextype posix-extended -type f -not -iregex ".*svn.*|.*\.png|.*\.gif" -exec install -D -m 0644 '{}' $(prefix)/share/xbmc/'{}' \; -printf " -- %-75.75f\r"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 954c37b..a6ca529 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 distclean-fix.patch
+init-script-lsb-fix.patch
+arch-dep-install-fix.patch

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list