[SCM] gavl/master: Attempt to fix build failure on Ubuntu armel, WIP.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 17 16:51:14 UTC 2011


The following commit has been merged in the master branch:
commit a6760cb6b90f90da8f3109636bfc0aa7cc3ffcf9
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jan 17 17:51:06 2011 +0100

    Attempt to fix build failure on Ubuntu armel, WIP.

diff --git a/debian/patches/0002-ubuntu_armel_ftbfs.patch b/debian/patches/0002-ubuntu_armel_ftbfs.patch
new file mode 100644
index 0000000..bf3a560
--- /dev/null
+++ b/debian/patches/0002-ubuntu_armel_ftbfs.patch
@@ -0,0 +1,18 @@
+Description: Fix build failure on Ubuntu armel.
+Bug-Ubuntu: https://launchpad.net/bugs/704027
+Author: Alessio Treglia <alessio at debian.org>
+---
+ src/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- gavl.orig/src/Makefile.am
++++ gavl/src/Makefile.am
+@@ -30,7 +30,7 @@ benchmark_LDADD = ../gavl/libgavl.la @RT
+ 
+ 
+ volume_test_SOURCES = volume_test.c
+-volume_test_LDADD = ../gavl/libgavl.la
++volume_test_LDADD = -lm ../gavl/libgavl.la
+ 
+ dump_frame_table_SOURCES = dump_frame_table.c
+ dump_frame_table_LDADD = ../gavl/libgavl.la
diff --git a/debian/patches/series b/debian/patches/series
index c27e3c2..d55541c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-vframefill_overflow.patch
+0002-ubuntu_armel_ftbfs.patch

-- 
gavl packaging



More information about the pkg-multimedia-commits mailing list