forked from pool/libquicktime
Accepting request 159799 from home:pgajdos:libpng16
- builds also with libpng16 * libpng16.patch OBS-URL: https://build.opensuse.org/request/show/159799 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=48
This commit is contained in:
parent
fcf50ad7ff
commit
f34d444c34
12
libquicktime-libpng16.patch
Normal file
12
libquicktime-libpng16.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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"
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 18 12:56:46 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- builds also with libpng16
|
||||||
|
* libpng16.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 30 00:03:18 UTC 2012 - pascal.bleser@opensuse.org
|
Fri Mar 30 00:03:18 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libquicktime
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,6 +29,8 @@ Url: http://libquicktime.sf.net
|
|||||||
Source0: http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
|
Source0: http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Patch0: %{name}-1.2.2-dont_disable_deprecated.patch
|
Patch0: %{name}-1.2.2-dont_disable_deprecated.patch
|
||||||
|
# build also with libpng16, patch sent to amp@singingwizard.org, plaum@ipf.uni-stuttgart.de, kraxel@bytesex.org
|
||||||
|
Patch1: libquicktime-libpng16.patch
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -86,6 +88,7 @@ Tools for reading/writing quicktime movie files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
%patch1 -p1
|
||||||
# Replace licence with wrong FSF address
|
# Replace licence with wrong FSF address
|
||||||
cp -v %{S:1} .
|
cp -v %{S:1} .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user