summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szymaniak <lazy_bum@o2.pl>2009-04-08 20:56:54 +0000
committerPiotr Szymaniak <lazy_bum@o2.pl>2009-04-08 20:56:54 +0000
commit0267d7f0bfa8997b6b91efa2fda8759470fa2f39 (patch)
tree1745e116a83db2c9c30893dbfad01b06288c92f2 /media-gfx/gimp-lqr-plugin
parentmedia-libs/liblqr: Initial ebuild (from roslin uberlay). (diff)
downloadsunrise-0267d7f0bfa8997b6b91efa2fda8759470fa2f39.tar.gz
sunrise-0267d7f0bfa8997b6b91efa2fda8759470fa2f39.tar.bz2
sunrise-0267d7f0bfa8997b6b91efa2fda8759470fa2f39.zip
media-gfx/gimp-lqr-plugin: Initial ebuild (from roslin uberlay).
svn path=/sunrise/; revision=8236
Diffstat (limited to 'media-gfx/gimp-lqr-plugin')
-rw-r--r--media-gfx/gimp-lqr-plugin/ChangeLog0
-rw-r--r--media-gfx/gimp-lqr-plugin/Manifest4
-rw-r--r--media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.6.1.ebuild22
-rw-r--r--media-gfx/gimp-lqr-plugin/metadata.xml5
4 files changed, 31 insertions, 0 deletions
diff --git a/media-gfx/gimp-lqr-plugin/ChangeLog b/media-gfx/gimp-lqr-plugin/ChangeLog
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/media-gfx/gimp-lqr-plugin/ChangeLog
diff --git a/media-gfx/gimp-lqr-plugin/Manifest b/media-gfx/gimp-lqr-plugin/Manifest
new file mode 100644
index 000000000..b0a6999da
--- /dev/null
+++ b/media-gfx/gimp-lqr-plugin/Manifest
@@ -0,0 +1,4 @@
+DIST gimp-lqr-plugin-0.6.1.tar.bz2 636467 RMD160 42d61edbbd1446570f936daab5cab2c485f2c306 SHA1 f202700ffe7981de14a4b69493903239dd963a54 SHA256 e3acb3ca06ab5a536e2a6ec63e931b31195f5e2cbd16fb838a5380d3dffe07c2
+EBUILD gimp-lqr-plugin-0.6.1.ebuild 566 RMD160 95eda2255538a2e0b8e577a91c603b4af48b89fd SHA1 6f50b77aca8559687b7a5ccb8f86aaa363eee49d SHA256 27d71aa88ead5dd7f9ce8a1f0e098fc3e590c659a48e3b9fc668ca6731249f53
+MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.6.1.ebuild b/media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.6.1.ebuild
new file mode 100644
index 000000000..63eee343e
--- /dev/null
+++ b/media-gfx/gimp-lqr-plugin/gimp-lqr-plugin-0.6.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2007-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Content-aware resizing for the GIMP"
+HOMEPAGE="http://liquidrescale.wikidot.com/"
+SRC_URI="${HOMEPAGE}/local--files/en:download-page/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=media-gfx/gimp-2.4
+ >=media-libs/liblqr-0.3.0"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ dodoc AUTHORS BUGS ChangeLog NEWS README TODO || die "dodoc failed"
+}
diff --git a/media-gfx/gimp-lqr-plugin/metadata.xml b/media-gfx/gimp-lqr-plugin/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/media-gfx/gimp-lqr-plugin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>