summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBor Kraljič2010-11-20 11:47:19 +0100
committerBor Kraljič2010-11-20 11:47:19 +0100
commitcfe8d37530f480b9d10d4552e2b98dbe26b11c07 (patch)
treec70c50927259be023b38910018d23c534e651c5d
parentba882dfe465d626118073f37948070a06bed1ac0 (diff)
graphics/greycstoration-gimp-plugin: spell deprecated [replaced by gmic]
-rw-r--r--ChangeLog1
-rwxr-xr-xgraphics/greycstoration-gimp-plugin/BUILD4
-rwxr-xr-xgraphics/greycstoration-gimp-plugin/CONFIGURE1
-rwxr-xr-xgraphics/greycstoration-gimp-plugin/DEPENDS3
-rwxr-xr-xgraphics/greycstoration-gimp-plugin/DETAILS21
-rwxr-xr-xgraphics/greycstoration-gimp-plugin/DOWNLOAD1
-rw-r--r--graphics/greycstoration-gimp-plugin/HISTORY5
-rwxr-xr-xgraphics/greycstoration-gimp-plugin/INSTALL3
-rwxr-xr-xgraphics/greycstoration-gimp-plugin/PRE_BUILD7
-rwxr-xr-xgraphics/greycstoration-gimp-plugin/TRIGGERS1
10 files changed, 19 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 53d8ebbea8..0233156f05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2010-11-20 Bor Kraljič <pyrobor@ver.si>
* graphics/gmic: new spell, A GIMP plugin based on GREYCStoration.
* graphics/greycstoration: spell deprecated [replaced by gmic]
+ * graphics/greycstoration-gimp-plugin: spell deprecated [replaced by gmic]
2010-11-19 Ladislav Hagara <hgr@vabo.cz>
* e-17/e_cho: new spell, game based on Simon Says
diff --git a/graphics/greycstoration-gimp-plugin/BUILD b/graphics/greycstoration-gimp-plugin/BUILD
index 9290ac1c81..27ba77ddaf 100755
--- a/graphics/greycstoration-gimp-plugin/BUILD
+++ b/graphics/greycstoration-gimp-plugin/BUILD
@@ -1,3 +1 @@
-cd ${SOURCE_DIRECTORY}/src &&
-g++ -o greycstoration greycstoration4gimp.cpp $(gimptool-2.0 --cflags) \
- $(gimptool-2.0 --libs) -lpthread
+true
diff --git a/graphics/greycstoration-gimp-plugin/CONFIGURE b/graphics/greycstoration-gimp-plugin/CONFIGURE
deleted file mode 100755
index 635f1d27a3..0000000000
--- a/graphics/greycstoration-gimp-plugin/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GREYCSTORATION_THREADS "enable use of four threads instead of one?" n
diff --git a/graphics/greycstoration-gimp-plugin/DEPENDS b/graphics/greycstoration-gimp-plugin/DEPENDS
index 761bd35264..7402f5a97c 100755
--- a/graphics/greycstoration-gimp-plugin/DEPENDS
+++ b/graphics/greycstoration-gimp-plugin/DEPENDS
@@ -1,2 +1 @@
-depends gimp &&
-depends g++
+depends gmic
diff --git a/graphics/greycstoration-gimp-plugin/DETAILS b/graphics/greycstoration-gimp-plugin/DETAILS
index d4998820a7..d3644f1884 100755
--- a/graphics/greycstoration-gimp-plugin/DETAILS
+++ b/graphics/greycstoration-gimp-plugin/DETAILS
@@ -1,14 +1,7 @@
- SPELL=greycstoration-gimp-plugin
- VERSION=2.9
- SOURCE=GREYCstoration-${VERSION}-src.zip
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GREYCstoration-${VERSION}-src
- SOURCE_URL[0]=${SOURCEFORGE_URL}/cimg/${SOURCE}
- SOURCE_HASH=sha512:40bb558ecbd1647232822abead52d9571855f7932215f34697ec369c93be7e1ab7bc7766215cf1a7f14b2e34b01ccab2e574a15db61a38061367478822b4e089
- WEB_SITE=http://cimg.sourceforge.net/greycstoration/index.shtml
- ENTERED=20050826
- LICENSE[0]=LGPL
- KEYWORDS="graphics"
- SHORT="Gimp's plugin for photo restoration"
-cat << EOF
-This is Gimp's plugin for photo restoration. It is usable for reducing noise in image.
-EOF
+ SPELL=greycstoration-gimp-plugin
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by gmic]
+ EOF
diff --git a/graphics/greycstoration-gimp-plugin/DOWNLOAD b/graphics/greycstoration-gimp-plugin/DOWNLOAD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/graphics/greycstoration-gimp-plugin/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/graphics/greycstoration-gimp-plugin/HISTORY b/graphics/greycstoration-gimp-plugin/HISTORY
index 94a0625802..d366bc3ecd 100644
--- a/graphics/greycstoration-gimp-plugin/HISTORY
+++ b/graphics/greycstoration-gimp-plugin/HISTORY
@@ -1,3 +1,8 @@
+2010-11-20 Bor Kraljič <pyrobor@ver.si>
+ * spell deprecated [replaced by gmic]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2008-07-22 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS, BUILD, CONFIGURE, INSTALL, PRE_BUILD: updated to 2.9,
changed www url and source url, added option to make the
diff --git a/graphics/greycstoration-gimp-plugin/INSTALL b/graphics/greycstoration-gimp-plugin/INSTALL
index 33e56ba395..27ba77ddaf 100755
--- a/graphics/greycstoration-gimp-plugin/INSTALL
+++ b/graphics/greycstoration-gimp-plugin/INSTALL
@@ -1,2 +1 @@
-install -m755 ${SOURCE_DIRECTORY}/src/greycstoration \
- ${INSTALL_ROOT}/$(gimptool-2.0 --gimpplugindir)/plug-ins
+true
diff --git a/graphics/greycstoration-gimp-plugin/PRE_BUILD b/graphics/greycstoration-gimp-plugin/PRE_BUILD
index 9d757be7e2..27ba77ddaf 100755
--- a/graphics/greycstoration-gimp-plugin/PRE_BUILD
+++ b/graphics/greycstoration-gimp-plugin/PRE_BUILD
@@ -1,6 +1 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY}/src &&
-sedit "s:plugins/../CImg.h:CImg.h:" greycstoration4gimp.cpp &&
-if [[ ${GREYCSTORATION_THREADS} == y ]]; then
- sedit "s:^#define NTHREADS 1:#define NTHREADS 4:" greycstoration4gimp.cpp
-fi
+true
diff --git a/graphics/greycstoration-gimp-plugin/TRIGGERS b/graphics/greycstoration-gimp-plugin/TRIGGERS
new file mode 100755
index 0000000000..125f15a382
--- /dev/null
+++ b/graphics/greycstoration-gimp-plugin/TRIGGERS
@@ -0,0 +1 @@
+on_cast greycstoration-gimp-plugin dispel_self