public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/darktable: darktable-1.6.2.ebuild ChangeLog darktable-9999.ebuild
@ 2015-02-04 16:04 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2015-02-04 16:04 UTC (permalink / raw
  To: gentoo-commits

radhermit    15/02/04 16:04:45

  Modified:             darktable-1.6.2.ebuild ChangeLog
                        darktable-9999.ebuild
  Log:
  Move sse3 check to REQUIRED_USE.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.2                  media-gfx/darktable/darktable-1.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-1.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-1.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-1.6.2.ebuild?r1=1.1&r2=1.2

Index: darktable-1.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- darktable-1.6.2.ebuild	1 Feb 2015 16:40:45 -0000	1.1
+++ darktable-1.6.2.ebuild	4 Feb 2015 16:04:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.6.2.ebuild,v 1.1 2015/02/01 16:40:45 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.6.2.ebuild,v 1.2 2015/02/04 16:04:45 radhermit Exp $
 
 EAPI=5
 
@@ -20,6 +20,9 @@
 nls opencl openmp openexr pax_kernel +rawspeed +slideshow +squish web-services webp
 ${LANGS// / linguas_}"
 
+# sse3 support is required to build darktable
+REQUIRED_USE="cpu_flags_x86_sse3"
+
 CDEPEND="
 	dev-db/sqlite:3
 	>=dev-libs/glib-2.28:2
@@ -66,10 +69,6 @@
 	if use openmp ; then
 		tc-has-openmp || die "Please switch to an openmp compatible compiler"
 	fi
-
-	if ! use cpu_flags_x86_sse3 ; then
-		eerror "This package requires a CPU supporting the SSE3 instruction set." && die
-	fi
 }
 
 src_prepare() {



1.64                 media-gfx/darktable/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	1 Feb 2015 16:43:34 -0000	1.63
+++ ChangeLog	4 Feb 2015 16:04:45 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/darktable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v 1.63 2015/02/01 16:43:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v 1.64 2015/02/04 16:04:45 radhermit Exp $
+
+  04 Feb 2015; Tim Harder <radhermit@gentoo.org> darktable-1.6.2.ebuild,
+  darktable-9999.ebuild:
+  Move sse3 check to REQUIRED_USE.
 
   01 Feb 2015; Tim Harder <radhermit@gentoo.org> darktable-9999.ebuild:
   Sync sse3 changes to live ebuild.



1.17                 media-gfx/darktable/darktable-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild?r1=1.16&r2=1.17

Index: darktable-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- darktable-9999.ebuild	1 Feb 2015 16:43:34 -0000	1.16
+++ darktable-9999.ebuild	4 Feb 2015 16:04:45 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild,v 1.16 2015/02/01 16:43:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild,v 1.17 2015/02/04 16:04:45 radhermit Exp $
 
 EAPI=5
 
@@ -19,6 +19,9 @@
 nls opencl openmp openexr pax_kernel +rawspeed +slideshow +squish web-services webp
 ${LANGS// / linguas_}"
 
+# sse3 support is required to build darktable
+REQUIRED_USE="cpu_flags_x86_sse3"
+
 CDEPEND="
 	dev-db/sqlite:3
 	>=dev-libs/glib-2.28:2
@@ -65,10 +68,6 @@
 	if use openmp ; then
 		tc-has-openmp || die "Please switch to an openmp compatible compiler"
 	fi
-
-	if ! use cpu_flags_x86_sse3 ; then
-		eerror "This package requires a CPU supporting the SSE3 instruction set." && die
-	fi
 }
 
 src_prepare() {





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-04 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 16:04 [gentoo-commits] gentoo-x86 commit in media-gfx/darktable: darktable-1.6.2.ebuild ChangeLog darktable-9999.ebuild Tim Harder (radhermit)

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