summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2008-10-01 11:22:36 -0500
committerGeorge Sherwood2008-10-01 11:22:36 -0500
commitcc9f3c0840a5851ece015fe1dd93abf11f253ecd (patch)
treef463d4e2ecc63d346da7365f13be9565b436e711
parente37cc3e4c13b73678bfa656f79782f7ae669967b (diff)
liblqr: Added new spell for gimp-lqr-plugin
-rw-r--r--ChangeLog3
-rwxr-xr-xgraphics-libs/liblqr/DEPENDS1
-rwxr-xr-xgraphics-libs/liblqr/DETAILS19
-rw-r--r--graphics-libs/liblqr/HISTORY3
4 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bac86f4a3..d15241dd24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-01 George Sherwood <gsherwood@sourcemage.org>
+ * graphics-libs/liblqq: new spell for gimp-lqr-plugin
+
2008-09-29 Ladislav Hagara <hgr@vabo.cz>
* utils/consolekit: new spell,
a framework for defining and tracking users, login sessions, seats
diff --git a/graphics-libs/liblqr/DEPENDS b/graphics-libs/liblqr/DEPENDS
new file mode 100755
index 0000000000..4633e78ecc
--- /dev/null
+++ b/graphics-libs/liblqr/DEPENDS
@@ -0,0 +1 @@
+depends glib2
diff --git a/graphics-libs/liblqr/DETAILS b/graphics-libs/liblqr/DETAILS
new file mode 100755
index 0000000000..14b84e8506
--- /dev/null
+++ b/graphics-libs/liblqr/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=liblqr
+ VERSION=7
+ SOURCE="${SPELL}-1-0.1.0-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.wikidot.com/local--files/en:download-page/${SOURCE}
+ SOURCE_HASH=sha512:b813e2405d625d7e498eea69b710c6f9bf9fff09ebc333a35bf81283eab8a6d625eac5d4dcc3325844c1d2bed4eeebdc09f6b2c284091d2eeb2882476df21f87
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-1-0.1.0"
+ WEB_SITE="http://liblqr.wikidot.com/"
+ LICENSE[0]=GPL
+ ENTERED=20081001
+ SHORT="a seam-carving C/C++ library"
+cat << EOF
+A seam-carving C/C++ library.
+
+It is a free, open source implementation of the algorithm described in this
+paper by Shai Avidan and Ariel Shamir.
+
+It aims at resizing pictures non uniformly while preserving their features,
+i.e. avoiding distortion of the important parts.
+EOF
diff --git a/graphics-libs/liblqr/HISTORY b/graphics-libs/liblqr/HISTORY
new file mode 100644
index 0000000000..80a1b5daa3
--- /dev/null
+++ b/graphics-libs/liblqr/HISTORY
@@ -0,0 +1,3 @@
+2008-10-01 George Sherwood <gsherwood@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+