summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2010-11-20 11:35:44 +0100
committerBor Kraljič2010-11-20 11:35:44 +0100
commit0b80813538031ec450710d6daeb501e6736b376f (patch)
tree124c2c13c1c58ad6a907d12b05dedc10f49b8be8
parent041da5dd3261f7efd744773cabb621d8c71d1243 (diff)
graphics/gmic: new spell, A GIMP plugin based on GREYCStoration
-rw-r--r--ChangeLog3
-rwxr-xr-xgraphics/gmic/DEPENDS3
-rwxr-xr-xgraphics/gmic/DETAILS19
-rw-r--r--graphics/gmic/HISTORY3
4 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6056a3b3b..745e501592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-11-20 Bor Kraljič <pyrobor@ver.si>
+ * graphics/gmic: new spell, A GIMP plugin based on GREYCStoration.
+
2010-11-19 Ladislav Hagara <hgr@vabo.cz>
* e-17/e_cho: new spell, game based on Simon Says
diff --git a/graphics/gmic/DEPENDS b/graphics/gmic/DEPENDS
new file mode 100755
index 0000000000..24dd326f44
--- /dev/null
+++ b/graphics/gmic/DEPENDS
@@ -0,0 +1,3 @@
+depends gimp &&
+depends graphicsmagick &&
+depends opencv
diff --git a/graphics/gmic/DETAILS b/graphics/gmic/DETAILS
new file mode 100755
index 0000000000..a403de7cf8
--- /dev/null
+++ b/graphics/gmic/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=gmic
+ VERSION=1.4.5.2
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:bf1e804d3137e8f7690c35b45fdc6655a1789ac889e60b5ed58ef0a865762615a145b5a305b7eb82dbffab61a54f77351267aebfe24daf4c9211975620400580
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://gmic.sourceforge.net/"
+ LICENSE[0]=""
+ ENTERED=20101120
+ KEYWORDS="
+major stable
+Initial freshmeat announcement"
+ SHORT="A GIMP plugin based on GREYCStoration."
+cat << EOF
+G'MIC (GREYC's Magic Image Converter) is a GIMP plugin based on
+GREYCStoration. It is a complete image processing toolbox that contains all
+the GREYCstoration features (of course), but also much many more filters
+for image denoising, enhancement, applying artistic effects, and more.
+EOF
diff --git a/graphics/gmic/HISTORY b/graphics/gmic/HISTORY
new file mode 100644
index 0000000000..8ce4f961a3
--- /dev/null
+++ b/graphics/gmic/HISTORY
@@ -0,0 +1,3 @@
+2010-11-20 Bor Kraljič <pyrobor@ver.si>
+ * DEPENDS, DETAILS: spell created
+