xmw 14/07/31 06:39:45
Added: icc_examin-0.55-fix-xrandr-test.patch
icc_examin-0.54-fix-xcm-test.patch
Log:
Fix xcm test (bug 492374, thanks Nikoli), version bump, update HOMEPAGE, fix
DEPENDS.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
62EEF090)
Revision Changes Path
1.1
media-gfx/icc_examin/files/icc_examin-0.55-fix-xrandr-test.patch
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
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
Index: icc_examin-0.55-fix-xrandr-test.patch
===================================================================
--- icc_examin-0.55/configure_tests.sh
+++ icc_examin-0.55/configure_tests.sh
@@ -689,7 +689,8 @@
if [ -z "$found" ]; then
pkg-config --atleast-version=1.2 $pc_package
if [ $? = 0 ]; then
- found=`pkg-config --cflags $pc_package`
+ found="yes"
+ cflags=`pkg-config --cflags $pc_package`
version=`pkg-config --modversion $pc_package`
fi
fi
@@ -703,7 +704,7 @@
if [ -n "$MAKEFILE_DIR" ]; then
for i in $MAKEFILE_DIR; do
test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR = 1" >>
"$i/makefile"
- test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $found" >>
"$i/makefile"
+ test -f "$ROOT_DIR/$i/makefile".in && echo "XRANDR_INC = $cflags" >>
"$i/makefile"
done
fi
elif [ $OSUNAME = "Linux" ]; then
1.1
media-gfx/icc_examin/files/icc_examin-0.54-fix-xcm-test.patch
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
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
Index: icc_examin-0.54-fix-xcm-test.patch
===================================================================
--- icc_examin-0.54/configure_tests.sh
+++ icc_examin-0.54/configure_tests.sh
@@ -543,7 +543,7 @@
if [ -z "$found" ]; then
pkg-config --atleast-version=0.2 $pc_package
if [ $? = 0 ]; then
- found=`pkg-config --cflags $pc_package`
+ found=" "`pkg-config --cflags $pc_package`
version=`pkg-config --modversion $pc_package`
fi
fi