summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Cook2012-11-24 15:09:28 -0600
committerRobin Cook2012-11-24 15:09:28 -0600
commit1955a931a4d4798731ea133d3ab099da2d06b70a (patch)
treea0d804030193ad4556fc1048565386668fea6ee9
parentbfeb69ced03077ae049ba64504f4e47a5d8517a1 (diff)
New Spell: libwebp - library for Web-P graphics format
-rw-r--r--ChangeLog3
-rwxr-xr-xgraphics-libs/libwebp/DEPENDS6
-rwxr-xr-xgraphics-libs/libwebp/DETAILS21
-rw-r--r--graphics-libs/libwebp/HISTORY4
-rw-r--r--graphics-libs/libwebp/libwebp-0.2.1.tar.gz.sigbin0 -> 543 bytes
5 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f6baf4b10..7aeee9ddb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-11-24 Robin Cook <rcook@wyrms.net>
+ * New Spell: graphics-libs/libwebp library for Web-P graphics format
+
2012-11-17 Florian Franzmann <siflfran@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 0000000000..4e30f65619
--- /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 0000000000..767212aecf
--- /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 0000000000..5382e3d9de
--- /dev/null
+++ b/graphics-libs/libwebp/HISTORY
@@ -0,0 +1,4 @@
+2012-11-24 Robin Cook <rcook@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 0000000000..ebee870ce2
--- /dev/null
+++ b/graphics-libs/libwebp/libwebp-0.2.1.tar.gz.sig
Binary files differ