Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (1955a931a4d4798731ea133d3ab099da2d06b70a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (1955a931a4d4798731ea133d3ab099da2d06b70a)
  • Date: Sat, 24 Nov 2012 15:10:18 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 3 +++
graphics-libs/libwebp/DEPENDS | 6 ++++++
graphics-libs/libwebp/DETAILS | 21 +++++++++++++++++++++
graphics-libs/libwebp/HISTORY | 4 ++++
graphics-libs/libwebp/libwebp-0.2.1.tar.gz.sig |binary
5 files changed, 34 insertions(+)

New commits:
commit 1955a931a4d4798731ea133d3ab099da2d06b70a
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

New Spell: libwebp - library for Web-P graphics format

diff --git a/ChangeLog b/ChangeLog
index 3f6baf4..7aeee9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-11-24 Robin Cook <rcook AT wyrms.net>
+ * New Spell: graphics-libs/libwebp library for Web-P graphics format
+
2012-11-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* doc/gl-presenter: new spell, a dual-screen pdf presenter

diff --git a/graphics-libs/libwebp/DEPENDS b/graphics-libs/libwebp/DEPENDS
new file mode 100755
index 0000000..4e30f65
--- /dev/null
+++ b/graphics-libs/libwebp/DEPENDS
@@ -0,0 +1,6 @@
+depends autoconf &&
+depends automake &&
+depends libtool &&
+depends libpng &&
+depends JPEG &&
+depends tiff
diff --git a/graphics-libs/libwebp/DETAILS b/graphics-libs/libwebp/DETAILS
new file mode 100755
index 0000000..767212a
--- /dev/null
+++ b/graphics-libs/libwebp/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=libwebp
+ VERSION=0.2.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://webp.googlecode.com/files/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ WEB_SITE=https://developers.google.com/speed/webp/
+ ENTERED=20121124
+ LICENSE[0]=GOOGLE
+ KEYWORDS="graphics libs"
+ SHORT="libwebp is a library that supports the WEB-P graphics
format."
+cat << EOF
+WebP is a new image format that provides lossless and lossy compression for
+images on the web. WebP lossless images are 26% smaller in size compared to
+PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images
at
+equivalent SSIM index. WebP supports lossless transparency (also known as
+alpha channel) with just 22% additional bytes. Transparency is also
supported
+with lossy compression and typically provides 3x smaller file sizes compared
+to PNG when lossy compression is acceptable for the red/green/blue color
+channels.
+EOF
diff --git a/graphics-libs/libwebp/HISTORY b/graphics-libs/libwebp/HISTORY
new file mode 100644
index 0000000..5382e3d
--- /dev/null
+++ b/graphics-libs/libwebp/HISTORY
@@ -0,0 +1,4 @@
+2012-11-24 Robin Cook <rcook AT wyrms.net>
+ * New Spell: DETAILS, DEPENDS
+
+
diff --git a/graphics-libs/libwebp/libwebp-0.2.1.tar.gz.sig
b/graphics-libs/libwebp/libwebp-0.2.1.tar.gz.sig
new file mode 100644
index 0000000..ebee870
Binary files /dev/null and b/graphics-libs/libwebp/libwebp-0.2.1.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (1955a931a4d4798731ea133d3ab099da2d06b70a), Robin Cook, 11/24/2012

Archive powered by MHonArc 2.6.24.

Top of Page