Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/icc_examin/files: icc_examin-0.55-fix-xrandr-test.patch icc_examin-0.54-fix-xcm-test.patch
Date: Thu, 31 Jul 2014 06:39:54
Message-Id: 20140731063948.04B2920035@flycatcher.gentoo.org
1 xmw 14/07/31 06:39:45
2
3 Added: icc_examin-0.55-fix-xrandr-test.patch
4 icc_examin-0.54-fix-xcm-test.patch
5 Log:
6 Fix xcm test (bug 492374, thanks Nikoli), version bump, update HOMEPAGE, fix DEPENDS.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.1 media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch?rev=1.1&content-type=text/plain
15
16 Index: icc_examin-0.55-fix-xrandr-test.patch
17 ===================================================================
18 --- icc_examin-0.55/configure_tests.sh
19 +++ icc_examin-0.55/configure_tests.sh
20 @@ -689,7 +689,8 @@
21 if [ -z "$found" ]; then
22 pkg-config --atleast-version=1.2 $pc_package
23 if [ $? = 0 ]; then
24 - found=`pkg-config --cflags $pc_package`
25 + found="yes"
26 + cflags=`pkg-config --cflags $pc_package`
27 version=`pkg-config --modversion $pc_package`
28 fi
29 fi
30 @@ -703,7 +704,7 @@
31 if [ -n "$MAKEFILE_DIR" ]; then
32 for i in $MAKEFILE_DIR; do
33 test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR = 1" >> "$i/makefile"
34 - test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $found" >> "$i/makefile"
35 + test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $cflags" >> "$i/makefile"
36 done
37 fi
38 elif [ $OSUNAME = "Linux" ]; then
39
40
41
42 1.1 media-gfx/icc_examin/files/icc_examin-0.54-fix-xcm-test.patch
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/files/icc_examin-0.54-fix-xcm-test.patch?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/icc_examin/files/icc_examin-0.54-fix-xcm-test.patch?rev=1.1&content-type=text/plain
46
47 Index: icc_examin-0.54-fix-xcm-test.patch
48 ===================================================================
49 --- icc_examin-0.54/configure_tests.sh
50 +++ icc_examin-0.54/configure_tests.sh
51 @@ -543,7 +543,7 @@
52 if [ -z "$found" ]; then
53 pkg-config --atleast-version=0.2 $pc_package
54 if [ $? = 0 ]; then
55 - found=`pkg-config --cflags $pc_package`
56 + found=" "`pkg-config --cflags $pc_package`
57 version=`pkg-config --modversion $pc_package`
58 fi
59 fi