Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (789369682574b1e15f30058d298ed31608241f4e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (789369682574b1e15f30058d298ed31608241f4e)
  • Date: Fri, 7 Sep 2007 18:11:52 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
graphics/gimp-lqr-plugin/DEPENDS | 4 ++++
graphics/gimp-lqr-plugin/DETAILS | 17 +++++++++++++++++
graphics/gimp-lqr-plugin/HISTORY | 2 ++
graphics/gimp-lqr-plugin/PRE_BUILD | 10 ++++++++++
5 files changed, 36 insertions(+)

New commits:
commit 789369682574b1e15f30058d298ed31608241f4e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics/gimp-lqr-plugin: new spell, GIMP Liquid rescale plugin

diff --git a/ChangeLog b/ChangeLog
index 5732322..6578751 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-09-08 Pol Vinogradov <vin.public AT gmail.com>
+ * graphics/gimp-lqr-plugin: new spell, GIMP Liquid rescale plugin
+
2007-09-07 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* security/skey: new spell, skey lib and utilities
* security/pam_skey: new spell, pam otp module
diff --git a/graphics/gimp-lqr-plugin/DEPENDS
b/graphics/gimp-lqr-plugin/DEPENDS
new file mode 100755
index 0000000..7b40790
--- /dev/null
+++ b/graphics/gimp-lqr-plugin/DEPENDS
@@ -0,0 +1,4 @@
+depends autoconf &&
+depends automake &&
+depends gimp &&
+depends intltool
diff --git a/graphics/gimp-lqr-plugin/DETAILS
b/graphics/gimp-lqr-plugin/DETAILS
new file mode 100755
index 0000000..11d6bdd
--- /dev/null
+++ b/graphics/gimp-lqr-plugin/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=gimp-lqr-plugin
+ VERSION=0.1.3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://web.tiscali.it/carlobaldassi/GimpLqrPlugin/${SOURCE}
+
SOURCE_HASH=sha512:c75bad020cab72f4220db424e860bf6b6a1b2fff302929bd2c1c42b1bd1735211863e7a8be31120ce744446d7f6f738791598472c9d78cd237dcc2e089fe706e
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://mydebianblog.blogspot.com/2007/09/blog-post.html
+ LICENSE[0]=GPL
+ KEYWORDS="graphics"
+ ENTERED=20070908
+ SHORT="GIMP Liquid rescale plugin"
+cat << EOF
+GIMP Liquid rescale plugin. It implements the algorithm
+described in the paper "Seam Carving for Content-Aware
+Image Resizing" by Shai Avidan and Ariel Shamir, which
+can be found at http://www.faculty.idc.ac.il/arik/imret.pdf
+EOF
diff --git a/graphics/gimp-lqr-plugin/HISTORY
b/graphics/gimp-lqr-plugin/HISTORY
new file mode 100644
index 0000000..5cb508c
--- /dev/null
+++ b/graphics/gimp-lqr-plugin/HISTORY
@@ -0,0 +1,2 @@
+2007-09-08 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/graphics/gimp-lqr-plugin/PRE_BUILD
b/graphics/gimp-lqr-plugin/PRE_BUILD
new file mode 100755
index 0000000..a7c2dd8
--- /dev/null
+++ b/graphics/gimp-lqr-plugin/PRE_BUILD
@@ -0,0 +1,10 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+rm -f COPYING config.{guess,sub} &&
+intltoolize --force --copy &&
+libtoolize --copy --force &&
+aclocal &&
+autoheader &&
+automake --add-missing --copy &&
+autoconf &&
+automake



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (789369682574b1e15f30058d298ed31608241f4e), Pol Vinogradov, 09/07/2007

Archive powered by MHonArc 2.6.24.

Top of Page