summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2010-11-20 10:11:56 +0100
committerBor Kraljič2010-11-20 10:11:56 +0100
commit041da5dd3261f7efd744773cabb621d8c71d1243 (patch)
tree531d5b7b8e9529a96b17afb335c367878bc7781b
parent6356f6a0915d19a5eac42341069382976af7d8f6 (diff)
gimp-lqr-plugin: updated spell to 0.7.1
-rwxr-xr-xgraphics/gimp-lqr-plugin/DETAILS24
-rw-r--r--graphics/gimp-lqr-plugin/HISTORY4
2 files changed, 20 insertions, 8 deletions
diff --git a/graphics/gimp-lqr-plugin/DETAILS b/graphics/gimp-lqr-plugin/DETAILS
index 93226babff..8b2f1d79b1 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 20f6462f85..ed2d94ac83 100644
--- a/graphics/gimp-lqr-plugin/HISTORY
+++ b/graphics/gimp-lqr-plugin/HISTORY
@@ -1,3 +1,7 @@
+2010-11-20 Bor Kraljič <pyrobor@ver.si>
+ * DETAILS: updated spell to 0.7.1
+ Fixed SOURCE_URL[0] (bug #15824)
+
2008-10-01 George Sherwood <gsherwood@sourcemage.org>
* DETAILS: Updated to version 0.4.0-4
* DEPENDS: depends liblqr