[SCM] LibASS packaging branch, master, updated. debian/0.9.8-1-20-g8cd12b2

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Tue Aug 17 22:51:22 UTC 2010


The following commit has been merged in the master branch:
commit 463d9bb98930cd1f5390854a919ffdecec28acf2
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Tue Aug 17 23:40:52 2010 +0100

    Refresh patch

diff --git a/debian/patches/052_as-needed.diff b/debian/patches/052_as-needed.diff
index 60d2d25..b9f7192 100644
--- a/debian/patches/052_as-needed.diff
+++ b/debian/patches/052_as-needed.diff
@@ -1,23 +1,23 @@
-Patch originally taken from the BTS #347650 and then adapted for 
-later libtool version
+Description: Fix incorrect argument reordering
+Bug-Debian: http://bugs.debian.org/347650
 
-Index: libass/ltmain.sh
+Index: vlc-debian/ltmain.sh
 ===================================================================
---- libass.orig/ltmain.sh	2009-08-21 00:30:16.000000000 +0100
-+++ libass/ltmain.sh	2009-08-21 20:09:25.000000000 +0100
-@@ -1807,6 +1807,11 @@
- 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+--- vlc-debian.origltmain.sh	2010-02-13 15:44:10.000000000 +0000
++++ vlc-debian/ltmain.sh	2010-02-13 15:44:27.000000000 +0000
+@@ -4716,6 +4716,11 @@
+ 	arg=$func_stripname_result
  	;;
  
 +      -Wl,--as-needed)
 +	deplibs="$deplibs $arg"
 +	continue
 +	;;
-+
++      
        -Wl,*)
- 	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
- 	arg=
-@@ -2150,6 +2155,15 @@
+ 	func_stripname '-Wl,' '' "$arg"
+ 	args=$func_stripname_result
+@@ -5070,6 +5075,15 @@
  	lib=
  	found=no
  	case $deplib in

-- 
LibASS packaging



More information about the pkg-multimedia-commits mailing list