[xine-lib] xine-lib-cleanup-sources.sh: Remove patches for forbidden libraries.

Kevin Kofler kkofler at fedoraproject.org
Sun Nov 20 01:03:55 UTC 2011


commit 7a494c091c9b8764003f880428e1d68f198d455a
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Nov 20 02:01:49 2011 +0100

    xine-lib-cleanup-sources.sh: Remove patches for forbidden libraries.
    
    While they don't seem to contain any actually encumbered code, I feel it's safer
    to not have them in there. They're useless for us in any case.

 xine-lib-cleanup-sources.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/xine-lib-cleanup-sources.sh b/xine-lib-cleanup-sources.sh
index 1ccd7cc..6a1aa82 100755
--- a/xine-lib-cleanup-sources.sh
+++ b/xine-lib-cleanup-sources.sh
@@ -76,6 +76,8 @@ sed -i -e '/^xineplug_decode_nsf_la/,/^\s*$/d' \
        -e 's/ nosefart//' \
        src/libxineadec/Makefile.am
 sed -i -e '/nosefart\/Makefile/d' configure.ac
+# Patches for forbidden libraries
+rm -fv misc/lib*.patch win32/scripts/*.patch
 
 # All clean !
 


More information about the scm-commits mailing list