Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-media-tags-plugin/files: thunar-media-tags-plugin-0.1.2-exo.patch
Date: Wed, 28 Oct 2009 22:17:01
Message-Id: E1N3Gp9-0003ot-KK@stork.gentoo.org
1 ssuominen 09/10/28 22:16:59
2
3 Added: thunar-media-tags-plugin-0.1.2-exo.patch
4 Log:
5 Fix configure.in to detect >=exo-0.5.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.1.2-exo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.1.2-exo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-media-tags-plugin/files/thunar-media-tags-plugin-0.1.2-exo.patch?rev=1.1&content-type=text/plain
13
14 Index: thunar-media-tags-plugin-0.1.2-exo.patch
15 ===================================================================
16 diff -ur thunar-media-tags-plugin-0.1.2.orig/configure.in thunar-media-tags-plugin-0.1.2/configure.in
17 --- thunar-media-tags-plugin-0.1.2.orig/configure.in 2007-01-20 17:29:39.000000000 +0200
18 +++ thunar-media-tags-plugin-0.1.2/configure.in 2009-10-29 01:12:19.000000000 +0200
19 @@ -64,7 +64,8 @@
20 dnl ***********************************
21 dnl *** Check for required packages ***
22 dnl ***********************************
23 -XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.3])
24 +XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.3], [],
25 + [XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])])
26 XDT_CHECK_PACKAGE([THUNARX], [thunarx-1], [0.2.3svn-r20526])
27 XDT_CHECK_PACKAGE([THUNARVFS], [thunar-vfs-1], [0.2.3svn-r20526])
28 XDT_CHECK_PACKAGE([TAGLIB], [taglib], [1.4])