[SCM] LibASS packaging branch, master, updated. debian/0.9.6-1-19-g0546949

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Aug 22 11:44:48 UTC 2009


The following commit has been merged in the master branch:
commit a7543795339e17bd7c67d5624eaf22db88df1d47
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Sat Aug 22 12:37:02 2009 +0100

    Fix debian/watch
    
    Thanks to pabs

diff --git a/debian/watch b/debian/watch
index 73927ce..6afbbe9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -3,4 +3,5 @@
 # Compulsory line, this is a version 3 file
 version=3
 
+http://code.google.com/p/libass/downloads/list \
 http://libass.googlecode.com/files/libass-(.*)\.tar\.gz
diff --git a/ltmain.sh b/ltmain.sh
index e420fac..fadc47f 100755
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1807,6 +1807,11 @@ EOF
 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
 	;;
 
+      -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 @@ EOF
 	lib=
 	found=no
 	case $deplib in
+	-Wl,--as-needed)
+	  if test "$linkmode,$pass" = "prog,link"; then
+	    compile_deplibs="$deplib $compile_deplibs"
+	    finalize_deplibs="$deplib $finalize_deplibs"
+	  else
+	    deplibs="$deplib $deplibs"
+	  fi
+	  continue
+	  ;;
 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
 	  if test "$linkmode,$pass" = "prog,link"; then
 	    compile_deplibs="$deplib $compile_deplibs"

-- 
LibASS packaging



More information about the pkg-multimedia-commits mailing list