[SCM] libquicktime/master: Finally remove 21-export-quicktime_set_window.patch.

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon May 2 09:47:08 UTC 2011


The following commit has been merged in the master branch:
commit 75ada10a2944c6b8931055bbd4c3a977c9a0386b
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Mon May 2 20:41:52 2011 +0200

    Finally remove 21-export-quicktime_set_window.patch.
    
    This patch was added in libquicktime_0.9.3-2 in 2004 in order to fix
    building xmovie. This package, in turn, had this fix integrated into
    its final 1.9.12-1.1 package in 2006 and has since then been removed
    from Debian.
    
    Technically, we have already bumped SONAME anyway, we are the only
    distro to ship this symbol, no other known package needs it and we
    are targetting experimental anyway. Should be save. ;)

diff --git a/debian/patches/21-export-quicktime_set_window.patch b/debian/patches/21-export-quicktime_set_window.patch
deleted file mode 100644
index 2932794..0000000
--- a/debian/patches/21-export-quicktime_set_window.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Export the quicktime_set_window function.
-
----
- include/quicktime/quicktime.h |    3 +++
- 1 file changed, 3 insertions(+)
-
---- libquicktime.orig/include/quicktime/quicktime.h
-+++ libquicktime/include/quicktime/quicktime.h
-@@ -1047,6 +1047,9 @@ int quicktime_set_audio_position(quickti
- 
- int quicktime_set_video_position(quicktime_t *file, int64_t frame, int track);
- 
-+/* set window data */
-+void quicktime_set_window(quicktime_t *file, int in_x, int in_y, int in_w, int in_h, int out_w, int out_h);
-+
- /* ========================== Access to raw data follows. */
- /* write data for one quicktime track */
- /* the user must handle conversion to the channels in this track */
diff --git a/debian/patches/series b/debian/patches/series
index c32cc91..9244d0a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 02-install-in-libquicktime2.patch
-21-export-quicktime_set_window.patch
 11-gtk+-2.24.patch
 22-spelling_errors.patch
 23-manpage_errors.patch

-- 
libquicktime packaging



More information about the pkg-multimedia-commits mailing list