[SCM] lame/master: Merge branch 'master' of git+ssh://git.debian.org/git/pkg-multimedia/lame

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Thu Feb 23 23:47:04 UTC 2012


Do not hardcode runtime library paths.
Sort confflags.
Link frontends against shared libraries
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Oldrev: 27d6fb74a23f561b06de91437d2e871d67d89494
X-Git-Newrev: e048b85a1b111982ced4f9e52936834dcf902e57

The following commit has been merged in the master branch:
commit e048b85a1b111982ced4f9e52936834dcf902e57
Merge: 45f8e91b6c686b15fa734d42a0798b3e81022e57 27d6fb74a23f561b06de91437d2e871d67d89494
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Thu Feb 23 18:46:53 2012 -0500

    Merge branch 'master' of git+ssh://git.debian.org/git/pkg-multimedia/lame

diff --combined debian/rules
index 9524528,c3845ba..1d08515
--- a/debian/rules
+++ b/debian/rules
@@@ -1,13 -1,15 +1,15 @@@
  #!/usr/bin/make -f
  
 -CFLAGS = $(DEB_CFLAGS)
 +CFLAGS = $(shell dpkg-buildflags --get CFLAGS | sed -e 's/-g\|-O2//g')
  
  %:
  	dh $@ --parallel
  
  override_dh_auto_configure:
  	dh_auto_configure -- \
- 		--enable-nasm \
- 		--with-fileio=lame \
+ 		--disable-debug \
+ 		--disable-rpath \
+ 		--enable-dynamic-frontends \
  		--enable-expopt=full \
- 		--disable-debug
+ 		--enable-nasm \
+ 		--with-fileio=lame

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list