Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bde310796cfda83178dc66f8a91c71ad2a3e2697)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bde310796cfda83178dc66f8a91c71ad2a3e2697)
  • Date: Wed, 14 Mar 2007 07:24:19 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 5 +++++
graphics/greycstoration-gimp-pligin/DEPENDS | 2 ++
graphics/greycstoration-gimp-pligin/DETAILS | 14 ++++++++++++++
graphics/greycstoration-gimp-pligin/HISTORY | 26 ++++++++++++++++++++++++++
graphics/greycstoration/BUILD | 8 ++++++++
graphics/greycstoration/DEPENDS | 11 +++++++++--
graphics/greycstoration/DETAILS | 25 +++++++++++++++----------
graphics/greycstoration/HISTORY | 26 ++------------------------
graphics/greycstoration/INSTALL | 1 +
9 files changed, 82 insertions(+), 36 deletions(-)

New commits:
commit 7c94367c50cbe405b2a95410f5cc615f763a95bf
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

ChangeLog: fixed my typoes

graphics/greycstoration-gimp-pligin/HISTORY: reformatted

graphics/greycstoration: new spell, a program for anisotropic
smoothing of multi-valued images

commit 6ff7426ce03cdcc5bc80fb4012b224bc3c3a4efb
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

graphics/greycstoration renamed to graphics/greycstoration-gimp-plugin

diff --git a/ChangeLog b/ChangeLog
index aac7a2b..850bf4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
+ * graphics/greycstoration -> graphics/greycstoration-gimp-plugin
+ * graphics/greycstoration: new spell, a program for anisotropic
+ smoothing of multi-valued images
+
2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* security/rsbac-admin: new spell, rsbac-admin tools

diff --git a/graphics/greycstoration-gimp-pligin/DEPENDS
b/graphics/greycstoration-gimp-pligin/DEPENDS
new file mode 100755
index 0000000..761bd35
--- /dev/null
+++ b/graphics/greycstoration-gimp-pligin/DEPENDS
@@ -0,0 +1,2 @@
+depends gimp &&
+depends g++
diff --git a/graphics/greycstoration-gimp-pligin/DETAILS
b/graphics/greycstoration-gimp-pligin/DETAILS
new file mode 100755
index 0000000..892263f
--- /dev/null
+++ b/graphics/greycstoration-gimp-pligin/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=greycstoration-gimp-plugin
+ VERSION=0.2.0
+ SOURCE=greycstoration-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/greycstoration-${VERSION}
+ SOURCE_URL[0]=http://www.haypocalc.com/perso/prog/greycstoration/${SOURCE}
+
SOURCE_HASH=sha512:e537ae16e55c4789a3c19976832601ca5add678ff80fa043a7dc296721b1d23e1e4dcbb72eb4093c5c14a1cc0be8c11b5812435de5a75db47cc71ef601e63151
+ WEB_SITE=http://www.haypocalc.com/wiki/Gimp_Plugin_GREYCstoration
+ 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
diff --git a/graphics/greycstoration-gimp-pligin/HISTORY
b/graphics/greycstoration-gimp-pligin/HISTORY
new file mode 100644
index 0000000..97e8340
--- /dev/null
+++ b/graphics/greycstoration-gimp-pligin/HISTORY
@@ -0,0 +1,26 @@
+2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: renamed spell to greycstoration-gimp-plugin
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-12-26 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Added SOURCE_HASH
+
+2005-12-25 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: removed
+ * DETAILS: updated to 0.2.0, source now .tar.bz2 packaged,
+ source directory changed, source_gpg commented as
+ i can't create new one
+ * greycstoration-src-0.1.2.tar.gz.sig: removed
+
+2005-10-06 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: fixed sedit line for passing CXXFLAGS correctly
+ (thanks to Andraž "ruskie" Levstik for advice),
+ added 2 sedit lines for voyeur compiling
+
+2005-08-26 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell
diff --git a/graphics/greycstoration/BUILD b/graphics/greycstoration/BUILD
new file mode 100755
index 0000000..d1ca693
--- /dev/null
+++ b/graphics/greycstoration/BUILD
@@ -0,0 +1,8 @@
+cd src &&
+sedit "s:CFLAGS =:CFLAGS = ${CFLAGS}:" Makefile &&
+sedit "s:LDFLAGS =:LDFLAGS = ${LDFLAGS}:" Makefile &&
+sedit "s:/usr:${TRACK_ROOT}/usr:" Makefile &&
+if check_if_xorg_modular_libs ; then
+ sedit "s:/X11R6::" Makefile
+fi &&
+make linux
diff --git a/graphics/greycstoration/DEPENDS b/graphics/greycstoration/DEPENDS
index 761bd35..8a60984 100755
--- a/graphics/greycstoration/DEPENDS
+++ b/graphics/greycstoration/DEPENDS
@@ -1,2 +1,9 @@
-depends gimp &&
-depends g++
+depends g++ &&
+depends X11-LIBS &&
+
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs ; then
+ depends libxext &&
+ depends libxrandr
+fi
diff --git a/graphics/greycstoration/DETAILS b/graphics/greycstoration/DETAILS
index 9dbfd3c..782b195 100755
--- a/graphics/greycstoration/DETAILS
+++ b/graphics/greycstoration/DETAILS
@@ -1,14 +1,19 @@
SPELL=greycstoration
- VERSION=0.2.0
- SOURCE=${SPELL}-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://www.haypocalc.com/perso/prog/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:e537ae16e55c4789a3c19976832601ca5add678ff80fa043a7dc296721b1d23e1e4dcbb72eb4093c5c14a1cc0be8c11b5812435de5a75db47cc71ef601e63151
- WEB_SITE=http://www.haypocalc.com/wiki/Gimp_Plugin_GREYCstoration
- ENTERED=20050826
- LICENSE[0]=LGPL
+ VERSION=2.5.1
+ SOURCE=GREYCstoration-${VERSION}.zip
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GREYCstoration-${VERSION}
+
SOURCE_URL[0]=http://www.greyc.ensicaen.fr/~dtschump/${SPELL}/data/${SOURCE}
+
SOURCE_HASH=sha512:e960f8b7835e81cf08b58b8f3e86c5096bb7dac9c99f00b71d034df61bffdacdf23f1d7e1a08acb1abc8b75a8d83f97527b470880f02a2f5b1b806718ef50096
+ WEB_SITE=http://www.greyc.ensicaen.fr/~dtschump/greycstoration/
+ ENTERED=20070314
+ LICENSE[0]=http://www.cecill.info/index.en.html
+ DOCS="${DOCS} Licence_CeCILL_V2-en.txt"
KEYWORDS="graphics"
- SHORT="Gimp's plugin for photo restoration"
+ SHORT="Fast Anisotropic Smoothing of Multi-Valued Images"
cat << EOF
-This is Gimp's plugin for photo restoration. It is usable for reducing noise
in image.
+GREYCstoration is an image regularization algorithm which processes an image
by
+locally removing small variations of pixel intensities while preserving
+significant global image features, such as sharp edges and corners. The most
+direct application of image regularization is denoising.
+By extension, it can also be used to inpaint or resize images.
EOF
diff --git a/graphics/greycstoration/HISTORY b/graphics/greycstoration/HISTORY
index f792ffd..7f3bd2c 100644
--- a/graphics/greycstoration/HISTORY
+++ b/graphics/greycstoration/HISTORY
@@ -1,24 +1,2 @@
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-
-2005-12-26 George Sherwood <george AT beernabeer.com>
- * DETAILS: Added SOURCE_HASH
-
-2005-12-25 Pol Vinogradov <vin.public AT gmail.com>
- * BUILD: removed
- * DETAILS: updated to 0.2.0, source now .tar.bz2 packaged,
- source directory changed, source_gpg commented as
- i can't create new one
- * greycstoration-src-0.1.2.tar.gz.sig: removed
-
-2005-10-06 Pol Vinogradov <vin.public AT gmail.com>
- * BUILD: fixed sedit line for passing CXXFLAGS correctly
- (thanks to Andraž "ruskie" Levstik for advice),
- added 2 sedit lines for voyeur compiling
-
-2005-08-26 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS, DEPENDS, BUILD, HISTORY: created spell
+2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell
diff --git a/graphics/greycstoration/INSTALL b/graphics/greycstoration/INSTALL
new file mode 100755
index 0000000..ba94bc7
--- /dev/null
+++ b/graphics/greycstoration/INSTALL
@@ -0,0 +1 @@
+cp ${SPELL} ${SPELL}4integration ${INSTALL_ROOT}/usr/bin



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (bde310796cfda83178dc66f8a91c71ad2a3e2697), Pol Vinogradov, 03/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page