xbmc-pvr:

- update to xbmc-pvr-27928
This commit is contained in:
Stephan Raue 2010-02-18 20:06:56 +01:00
parent f26cd07cf3
commit 34648b88f3
2 changed files with 1 additions and 22 deletions

View File

@ -1,21 +0,0 @@
diff -Naur xbmc-pvr-27902/Makefile.in xbmc-pvr-27902.patch/Makefile.in
--- xbmc-pvr-27902/Makefile.in 2010-02-17 06:15:09.000000000 +0100
+++ xbmc-pvr-27902.patch/Makefile.in 2010-02-17 08:16:28.151814467 +0100
@@ -521,7 +521,7 @@
install-arch:
@# Arch dependent files
- @find system addons -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"
+ @find system addons -regextype posix-extended -type f -not -iregex ".*svn.*|.*win32(dx)?\.vis|.*osx\.vis" -iregex ".*$(ARCH).*|.*\.pvr|.*\.vis|.*\.xbs" -exec install -D "{}" $(prefix)/share/xbmc/"{}" \; -printf " -- %-75.75f\r"
install-scripts:
@install -D tools/Linux/xbmc.sh $(prefix)/bin/xbmc
@@ -536,7 +536,7 @@
@echo "Done!"
@echo "Copying system files to $(prefix)/share/xbmc"
@# Arch independent files
- @find language media scripts sounds userdata addons 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"
+ @find language media scripts sounds userdata addons system -regextype posix-extended -type f -not -iregex ".*svn.*|.*\.so|.*\.dll|.*\.pyd|.*\.pvr|.*python/.*\.zlib|.*\.vis" -exec install -D -m 0644 "{}" $(prefix)/share/xbmc/"{}" \; -printf " -- %-75.75f\r"
@# Skins
@find skin -regextype posix-extended -type f -not -iregex '.*/\.svn/.*|^skin/[^/]*/media/.*[^x][^b][^t]' -exec install -D -m 0644 '{}' $(prefix)/share/xbmc/'{}' \; -printf " -- %-75.75f\r"
@# Icons and links

View File

@ -1 +1 @@
http://sources.openelec.tv/svn/xbmc-pvr-27902.tar.bz2 http://sources.openelec.tv/svn/xbmc-pvr-27928.tar.bz2