summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-plugins/gimp-lqr
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-plugins/gimp-lqr')
-rw-r--r--media-plugins/gimp-lqr/Manifest2
-rw-r--r--media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch22
-rw-r--r--media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch22
-rw-r--r--media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild35
-rw-r--r--media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild23
-rw-r--r--media-plugins/gimp-lqr/metadata.xml8
6 files changed, 112 insertions, 0 deletions
diff --git a/media-plugins/gimp-lqr/Manifest b/media-plugins/gimp-lqr/Manifest
new file mode 100644
index 000000000000..17904ddd8420
--- /dev/null
+++ b/media-plugins/gimp-lqr/Manifest
@@ -0,0 +1,2 @@
+DIST gimp-lqr-plugin-0.7.1.tar.bz2 783423 SHA256 6298183e31d992e789592e754069ae8176af192fb5c78a36d12b77d6aa119e0e SHA512 6c7b4d6c28e6736a4dbfd4d97f4624f67dce0c88b57ee8688c52f3731971a3128a1968bb91824a9a5b58bdb0ca4bf23d5ae0fbabc3e0b4b422ae723423631d3b WHIRLPOOL e35ca5b6902f19634c003dabf0fde40c0a6934140ce7c8659abe5ec5a31fbfa6091cd8ae82b0f8adb219416976c01f1b76f7d5d9ae5a97c1b47f8f880769d0a7
+DIST gimp-lqr-plugin-0.7.2.tar.bz2 784455 SHA256 169e11164e4fe4e93a0f06e545748bd77b206b7a471bdebf7dd3bc8a008e647a SHA512 bcbd72aa8e31a86261a2de35c0d9acdbe6bef9f612281a32239578e0bbd74ba154a5b7fe2b8bfee4ef3301333c0ebb749a12732497d82452720bf9be271048c4 WHIRLPOOL cbd29028662a07e3dbe4eea9aa63e69900b4e6206019f26dfe8734944c678a3115204b5d180a28848de1866a792b79d5af7026f74be202c51c253fbd1886f94e
diff --git a/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch b/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch
new file mode 100644
index 000000000000..02ab936dd80e
--- /dev/null
+++ b/media-plugins/gimp-lqr/files/gimp-lqr-0.7.2-no-deprecated.patch
@@ -0,0 +1,22 @@
+--- configure.ac.orig 2012-02-24 19:32:04.000000000 +0100
++++ configure.ac 2012-02-24 19:32:20.000000000 +0100
+@@ -116,9 +116,6 @@
+ fi
+ AC_MSG_RESULT($have_gtk_2_12)
+
+-if test "x$have_gtk_2_12" != "xyes"; then
+- CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
+-fi
+
+
+ AC_MSG_CHECKING([if GIMP is version 2.8.0 or newer])
+@@ -129,9 +126,6 @@
+ fi
+ AC_MSG_RESULT($have_gimp_2_8)
+
+-if test "x$have_gimp_2_8" != "xyes"; then
+- CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED"
+-fi
+
+ AC_MSG_CHECKING([if we are on Win32])
+ AC_LANG([C])
diff --git a/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch b/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch
new file mode 100644
index 000000000000..b309df4d6090
--- /dev/null
+++ b/media-plugins/gimp-lqr/files/gimp-lqr-no-deprecated.patch
@@ -0,0 +1,22 @@
+--- configure.ac.orig 2012-02-24 19:32:04.000000000 +0100
++++ configure.ac 2012-02-24 19:32:20.000000000 +0100
+@@ -116,9 +116,6 @@
+ fi
+ AC_MSG_RESULT($have_gtk_2_12)
+
+-if test "x$have_gtk_2_7" != "xyes"; then
+- CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
+-fi
+
+
+ AC_MSG_CHECKING([if GIMP is version 2.4.0 or newer])
+@@ -129,9 +126,6 @@
+ fi
+ AC_MSG_RESULT($have_gimp_2_4)
+
+-if test "x$have_gimp_2_4" != "xyes"; then
+- CPPFLAGS="$CPPFLAGS -DGIMP_DISABLE_DEPRECATED"
+-fi
+
+ AC_MSG_CHECKING([if we are on Win32])
+ AC_LANG([C])
diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild b/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild
new file mode 100644
index 000000000000..c65d8d991b4c
--- /dev/null
+++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit autotools eutils
+
+MY_P="${PN}-plugin-${PV}"
+
+DESCRIPTION="Content-aware resizing for the GIMP"
+HOMEPAGE="http://liquidrescale.wikidot.com/"
+SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="media-gfx/gimp
+ media-libs/liblqr"
+DEPEND="dev-util/intltool
+ ${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+ epatch "${FILESDIR}/${PN}-no-deprecated.patch"
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS BUGS ChangeLog NEWS README TODO
+}
diff --git a/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
new file mode 100644
index 000000000000..1624869cce1a
--- /dev/null
+++ b/media-plugins/gimp-lqr/gimp-lqr-0.7.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_P="${PN}-plugin-${PV}"
+
+DESCRIPTION="Content-aware resizing for the GIMP"
+HOMEPAGE="http://liquidrescale.wikidot.com/"
+SRC_URI="http://liquidrescale.wikidot.com/local--files/en:download-page-sources/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND="
+ >=media-gfx/gimp-2.8
+ media-libs/liblqr"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_P}"
diff --git a/media-plugins/gimp-lqr/metadata.xml b/media-plugins/gimp-lqr/metadata.xml
new file mode 100644
index 000000000000..ca7415b87d35
--- /dev/null
+++ b/media-plugins/gimp-lqr/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>phajdan.jr@gentoo.org</email>
+ <name>Pawel Hajdan jr</name>
+ </maintainer>
+</pkgmetadata>