public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ikelos:master commit in: media-plugins/fourier/
@ 2012-03-24 21:20 Mike Auty
  0 siblings, 0 replies; only message in thread
From: Mike Auty @ 2012-03-24 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d42ca4a60ae91481101b547ac13e870507974983
Author:     Mike Auty <mike.auty <AT> gmail <DOT> com>
AuthorDate: Mon Mar 19 17:56:02 2012 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 17:56:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=d42ca4a6

Add in fourier GIMP plugin.

---
 media-plugins/fourier/Manifest             |    2 ++
 media-plugins/fourier/fourier-0.3.1.ebuild |   27 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/media-plugins/fourier/Manifest b/media-plugins/fourier/Manifest
new file mode 100644
index 0000000..4eb1f90
--- /dev/null
+++ b/media-plugins/fourier/Manifest
@@ -0,0 +1,2 @@
+DIST fourier-0.3.1.tar.gz 14393 RMD160 713aa8f33be151f14ea60d161f2d9d8a2409ad83 SHA1 b408a1dd87a66ef7e738092900dc32c15d5f7b79 SHA256 9187c8f7ef181c47681be91ebe25341b0857297e59323f34125e598cc51381a1
+EBUILD fourier-0.3.1.ebuild 427 RMD160 8fc0cba05fac091501287cb2fb582c4d37057131 SHA1 4418f1555cb720672507bbf070cdf57a6fffe2c1 SHA256 e97e1dc2143ddd16e14a52f9b0970116e514788f3e1639f58c921884da00f18f

diff --git a/media-plugins/fourier/fourier-0.3.1.ebuild b/media-plugins/fourier/fourier-0.3.1.ebuild
new file mode 100644
index 0000000..dfb97e9
--- /dev/null
+++ b/media-plugins/fourier/fourier-0.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION=""
+HOMEPAGE=""
+SRC_URI="http://registry.gimp.org/files/${P}.tar.gz"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sci-libs/fftw:3.0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	rm "${S}"/fourier
+}
+
+src_install() {
+	exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
+	doexe fourier
+}
+



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

only message in thread, other threads:[~2012-03-24 21:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-24 21:20 [gentoo-commits] dev/ikelos:master commit in: media-plugins/fourier/ Mike Auty

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