Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (041da5dd3261f7efd744773cabb621d8c71d1243)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (041da5dd3261f7efd744773cabb621d8c71d1243)
  • Date: Sat, 20 Nov 2010 03:22:31 -0600

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

graphics/gimp-lqr-plugin/DETAILS | 24 ++++++++++++++++--------
graphics/gimp-lqr-plugin/HISTORY | 4 ++++
2 files changed, 20 insertions(+), 8 deletions(-)

New commits:
commit 041da5dd3261f7efd744773cabb621d8c71d1243
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

gimp-lqr-plugin: updated spell to 0.7.1

diff --git a/graphics/gimp-lqr-plugin/DETAILS
b/graphics/gimp-lqr-plugin/DETAILS
index 93226ba..8b2f1d7 100755
--- a/graphics/gimp-lqr-plugin/DETAILS
+++ b/graphics/gimp-lqr-plugin/DETAILS
@@ -1,8 +1,9 @@
SPELL=gimp-lqr-plugin
- VERSION=0.4.0-4
- SOURCE=${SPELL}-${VERSION}.tar.gz
-
SOURCE_URL[0]=http://liquidrescale.wikidot.com/local--files/en:download-page/$SOURCE
-
SOURCE_HASH=sha512:d52b18021a2cc3bbb2d5c3dcd89e66f6b8f87f060356dd63178dd42a5ab41930fb4cd6ff2ae55caa8e68adbe6b519938a1098bea9555c8872c396e5a7ebeb67a
+ VERSION=0.7.1
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=http://liquidrescale.wikidot.com/local--files/en:download-page-sources/$SOURCE
+ SOURCE_URL[1]=http://registry.gimp.org/files/$SOURCE
+
SOURCE_HASH=sha512:6c7b4d6c28e6736a4dbfd4d97f4624f67dce0c88b57ee8688c52f3731971a3128a1968bb91824a9a5b58bdb0ca4bf23d5ae0fbabc3e0b4b422ae723423631d3b
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION%-*}
WEB_SITE=http://liquidrescale.wikidot.com/
LICENSE[0]=GPL
@@ -10,8 +11,15 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION%-*}
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
+GIMP Liquid rescale plugin is a free, open source frontend to the Liquid
+Rescale Library, which provides an implementation of the Seam Carving
+algorithm as 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. The Seam Carving procedure
+aims at resizing pictures non uniformly while preserving their features,
+i.e. avoiding distortion of the important parts.
+
+The plugin supports manual feature selection, and can also be used to remove
+portions of the picture in a consistent way. Since version 0.6 it also
+supports real-time interactive scaling.
EOF
diff --git a/graphics/gimp-lqr-plugin/HISTORY
b/graphics/gimp-lqr-plugin/HISTORY
index 20f6462..ed2d94a 100644
--- a/graphics/gimp-lqr-plugin/HISTORY
+++ b/graphics/gimp-lqr-plugin/HISTORY
@@ -1,3 +1,7 @@
+2010-11-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.7.1
+ Fixed SOURCE_URL[0] (bug #15824)
+
2008-10-01 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.4.0-4
* DEPENDS: depends liblqr



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (041da5dd3261f7efd744773cabb621d8c71d1243), Bor Kraljič, 11/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page