updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / libdv-gtk2 / gtk2.patch
blob083aa872cd3058e0ac63928a97da7323232721b5
1 diff -ru libdv-1.0.0.orig/configure.ac libdv-1.0.0/configure.ac
2 --- libdv-1.0.0.orig/configure.ac 2010-05-08 16:09:47.000000000 -0400
3 +++ libdv-1.0.0/configure.ac 2010-05-08 16:17:11.000000000 -0400
4 @@ -162,7 +162,7 @@
5 dnl Checks for libraries.
6 have_gtk="false"
7 if $use_gtk; then
8 - REQUIRES='glib >= 1.2.4 gtk+ >= 1.2.4'
9 + REQUIRES='glib-2.0 >= 2.6.6 gtk+-2.0 >= 2.6.10'
10 PKG_CHECK_MODULES(GTK,$REQUIRES,have_gtk="true",have_gtk="false")
11 AC_DEFINE(HAVE_GTK)
13 diff -ru libdv-1.0.0.orig/playdv/display.h libdv-1.0.0/playdv/display.h
14 --- libdv-1.0.0.orig/playdv/display.h 2010-05-08 16:09:47.000000000 -0400
15 +++ libdv-1.0.0/playdv/display.h 2010-05-08 16:17:31.000000000 -0400
16 @@ -32,7 +32,6 @@
17 #endif
19 #include "libdv/dv_types.h"
20 -#include <gtk/gtk.h>
22 #if HAVE_LIBXV
23 #include <X11/Xlib.h>