Hello community,

here is the log from the commit of package libquicktime for openSUSE:Factory 
checked in at 2016-02-23 16:52:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libquicktime (Old)
 and      /work/SRC/openSUSE:Factory/.libquicktime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libquicktime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libquicktime/libquicktime.changes        
2015-12-16 17:42:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libquicktime.new/libquicktime.changes   
2016-02-23 16:52:26.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Feb 17 13:26:59 UTC 2016 - o...@aepfle.de
+
+- Remove usage of some deprecated names to fix compile with ffmpeg3
+  libquicktime-ffmpeg3.patch
+- Fix compiler warning about incorrect memset args
+  libquicktime-faad2.patch
+
+-------------------------------------------------------------------

New:
----
  libquicktime-faad2.patch
  libquicktime-ffmpeg3.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libquicktime.spec ++++++
--- /var/tmp/diff_new_pack.JeX46L/_old  2016-02-23 16:52:27.000000000 +0100
+++ /var/tmp/diff_new_pack.JeX46L/_new  2016-02-23 16:52:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libquicktime
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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:        %{name}-%{version}.tar.gz
 Source1:        COPYING
 Source2:        baselibs.conf
+Patch0:         libquicktime-ffmpeg3.patch
+Patch1:         libquicktime-faad2.patch
 BuildRequires:  alsa-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -90,6 +92,8 @@
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
+%patch1 -p1
 
 sed -i 's/-DGTK_DISABLE_DEPRECATED//g' configure.ac
 

++++++ libquicktime-faad2.patch ++++++
---
 plugins/faad2/faad2.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: libquicktime/plugins/faad2/faad2.c
===================================================================
--- libquicktime.orig/plugins/faad2/faad2.c
+++ libquicktime/plugins/faad2/faad2.c
@@ -155,7 +155,7 @@ static int decode_packet_faad2(quicktime
       if(!quicktime_trak_read_packet(file, atrack->track, &codec->pkt))
         return 0;
 
-      memset(&codec->frame_info, 0, sizeof(&codec->frame_info));
+      memset(&codec->frame_info, 0, sizeof(codec->frame_info));
       
       codec->samples = faacDecDecode(codec->dec, &codec->frame_info,
                                      codec->pkt.data, codec->pkt.data_len);
++++++ libquicktime-ffmpeg3.patch ++++++
++++ 923 lines (skipped)


Reply via email to