SHA256
1
0
forked from pool/libquicktime

Accepting request 70624 from home:RedDwarf:branches:multimedia:libs

- fix baselibs.conf
- allow GTK deprectaed functions

OBS-URL: https://build.opensuse.org/request/show/70624
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=21
This commit is contained in:
Stephan Kulow 2011-05-19 05:21:47 +00:00 committed by Git OBS Bridge
parent bd512eb0df
commit e2d0b8223a
5 changed files with 38 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Url: http://libquicktime.sf.net
Group: System/Libraries
# http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
Source: libquicktime-%{version}.tar.bz2
Patch0: %{name}-1.2.2-dont_disable_deprecated.patch
BuildRequires: Mesa-devel
BuildRequires: alsa-devel
BuildRequires: doxygen
@ -67,6 +68,7 @@ Tools for reading/writing quicktime movie files.
%prep
%setup -q
%patch0
%build
%configure \

View File

@ -1 +1 @@
libquicktime
libquicktime0

View File

@ -0,0 +1,27 @@
Index: configure.ac
===================================================================
--- configure.ac.orig
+++ configure.ac
@@ -398,7 +398,8 @@ AM_CONDITIONAL(HAVE_GTK, test x$have_gtk
AC_SUBST(GTK_REQUIRED)
dnl Always be in sync with the newest gtk
-GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
+dnl Ha ha! I thwart thee!
+GTK_CFLAGS="$GTK_CFLAGS"
dnl
dnl Check for libdv
Index: configure
===================================================================
--- configure.orig
+++ configure
@@ -15899,7 +15899,7 @@ fi
-GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
+GTK_CFLAGS="$GTK_CFLAGS"
have_libdv="false"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 18 22:53:13 UTC 2011 - reddwarf@opensuse.org
- fix baselibs.conf
- allow GTK deprectaed functions
-------------------------------------------------------------------
Thu Apr 28 19:27:12 UTC 2011 - reddwarf@opensuse.org

View File

@ -15,6 +15,7 @@ Url: http://libquicktime.sf.net
Group: System/Libraries
# http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
Source: libquicktime-%{version}.tar.bz2
Patch0: %{name}-1.2.2-dont_disable_deprecated.patch
BuildRequires: Mesa-devel
BuildRequires: alsa-devel
BuildRequires: doxygen
@ -67,6 +68,7 @@ Tools for reading/writing quicktime movie files.
%prep
%setup -q
%patch0
%build
%configure \