Hello community, here is the log from the commit of package libquicktime for openSUSE:Factory checked in at 2013-03-20 11:45:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libquicktime (Old) and /work/SRC/openSUSE:Factory/.libquicktime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libquicktime", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libquicktime/libquicktime.changes 2012-04-17 07:46:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libquicktime.new/libquicktime.changes 2013-03-20 11:45:37.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 18 12:56:46 UTC 2013 - [email protected] + +- builds also with libpng16 + * libpng16.patch + +------------------------------------------------------------------- New: ---- libquicktime-libpng16.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libquicktime.spec ++++++ --- /var/tmp/diff_new_pack.TaLZSE/_old 2013-03-20 11:45:42.000000000 +0100 +++ /var/tmp/diff_new_pack.TaLZSE/_new 2013-03-20 11:45:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libquicktime # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,8 @@ Source0: http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz Source1: COPYING Patch0: %{name}-1.2.2-dont_disable_deprecated.patch +# build also with libpng16, patch sent to [email protected], [email protected], [email protected] +Patch1: libquicktime-libpng16.patch BuildRequires: Mesa-devel BuildRequires: alsa-devel BuildRequires: doxygen @@ -86,6 +88,7 @@ %prep %setup -q %patch0 +%patch1 -p1 # Replace licence with wrong FSF address cp -v %{S:1} . ++++++ libquicktime-libpng16.patch ++++++ Index: libquicktime-1.2.4/plugins/png/qtpng.c =================================================================== --- libquicktime-1.2.4.orig/plugins/png/qtpng.c +++ libquicktime-1.2.4/plugins/png/qtpng.c @@ -25,6 +25,7 @@ #include "lqt_private.h" #include <quicktime/colormodels.h> #include <png.h> +#include <string.h> #include <stdlib.h> #include "qtpng.h" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
