Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libquicktime/files: libquicktime-1.0.0-gtk212.patch
Date: Sun, 23 Sep 2007 11:35:53
Message-Id: E1IZPcd-0000Hs-Ey@stork.gentoo.org
1 drac 07/09/23 11:27:35
2
3 Added: libquicktime-1.0.0-gtk212.patch
4 Log:
5 Stop using -DGTK_DISABLE_DEPRECATED in configure.ac because it breaks with GTK+-2.12 wrt #193446, thanks to Ed Catmur. Leio for poking at freenode.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 media-libs/libquicktime/files/libquicktime-1.0.0-gtk212.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/files/libquicktime-1.0.0-gtk212.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libquicktime/files/libquicktime-1.0.0-gtk212.patch?rev=1.1&content-type=text/plain
13
14 Index: libquicktime-1.0.0-gtk212.patch
15 ===================================================================
16 diff -ur libquicktime-1.0.0.orig/configure.ac libquicktime-1.0.0/configure.ac
17 --- libquicktime-1.0.0.orig/configure.ac 2007-04-17 20:43:19.000000000 +0300
18 +++ libquicktime-1.0.0/configure.ac 2007-09-23 14:17:36.000000000 +0300
19 @@ -365,7 +365,7 @@
20 AC_SUBST(GTK_REQUIRED)
21
22 dnl Always be in sync with the newest gtk
23 -GTK_CFLAGS="$GTK_CFLAGS -DGTK_DISABLE_DEPRECATED"
24 +GTK_CFLAGS="$GTK_CFLAGS"
25
26 dnl
27 dnl Check for libdv
28
29
30
31 --
32 gentoo-commits@g.o mailing list