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:
parent
bd512eb0df
commit
e2d0b8223a
@ -15,6 +15,7 @@ Url: http://libquicktime.sf.net
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
|
# http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
|
||||||
Source: libquicktime-%{version}.tar.bz2
|
Source: libquicktime-%{version}.tar.bz2
|
||||||
|
Patch0: %{name}-1.2.2-dont_disable_deprecated.patch
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -67,6 +68,7 @@ Tools for reading/writing quicktime movie files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
@ -1 +1 @@
|
|||||||
libquicktime
|
libquicktime0
|
||||||
|
27
libquicktime-1.2.2-dont_disable_deprecated.patch
Normal file
27
libquicktime-1.2.2-dont_disable_deprecated.patch
Normal 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"
|
@ -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
|
Thu Apr 28 19:27:12 UTC 2011 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ Url: http://libquicktime.sf.net
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
|
# http://prdownloads.sourceforge.net/libquicktime/libquicktime-%{version}.tar.gz
|
||||||
Source: libquicktime-%{version}.tar.bz2
|
Source: libquicktime-%{version}.tar.bz2
|
||||||
|
Patch0: %{name}-1.2.2-dont_disable_deprecated.patch
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -67,6 +68,7 @@ Tools for reading/writing quicktime movie files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user