Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-gmic: ChangeLog gimp-gmic-1.5.8.3.ebuild
Date: Tue, 11 Feb 2014 05:39:01
Message-Id: 20140211053856.5D2BE2004E@flycatcher.gentoo.org
1 radhermit 14/02/11 05:38:56
2
3 Modified: ChangeLog
4 Added: gimp-gmic-1.5.8.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.39 media-plugins/gimp-gmic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 27 Jan 2014 02:41:55 -0000 1.38
24 +++ ChangeLog 11 Feb 2014 05:38:56 -0000 1.39
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/gimp-gmic
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.38 2014/01/27 02:41:55 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/ChangeLog,v 1.39 2014/02/11 05:38:56 radhermit Exp $
30 +
31 +*gimp-gmic-1.5.8.3 (11 Feb 2014)
32 +
33 + 11 Feb 2014; Tim Harder <radhermit@g.o> +gimp-gmic-1.5.8.3.ebuild,
34 + +files/gmic-1.5.8.3-makefile.patch:
35 + Version bump.
36
37 *gimp-gmic-1.5.8.2 (27 Jan 2014)
38
39
40
41
42 1.1 media-plugins/gimp-gmic/gimp-gmic-1.5.8.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.8.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.8.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gimp-gmic-1.5.8.3.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.8.3.ebuild,v 1.1 2014/02/11 05:38:56 radhermit Exp $
52
53 EAPI=5
54
55 inherit eutils toolchain-funcs
56
57 DESCRIPTION="G'MIC GIMP plugin"
58 HOMEPAGE="http://gmic.sourceforge.net/gimp.shtml"
59 SRC_URI="mirror://sourceforge/gmic/gmic_${PV}.tar.gz"
60
61 LICENSE="CeCILL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=media-gfx/gimp-2.4.0
67 media-libs/libpng:0=
68 sci-libs/fftw:3.0[threads]
69 sys-libs/zlib"
70 DEPEND="${RDEPEND}"
71
72 S=${WORKDIR}/gmic-${PV}/src
73
74 src_prepare() {
75 epatch "${FILESDIR}"/gmic-${PV}-makefile.patch
76 }
77
78 src_compile() {
79 emake CC="$(tc-getCXX)" CFLAGS="${CXXFLAGS}" OPT_CFLAGS= DEBUG_CFLAGS= gimp
80 }
81
82 src_install() {
83 exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
84 doexe gmic_gimp
85 dodoc ../README
86 }
87
88 pkg_postinst() {
89 elog "The G'MIC plugin is accessible from the menu:"
90 elog "Filters -> G'MIC"
91 }