public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/opencv: ChangeLog opencv-2.0.0-r1.ebuild
@ 2010-01-06 23:49 Joseph Jezak (josejx)
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph Jezak (josejx) @ 2010-01-06 23:49 UTC (permalink / raw
  To: gentoo-commits

josejx      10/01/06 23:49:51

  Modified:             ChangeLog opencv-2.0.0-r1.ebuild
  Log:
  Marked ~ppc64.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 media-libs/opencv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Dec 2009 23:32:22 -0000	1.16
+++ ChangeLog	6 Jan 2010 23:49:50 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/opencv
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v 1.16 2009/12/07 23:32:22 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v 1.17 2010/01/06 23:49:50 josejx Exp $
+
+  06 Jan 2010; Joseph Jezak <josejx@gentoo.org> opencv-2.0.0-r1.ebuild:
+  Marked ~ppc64.
 
   07 Dec 2009; Markus Meier <maekke@gentoo.org> opencv-2.0.0.ebuild:
   x86 stable, bug #295475



1.2                  media-libs/opencv/opencv-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?r1=1.1&r2=1.2

Index: opencv-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencv-2.0.0-r1.ebuild	4 Dec 2009 14:02:12 -0000	1.1
+++ opencv-2.0.0-r1.ebuild	6 Jan 2010 23:49:50 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v 1.1 2009/12/04 14:02:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v 1.2 2010/01/06 23:49:50 josejx Exp $
 
 EAPI=2
 inherit cmake-utils
@@ -13,7 +13,7 @@
 
 LICENSE="v4l? ( GPL-2 ) xine? ( GPL-2 ) Intel"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="debug +deprecated examples ffmpeg gstreamer gtk ieee1394 ipp jpeg jpeg2k
 mmx octave openmp png python sse sse2 sse3 test tiff v4l xine"
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/opencv: ChangeLog opencv-2.0.0-r1.ebuild
@ 2010-03-09 12:45 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-09 12:45 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/09 12:45:39

  Modified:             ChangeLog opencv-2.0.0-r1.ebuild
  Log:
  Fix building with libpng14.
  (Portage version: 2.2_rc66/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 media-libs/opencv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	6 Feb 2010 11:05:42 -0000	1.18
+++ ChangeLog	9 Mar 2010 12:45:38 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/opencv
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v 1.18 2010/02/06 11:05:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v 1.19 2010/03/09 12:45:38 ssuominen Exp $
+
+  09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  opencv-2.0.0-r1.ebuild, +files/opencv-2.0.0-libpng14.patch:
+  Fix building with libpng14.
 
   06 Feb 2010; Ulrich Mueller <ulm@gentoo.org> opencv-2.0.0.ebuild,
   opencv-2.0.0-r1.ebuild:



1.4                  media-libs/opencv/opencv-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?r1=1.3&r2=1.4

Index: opencv-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opencv-2.0.0-r1.ebuild	6 Feb 2010 11:05:42 -0000	1.3
+++ opencv-2.0.0-r1.ebuild	9 Mar 2010 12:45:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v 1.3 2010/02/06 11:05:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v 1.4 2010/03/09 12:45:38 ssuominen Exp $
 
 EAPI=2
 inherit cmake-utils
@@ -38,7 +38,8 @@
 
 S=${WORKDIR}/${MY_P}
 
-PATCHES=( "${FILESDIR}/${P}-multilib.patch" )
+PATCHES=( "${FILESDIR}/${P}-multilib.patch"
+	"${FILESDIR}/${P}-libpng14.patch" )
 
 src_configure() {
 	mycmakeargs="${mycmakeargs}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/opencv: ChangeLog opencv-2.0.0-r1.ebuild
@ 2010-06-16 16:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-16 16:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/16 16:36:55

  Modified:             ChangeLog opencv-2.0.0-r1.ebuild
  Log:
  Fix building with FFmpeg >= 0.6 wrt #324259 by Alexis Ballier.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-libs/opencv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opencv/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opencv/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opencv/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	12 May 2010 11:33:38 -0000	1.20
+++ ChangeLog	16 Jun 2010 16:36:55 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/opencv
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v 1.20 2010/05/12 11:33:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/ChangeLog,v 1.21 2010/06/16 16:36:55 ssuominen Exp $
+
+  16 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
+  opencv-2.0.0-r1.ebuild:
+  Fix building with FFmpeg >= 0.6 wrt #324259 by Alexis Ballier.
 
   12 May 2010; Samuli Suominen <ssuominen@gentoo.org> opencv-2.0.0.ebuild:
   Backport -libpng14.patch to -r0 of 2.0.0 because -r1 can't be stabilized.



1.5                  media-libs/opencv/opencv-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild?r1=1.4&r2=1.5

Index: opencv-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- opencv-2.0.0-r1.ebuild	9 Mar 2010 12:45:38 -0000	1.4
+++ opencv-2.0.0-r1.ebuild	16 Jun 2010 16:36:55 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v 1.4 2010/03/09 12:45:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.0.0-r1.ebuild,v 1.5 2010/06/16 16:36:55 ssuominen Exp $
 
 EAPI=2
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
 
 MY_P=OpenCV-${PV}
 
@@ -38,12 +38,16 @@
 
 S=${WORKDIR}/${MY_P}
 
-PATCHES=( "${FILESDIR}/${P}-multilib.patch"
-	"${FILESDIR}/${P}-libpng14.patch" )
+PATCHES=(
+	"${FILESDIR}/${P}-multilib.patch"
+	"${FILESDIR}/${P}-libpng14.patch"
+	)
 
 src_configure() {
-	mycmakeargs="${mycmakeargs}
-		-DCMAKE_SKIP_RPATH=ON
+	append-cppflags -D__STDC_CONSTANT_MACROS
+
+	mycmakeargs=(
+		"-DCMAKE_SKIP_RPATH=ON"
 		$(cmake-utils_use_build examples)
 		$(cmake-utils_use_build python NEW_PYTHON_SUPPORT)
 		$(cmake-utils_use_build octave OCTAVE_SUPPORT)
@@ -51,8 +55,8 @@
 		$(cmake-utils_use_enable openmp)
 		$(cmake-utils_use ipp USE_IPP)
 		$(cmake-utils_use mmx USE_MMX)
-		-DUSE_O3=OFF
-		-DUSE_OMIT_FRAME_POINTER=OFF
+		"-DUSE_O3=OFF"
+		"-DUSE_OMIT_FRAME_POINTER=OFF"
 		$(cmake-utils_use sse USE_SSE)
 		$(cmake-utils_use sse2 USE_SSE2)
 		$(cmake-utils_use sse3 USE_SSE3)
@@ -64,13 +68,15 @@
 		$(cmake-utils_use_with jpeg)
 		$(cmake-utils_use_with png)
 		$(cmake-utils_use_with tiff)
-		-DWITH_UNICAP=OFF
+		"-DWITH_UNICAP=OFF"
 		$(cmake-utils_use_with v4l)
-		$(cmake-utils_use_with xine)"
+		$(cmake-utils_use_with xine)
+		)
 
 	if use python; then
-		mycmakeargs="${mycmakeargs}
-			$(cmake-utils_use_build deprecated SWIG_PYTHON_SUPPORT)"
+		mycmakeargs+=(
+			$(cmake-utils_use_build deprecated SWIG_PYTHON_SUPPORT)
+			)
 	fi
 
 	cmake-utils_src_configure






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-16 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-09 12:45 [gentoo-commits] gentoo-x86 commit in media-libs/opencv: ChangeLog opencv-2.0.0-r1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-16 16:36 Samuli Suominen (ssuominen)
2010-01-06 23:49 Joseph Jezak (josejx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox