Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/imagination/files: imagination-3.0-cflags.patch
Date: Fri, 28 Mar 2014 21:15:32
Message-Id: 20140328211527.0C15F20051@flycatcher.gentoo.org
1 hwoarang 14/03/28 21:15:26
2
3 Modified: imagination-3.0-cflags.patch
4 Log:
5 Add new patch to include checks for gmodule-2.0 and sqrtf by Michelangelo Scopelliti <ted.tanberry@×××××.com>. Bug #505188
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
8
9 Revision Changes Path
10 1.2 media-video/imagination/files/imagination-3.0-cflags.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?r1=1.1&r2=1.2
15
16 Index: imagination-3.0-cflags.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- imagination-3.0-cflags.patch 23 Jun 2011 09:00:00 -0000 1.1
23 +++ imagination-3.0-cflags.patch 28 Mar 2014 21:15:26 -0000 1.2
24 @@ -1,16 +1,32 @@
25 - configure.in | 2 +-
26 - 1 files changed, 1 insertions(+), 1 deletions(-)
27 -
28 -diff --git a/configure.in b/configure.in
29 -index 0be7802..d19c8ec 100644
30 ---- a/configure.in
31 -+++ b/configure.in
32 -@@ -46,7 +46,7 @@ fi
33 - if test "x${REVISION}" != "xr0"
34 - then
35 - # force debug mode for a SVN working copy
36 -- CFLAGS="-g -Wall"
37 -+ CFLAGS +="-Wall"
38 - else
39 - REVISION="-1"
40 - fi
41 +--- imagination-3.0-cflags-old.patch 2014-03-28 21:29:05.208684625 +0100
42 ++++ imagination-3.0-cflags.patch 2014-03-28 21:42:45.880726226 +0100
43 +@@ -5,7 +5,28 @@
44 + index 0be7802..d19c8ec 100644
45 + --- a/configure.in
46 + +++ b/configure.in
47 +-@@ -46,7 +46,7 @@ fi
48 ++@@ -24,7 +24,7 @@
49 ++ AM_PROG_LIBTOOL
50 ++ LIBTOOL="$LIBTOOL --silent"
51 ++
52 ++-pkg_modules="gtk+-2.0 >= 2.14.0 gthread-2.0"
53 +++pkg_modules="gtk+-2.0 >= 2.14.0 gthread-2.0 gmodule-2.0"
54 ++ PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
55 ++
56 ++ sox_modules="sox >= 14.2.0"
57 ++@@ -33,6 +33,11 @@
58 ++ plugins_modules="cairo >= 1.6 glib-2.0 > 2.18.0"
59 ++ PKG_CHECK_MODULES(PLUGINS, [$plugins_modules])
60 ++
61 +++dnl Check for libm for sqrtf()
62 +++AC_SEARCH_LIBS([sqrtf], [m], [], [
63 +++ AC_MSG_ERROR([unable to find the sqrtf() function])
64 +++])
65 +++
66 ++ # get svn revision
67 ++ REVISION="r0"
68 ++ if test "x${REVISION}" = "xr0"
69 ++@@ -46,7 +51,7 @@
70 + if test "x${REVISION}" != "xr0"
71 + then
72 + # force debug mode for a SVN working copy