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

Reinhard Tartler siretart at tauware.de
Sat Aug 22 14:10:30 UTC 2009


xtophe-guest at users.alioth.debian.org writes:

> 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"

are these changes intended? They are not mentioned in the patch description

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the pkg-multimedia-maintainers mailing list