[SCM] libquicktime packaging branch, master, updated. 511efc94a11ddff3249667ca66cb1c73d72ed725

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Feb 23 09:18:46 UTC 2009


The following commit has been merged in the master branch:
commit 43ff619db8613ecc9f844800c99b67972f40faf9
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Feb 23 10:07:54 2009 +0100

    Really deleting patches/06-lqt-config-cflags.dpatch

diff --git a/debian/patches/06-lqt-config-cflags.dpatch b/debian/patches/06-lqt-config-cflags.dpatch
deleted file mode 100644
index d44477a..0000000
--- a/debian/patches/06-lqt-config-cflags.dpatch
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh /usr/share/dpatch/dpatch-run
-## 06-lqt-config-cflags.dpatch by Fabian Greffrath <fabian at debian-unofficial.org>
-##
-## DP: fix "lqt-config --cflags" to get the include path
-
- at DPATCH@
-diff -urNad libquicktime-1.0.2~/lqt-config.in libquicktime-1.0.2/lqt-config.in
---- libquicktime-1.0.2~/lqt-config.in	2005-10-10 19:05:24.000000000 +0200
-+++ libquicktime-1.0.2/lqt-config.in	2008-01-15 13:37:50.000000000 +0100
-@@ -3,6 +3,7 @@
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- exec_prefix_set=no
-+includedir=@includedir@/lqt
- 
- usage()
- {
-@@ -20,7 +21,7 @@
- fi
- 
- the_libs="@LQT_LIBS@"
--the_cflags="@LQT_CFLAGS@"
-+the_cflags="-I${includedir} @LQT_CFLAGS@"
- 
- echo_libs=no
- echo_cflags=no

-- 
libquicktime packaging



More information about the pkg-multimedia-commits mailing list