[gentoo-commits] gentoo-x86 commit in media-video/imagination/files: imagination-3.0-cflags.patch

2014-04-03 Thread Markos Chandras (hwoarang)
hwoarang14/04/03 19:47:41

  Modified: imagination-3.0-cflags.patch
  Log:
  Re-apply patch from bug #505188
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.3  media-video/imagination/files/imagination-3.0-cflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?r1=1.2r2=1.3

Index: imagination-3.0-cflags.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- imagination-3.0-cflags.patch28 Mar 2014 21:15:26 -  1.2
+++ imagination-3.0-cflags.patch3 Apr 2014 19:47:41 -   1.3
@@ -1,32 +1,34 @@
 imagination-3.0-cflags-old.patch   2014-03-28 21:29:05.208684625 +0100
-+++ imagination-3.0-cflags.patch   2014-03-28 21:42:45.880726226 +0100
-@@ -5,7 +5,28 @@
- index 0be7802..d19c8ec 100644
- --- a/configure.in
- +++ b/configure.in
--@@ -46,7 +46,7 @@ fi
-+@@ -24,7 +24,7 @@
-+ AM_PROG_LIBTOOL
-+ LIBTOOL=$LIBTOOL --silent
-+ 
-+-pkg_modules=gtk+-2.0 = 2.14.0 gthread-2.0
-++pkg_modules=gtk+-2.0 = 2.14.0 gthread-2.0 gmodule-2.0
-+ PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
-+ 
-+ sox_modules=sox = 14.2.0
-+@@ -33,6 +33,11 @@
-+ plugins_modules=cairo = 1.6 glib-2.0  2.18.0
-+ PKG_CHECK_MODULES(PLUGINS, [$plugins_modules])
-+ 
-++dnl Check for libm for sqrtf()
-++AC_SEARCH_LIBS([sqrtf], [m], [], [
-++ AC_MSG_ERROR([unable to find the sqrtf() function])
-++])
-++
-+ # get svn revision
-+ REVISION=r0
-+ if test x${REVISION} = xr0
-+@@ -46,7 +51,7 @@
-  if test x${REVISION} != xr0
-  then
-   # force debug mode for a SVN working copy
+diff --git a/configure.in b/configure.in
+index 0be7802..d19c8ec 100644
+--- a/configure.in
 b/configure.in
+@@ -24,7 +24,7 @@
+ AM_PROG_LIBTOOL
+ LIBTOOL=$LIBTOOL --silent
+ 
+-pkg_modules=gtk+-2.0 = 2.14.0 gthread-2.0
++pkg_modules=gtk+-2.0 = 2.14.0 gthread-2.0 gmodule-2.0
+ PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
+ 
+ sox_modules=sox = 14.2.0
+@@ -33,6 +33,11 @@
+ plugins_modules=cairo = 1.6 glib-2.0  2.18.0
+ PKG_CHECK_MODULES(PLUGINS, [$plugins_modules])
+ 
++dnl Check for libm for sqrtf()
++AC_SEARCH_LIBS([sqrtf], [m], [], [
++  AC_MSG_ERROR([unable to find the sqrtf() function])
++])
++
+ # get svn revision
+ REVISION=r0
+ if test x${REVISION} = xr0
+@@ -46,7 +51,7 @@
+ if test x${REVISION} != xr0
+ then
+   # force debug mode for a SVN working copy
+-  CFLAGS=-g -Wall
++  CFLAGS +=-Wall
+ else
+   REVISION=-1
+ fi






[gentoo-commits] gentoo-x86 commit in media-video/imagination/files: imagination-3.0-cflags.patch

2014-03-28 Thread Markos Chandras (hwoarang)
hwoarang14/03/28 21:15:26

  Modified: imagination-3.0-cflags.patch
  Log:
  Add new patch to include checks for gmodule-2.0 and sqrtf by Michelangelo 
Scopelliti ted.tanbe...@gmail.com. Bug #505188
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  media-video/imagination/files/imagination-3.0-cflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch?r1=1.1r2=1.2

Index: imagination-3.0-cflags.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/media-video/imagination/files/imagination-3.0-cflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imagination-3.0-cflags.patch23 Jun 2011 09:00:00 -  1.1
+++ imagination-3.0-cflags.patch28 Mar 2014 21:15:26 -  1.2
@@ -1,16 +1,32 @@
- configure.in |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index 0be7802..d19c8ec 100644
 a/configure.in
-+++ b/configure.in
-@@ -46,7 +46,7 @@ fi
- if test x${REVISION} != xr0
- then
-   # force debug mode for a SVN working copy
--  CFLAGS=-g -Wall
-+  CFLAGS +=-Wall
- else
-   REVISION=-1
- fi
+--- imagination-3.0-cflags-old.patch   2014-03-28 21:29:05.208684625 +0100
 imagination-3.0-cflags.patch   2014-03-28 21:42:45.880726226 +0100
+@@ -5,7 +5,28 @@
+ index 0be7802..d19c8ec 100644
+ --- a/configure.in
+ +++ b/configure.in
+-@@ -46,7 +46,7 @@ fi
++@@ -24,7 +24,7 @@
++ AM_PROG_LIBTOOL
++ LIBTOOL=$LIBTOOL --silent
++ 
++-pkg_modules=gtk+-2.0 = 2.14.0 gthread-2.0
+++pkg_modules=gtk+-2.0 = 2.14.0 gthread-2.0 gmodule-2.0
++ PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
++ 
++ sox_modules=sox = 14.2.0
++@@ -33,6 +33,11 @@
++ plugins_modules=cairo = 1.6 glib-2.0  2.18.0
++ PKG_CHECK_MODULES(PLUGINS, [$plugins_modules])
++ 
+++dnl Check for libm for sqrtf()
+++AC_SEARCH_LIBS([sqrtf], [m], [], [
+++ AC_MSG_ERROR([unable to find the sqrtf() function])
+++])
+++
++ # get svn revision
++ REVISION=r0
++ if test x${REVISION} = xr0
++@@ -46,7 +51,7 @@
+  if test x${REVISION} != xr0
+  then
+   # force debug mode for a SVN working copy