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 <[email protected]> +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 <[email protected]> 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}
}




Reply via email to