Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (56a026049c8464306e3d285304df3d836042cfef)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (56a026049c8464306e3d285304df3d836042cfef)
  • Date: Mon, 3 Sep 2012 15:22:09 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
graphics/tiff2png/BUILD | 1 +
graphics/tiff2png/DEPENDS | 4 ++++
graphics/tiff2png/DETAILS | 21 +++++++++++++++++++++
graphics/tiff2png/HISTORY | 2 ++
graphics/tiff2png/INSTALL | 2 ++
graphics/tiff2png/PRE_BUILD | 4 ++++
7 files changed, 37 insertions(+)

New commits:
commit 56a026049c8464306e3d285304df3d836042cfef
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tiff2png: new spell, TIFF to PNG converter

diff --git a/ChangeLog b/ChangeLog
index 9e094cb..917e5d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-09-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * graphics/tiff2png: new spell, TIFF to PNG converter
+
2012-09-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* perl-cpan/http-negotiate: new spell, negotiate http requests
* perl-cpan/lwp-mediatypes: new spell, guess media type for a file or
a URL
diff --git a/graphics/tiff2png/BUILD b/graphics/tiff2png/BUILD
new file mode 100755
index 0000000..360e732
--- /dev/null
+++ b/graphics/tiff2png/BUILD
@@ -0,0 +1 @@
+make -f Makefile.unx OPTIMFLAGS="$CFLAGS"
diff --git a/graphics/tiff2png/DEPENDS b/graphics/tiff2png/DEPENDS
new file mode 100755
index 0000000..65c53cb
--- /dev/null
+++ b/graphics/tiff2png/DEPENDS
@@ -0,0 +1,4 @@
+depends zlib &&
+depends libpng &&
+depends tiff &&
+depends jpeg
diff --git a/graphics/tiff2png/DETAILS b/graphics/tiff2png/DETAILS
new file mode 100755
index 0000000..5d00410
--- /dev/null
+++ b/graphics/tiff2png/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=tiff2png
+ VERSION=0.91
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/png-mng/$SOURCE
+
SOURCE_URL[1]=ftp://ftp.simplesystems.org/pub/libpng/png/applications/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:ab1767826ae940dd76e6cbcd3e17fda060cfc91e30e1d00d1a671de5f00a5998a06bb4304f1307e8d31baa2cf54599274d4794ed78579f21bc435d94d03b9500
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOCS="README"
+ WEB_SITE=http://www.libpng.org/pub/png/apps/tiff2png.html
+ ENTERED=20120904
+ LICENSE[0]=UNKNOWN
+ KEYWORDS="graphics"
+ SHORT="TIFF to PNG converter"
+cat << EOF
+tiff2png provides direct TIFF-to-PNG conversion capabilities in a single
package.
+
+The primary goal was to preserve alpha (transparency) information, but
scaling
+information is also preserved, and the compression setting can be set by the
+user. This is a command-line program with batch capabilities (e.g.,
``tiff2png
+*.tiff'').
+EOF
diff --git a/graphics/tiff2png/HISTORY b/graphics/tiff2png/HISTORY
new file mode 100644
index 0000000..de6e3bb
--- /dev/null
+++ b/graphics/tiff2png/HISTORY
@@ -0,0 +1,2 @@
+2012-09-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL: spell created
diff --git a/graphics/tiff2png/INSTALL b/graphics/tiff2png/INSTALL
new file mode 100755
index 0000000..fe24033
--- /dev/null
+++ b/graphics/tiff2png/INSTALL
@@ -0,0 +1,2 @@
+install -vm 755 -d "$INSTALL_ROOT/usr/bin" &&
+install -vm 755 tiff2png "$INSTALL_ROOT/usr/bin/tiff2png"
diff --git a/graphics/tiff2png/PRE_BUILD b/graphics/tiff2png/PRE_BUILD
new file mode 100755
index 0000000..8cfbeb0
--- /dev/null
+++ b/graphics/tiff2png/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sedit "s:/usr/local:/usr:g" Makefile.unx



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (56a026049c8464306e3d285304df3d836042cfef), Vlad Glagolev, 09/03/2012

Archive powered by MHonArc 2.6.24.

Top of Page