[SCM] libltc/master: Added patch to fix build on big_endian archs

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat Nov 17 22:17:50 UTC 2012


The following commit has been merged in the master branch:
commit 6538e1285582dc3bc036485111f3ba1139cabc63
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Nov 17 23:17:28 2012 +0100

    Added patch to fix build on big_endian archs

diff --git a/debian/patches/big_endian_ftbfs.patch b/debian/patches/big_endian_ftbfs.patch
new file mode 100644
index 0000000..ee5ec7a
--- /dev/null
+++ b/debian/patches/big_endian_ftbfs.patch
@@ -0,0 +1,17 @@
+Description: Fix member name in big-endian version of LTCFrame
+Author: Adam Conrad <adconrad at ubuntu.com>
+Forwarded: no
+
+Index: libltc/src/ltc.h
+===================================================================
+--- libltc.orig/src/ltc.h	2012-11-15 23:43:32.256726214 +0100
++++ libltc/src/ltc.h	2012-11-17 22:56:36.168320446 +0100
+@@ -127,7 +127,7 @@
+ 	unsigned int frame_units:4;
+ 
+ 	unsigned int user2:4;
+-	unsigned int col_frm:1;
++	unsigned int col_frame:1;
+ 	unsigned int dfbit:1;
+ 	unsigned int frame_tens:2;
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..91aaddf
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+big_endian_ftbfs.patch

-- 
libltc packaging



More information about the pkg-multimedia-commits mailing list