Gentoo Archives: gentoo-commits

From: "Maxim Koltsov (maksbotan)" <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/imaging/files: imaging-1.1.7-nolcms.patch
Date: Wed, 21 Dec 2011 07:32:48
Message-Id: 20111221073238.F082A2004C@flycatcher.gentoo.org
1 maksbotan 11/12/21 07:32:38
2
3 Added: imaging-1.1.7-nolcms.patch
4 Log:
5 Revision bump, add lcms depend and use flag, bug 381689. Thanks to Chris Mayo
6
7 (Portage version: 2.1.10.40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/imaging/files/imaging-1.1.7-nolcms.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/files/imaging-1.1.7-nolcms.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/files/imaging-1.1.7-nolcms.patch?rev=1.1&content-type=text/plain
14
15 Index: imaging-1.1.7-nolcms.patch
16 ===================================================================
17 --- setup.py.orig
18 +++ setup.py 2011-09-04
19 @@ -264,10 +264,6 @@
20 if dir:
21 add_directory(self.compiler.include_dirs, dir, 0)
22
23 - if find_include_file(self, "lcms.h"):
24 - if find_library_file(self, "lcms"):
25 - feature.lcms = "lcms"
26 -
27 if _tkinter and find_include_file(self, "tk.h"):
28 # the library names may vary somewhat (e.g. tcl84 or tcl8.4)
29 version = TCL_VERSION[0] + TCL_VERSION[2]