[SCM] bs1770gain/master: Add missing library dependencies to autotools build system.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jun 3 10:50:07 UTC 2015


The following commit has been merged in the master branch:
commit 632c564b98941170b310b2c30d7bc57a158ffc81
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Wed Jun 3 12:49:44 2015 +0200

    Add missing library dependencies to autotools build system.

diff --git a/debian/patches/11-autotools.diff b/debian/patches/11-autotools.diff
index c927dab..1aefe2a 100644
--- a/debian/patches/11-autotools.diff
+++ b/debian/patches/11-autotools.diff
@@ -104,8 +104,10 @@ Index: bs1770gain-git/lib1770-2/Makefile.am
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
 +++ bs1770gain-git/lib1770-2/Makefile.am	2015-06-01 21:25:25.000000000 +0000
-@@ -0,0 +1,11 @@
+@@ -0,0 +1,13 @@
 +lib_LTLIBRARIES = lib1770-2.la
++lib1770_2_la_LIBADD = \
++	-lm
 +lib1770_2_la_SOURCES = \
 +	lib1770_biquad.c \
 +	lib1770_block.c \
@@ -120,10 +122,19 @@ Index: bs1770gain-git/libffsox-2/Makefile.am
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
 +++ bs1770gain-git/libffsox-2/Makefile.am	2015-06-01 21:25:25.000000000 +0000
-@@ -0,0 +1,49 @@
+@@ -0,0 +1,58 @@
 +lib_LTLIBRARIES = libffsox-2.la
 +
-+libffsox_2_la_LIBADD = -lavformat-ffmpeg
++libffsox_2_la_LIBADD = \
++	-L../lib1770-2 \
++	-L../libpbutil \
++	-lavformat-ffmpeg \
++	-lavcodec-ffmpeg \
++	-lavutil-ffmpeg \
++	-lsox \
++	-l1770-2 \
++	-lpbutil \
++	-lm
 +
 +libffsox_2_la_SOURCES = \
 +	ffsox_aggregate.c \

-- 
bs1770gain packaging



More information about the pkg-multimedia-commits mailing list