public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lensfun: gimp-lensfun-0.2.2-r2.ebuild ChangeLog
@ 2012-10-28 17:30 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-10-28 17:30 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/10/28 17:30:19

  Modified:             ChangeLog
  Added:                gimp-lensfun-0.2.2-r2.ebuild
  Log:
  Add openmp support. Bug #437406. Thanks to Mario Kicherer <dev@kicherer.org>
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)

Revision  Changes    Path
1.4                  media-plugins/gimp-lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	30 Sep 2012 17:47:06 -0000	1.3
+++ ChangeLog	28 Oct 2012 17:30:19 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gimp-lensfun
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v 1.3 2012/09/30 17:47:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v 1.4 2012/10/28 17:30:19 hwoarang Exp $
+
+*gimp-lensfun-0.2.2-r2 (28 Oct 2012)
+
+  28 Oct 2012; Markos Chandras <hwoarang@gentoo.org>
+  +gimp-lensfun-0.2.2-r2.ebuild:
+  Add openmp support. Bug #437406. Thanks to Mario Kicherer <dev@kicherer.org>
 
 *gimp-lensfun-0.2.2-r1 (30 Sep 2012)
 



1.1                  media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: gimp-lensfun-0.2.2-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild,v 1.1 2012/10/28 17:30:19 hwoarang Exp $

EAPI="4"

inherit eutils toolchain-funcs

MY_PN="gimplensfun"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Lensfun plugin for GIMP"
HOMEPAGE="http://lensfun.sebastiankraft.net/"
SRC_URI="http://lensfun.sebastiankraft.net/${MY_P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="openmp"

RDEPEND="media-gfx/gimp
	media-gfx/exiv2
	media-libs/lensfun"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S="${WORKDIR}/${MY_P}"

pkg_setup() {
        if use openmp ; then
                tc-has-openmp || die "Please switch to an openmp compatible compiler"
        fi
}

src_prepare() {
	epatch "${FILESDIR}"/${P}-build.patch

	if ! use openmp; then
		sed -i "s/-fopenmp//g" Makefile
	fi

	tc-export CXX
}

src_install() {
	exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
	doexe ${MY_PN}
}





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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lensfun: gimp-lensfun-0.2.2-r2.ebuild ChangeLog
@ 2013-08-15  3:35 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2013-08-15  3:35 UTC (permalink / raw
  To: gentoo-commits

patrick     13/08/15 03:35:02

  Modified:             gimp-lensfun-0.2.2-r2.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild

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

Index: gimp-lensfun-0.2.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gimp-lensfun-0.2.2-r2.ebuild	28 Oct 2012 17:30:19 -0000	1.1
+++ gimp-lensfun-0.2.2-r2.ebuild	15 Aug 2013 03:35:02 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild,v 1.1 2012/10/28 17:30:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.2-r2.ebuild,v 1.2 2013/08/15 03:35:02 patrick Exp $
 
 EAPI="4"
 
@@ -27,9 +27,9 @@
 S="${WORKDIR}/${MY_P}"
 
 pkg_setup() {
-        if use openmp ; then
-                tc-has-openmp || die "Please switch to an openmp compatible compiler"
-        fi
+	if use openmp ; then
+		tc-has-openmp || die "Please switch to an openmp compatible compiler"
+	fi
 }
 
 src_prepare() {



1.5                  media-plugins/gimp-lensfun/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Oct 2012 17:30:19 -0000	1.4
+++ ChangeLog	15 Aug 2013 03:35:02 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/gimp-lensfun
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v 1.4 2012/10/28 17:30:19 hwoarang Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v 1.5 2013/08/15 03:35:02 patrick Exp $
+
+  15 Aug 2013; Patrick Lauer <patrick@gentoo.org> gimp-lensfun-0.2.2-r2.ebuild:
+  Whitespace
 
 *gimp-lensfun-0.2.2-r2 (28 Oct 2012)
 





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

end of thread, other threads:[~2013-08-15  3:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-28 17:30 [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lensfun: gimp-lensfun-0.2.2-r2.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-15  3:35 Patrick Lauer (patrick)

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