Skip to Content.
Sympa Menu

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

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 (b50a16c8f3031812d0a53a59972795ba083272e6)
  • Date: Fri, 1 Feb 2013 06:37:09 -0600

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

ChangeLog | 4 ++++
graphics/pngquant/BUILD | 1 +
graphics/pngquant/DEPENDS | 2 ++
graphics/pngquant/DETAILS | 27 +++++++++++++++++++++++++++
graphics/pngquant/HISTORY | 2 ++
graphics/pngquant/INSTALL | 3 +++
6 files changed, 39 insertions(+)

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

pngquant: new spell, utility for converting 24/32-bit PNG images to 8-bit
PNGs

diff --git a/ChangeLog b/ChangeLog
index b23057c..92e7e20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * graphics/pngquant: new spell, utility for converting 24/32-bit PNG
+ images to 8-bit PNGs
+
2013-01-29 Vlad Glagolev <stealth AT sourcemage.org>
* disk/mpt-status: new spell, tool to get RAID status out of mpt (and
other) HW RAID controllers
diff --git a/graphics/pngquant/BUILD b/graphics/pngquant/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/graphics/pngquant/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/graphics/pngquant/DEPENDS b/graphics/pngquant/DEPENDS
new file mode 100755
index 0000000..3fa8838
--- /dev/null
+++ b/graphics/pngquant/DEPENDS
@@ -0,0 +1,2 @@
+depends zlib &&
+depends libpng
diff --git a/graphics/pngquant/DETAILS b/graphics/pngquant/DETAILS
new file mode 100755
index 0000000..1eafb34
--- /dev/null
+++ b/graphics/pngquant/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=pngquant
+ VERSION=1.8.2
+ SOURCE=$SPELL-$VERSION-src.tar.bz2
+ SOURCE_URL[0]=http://pngquant.org/$SOURCE
+
SOURCE_HASH=sha512:394688ea754be781f96372a793c4186d35014dc1fc3b974e2335542d0aaaebe811bd4db5c34f7d7ec492aa38ff8b46c43a6ce77dc78483c4d43afb8aef8ba708
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://pngquant.org/
+ ENTERED=20130201
+
LICENSE[0]=https://raw.github.com/pornel/improved-pngquant/master/COPYRIGHT
+ DOCS="CHANGELOG COPYRIGHT INSTALL README.md"
+ KEYWORDS="graphics"
+ SHORT="utility for converting 24/32-bit PNG images to 8-bit PNGs"
+cat << EOF
+pngquant is a command-line utility for converting 24/32-bit PNG images to
+paletted (8-bit) PNGs.
+
+The conversion reduces file sizes significantly (often as much as 70%) and
+preserves full alpha transparency. Generated images are compatible with all
+modern web browsers, and have better fallback in IE6 than 24-bit PNGs.
+
+Features:
+ * High-quality palette generation using modernized Median Cut algorithm.
+ * Unique dithering algorithm that adds less noise to images than the
standard
+ Floyd-Steinberg.
+ * Easy to integrate with shell scripts, GUIs and server-side software.
+ * Fast mode for processing large numbers of images.
+EOF
diff --git a/graphics/pngquant/HISTORY b/graphics/pngquant/HISTORY
new file mode 100644
index 0000000..31d822c
--- /dev/null
+++ b/graphics/pngquant/HISTORY
@@ -0,0 +1,2 @@
+2013-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created
diff --git a/graphics/pngquant/INSTALL b/graphics/pngquant/INSTALL
new file mode 100755
index 0000000..1f698ae
--- /dev/null
+++ b/graphics/pngquant/INSTALL
@@ -0,0 +1,3 @@
+make PREFIX="$INSTALL_ROOT/usr" install &&
+
+install -vm 644 pngquant.1 "$INSTALL_ROOT/usr/share/man/man1"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b50a16c8f3031812d0a53a59972795ba083272e6), Vlad Glagolev, 02/01/2013

Archive powered by MHonArc 2.6.24.

Top of Page