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.3.ebuild ChangeLog
@ 2014-05-30 13:15 Sven Vermeulen (swift)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2014-05-30 13:15 UTC (permalink / raw
  To: gentoo-commits

swift       14/05/30 13:15:03

  Modified:             ChangeLog
  Added:                gimp-lensfun-0.2.3.ebuild
  Log:
  New version of GIMP Lensfun (0.2.3), thanks to Mario Kicherer (bug #468788)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Aug 2013 03:35:02 -0000	1.5
+++ ChangeLog	30 May 2014 13:15:03 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/gimp-lensfun
-# 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v 1.6 2014/05/30 13:15:03 swift Exp $
+
+*gimp-lensfun-0.2.3 (30 May 2014)
+
+  30 May 2014; Sven Vermeulen <swift@gentoo.org> +gimp-lensfun-0.2.3.ebuild:
+  New version of GIMP Lensfun (0.2.3), thanks to Mario Kicherer (bug #468788)
 
   15 Aug 2013; Patrick Lauer <patrick@gentoo.org> gimp-lensfun-0.2.2-r2.ebuild:
   Whitespace



1.1                  media-plugins/gimp-lensfun/gimp-lensfun-0.2.3.ebuild

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

Index: gimp-lensfun-0.2.3.ebuild
===================================================================
# Copyright 1999-2014 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.3.ebuild,v 1.1 2014/05/30 13:15:03 swift Exp $

EAPI="5"

inherit eutils toolchain-funcs

MY_PN="GIMP-Lensfun"

DESCRIPTION="Lensfun plugin for GIMP"
HOMEPAGE="http://seebk.github.io/GIMP-Lensfun/"
SRC_URI="https://github.com/seebk/GIMP-Lensfun/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

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

S=${WORKDIR}/${MY_PN}-${PV}

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

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

	tc-export CXX
}

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





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

* [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lensfun: gimp-lensfun-0.2.3.ebuild ChangeLog
@ 2015-03-30  9:11 Ian Delaney (idella4)
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Delaney (idella4) @ 2015-03-30  9:11 UTC (permalink / raw
  To: gentoo-commits

idella4     15/03/30 09:11:33

  Modified:             gimp-lensfun-0.2.3.ebuild ChangeLog
  Log:
  add patch sourced from upstream, supplied by maintainer in bug #537130, fixes bug
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.3.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.3.ebuild?r1=1.1&r2=1.2

Index: gimp-lensfun-0.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gimp-lensfun-0.2.3.ebuild	30 May 2014 13:15:03 -0000	1.1
+++ gimp-lensfun-0.2.3.ebuild	30 Mar 2015 09:11:33 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.3.ebuild,v 1.1 2014/05/30 13:15:03 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/gimp-lensfun-0.2.3.ebuild,v 1.2 2015/03/30 09:11:33 idella4 Exp $
 
 EAPI="5"
 
@@ -32,6 +32,8 @@
 }
 
 src_prepare() {
+	epatch "${FILESDIR}"/${PV}-remove-deprecated-output.patch
+
 	if ! use openmp; then
 		sed -i "s/-fopenmp//g" Makefile
 	fi



1.7                  media-plugins/gimp-lensfun/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	30 May 2014 13:15:03 -0000	1.6
+++ ChangeLog	30 Mar 2015 09:11:33 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/gimp-lensfun
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v 1.6 2014/05/30 13:15:03 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-lensfun/ChangeLog,v 1.7 2015/03/30 09:11:33 idella4 Exp $
+
+  30 Mar 2015; Ian Delaney <idella4@gentoo.org>
+  +files/0.2.3-remove-deprecated-output.patch, gimp-lensfun-0.2.3.ebuild:
+  add patch sourced from upstream, supplied by maintainer in bug #537130, fixes
+  bug
 
 *gimp-lensfun-0.2.3 (30 May 2014)
 





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

end of thread, other threads:[~2015-03-30  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-30  9:11 [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-lensfun: gimp-lensfun-0.2.3.ebuild ChangeLog Ian Delaney (idella4)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-30 13:15 Sven Vermeulen (swift)

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