[arch-commits] Commit in libwebp/trunk (PKGBUILD libwebp-0.4.0-giflib-5.1.0.patch)

Jan Steffens heftig at archlinux.org
Wed Aug 20 20:52:28 UTC 2014


    Date: Wednesday, August 20, 2014 @ 22:52:28
  Author: heftig
Revision: 220462

0.4.1

Modified:
  libwebp/trunk/PKGBUILD
Deleted:
  libwebp/trunk/libwebp-0.4.0-giflib-5.1.0.patch

----------------------------------+
 PKGBUILD                         |   11 ++++-------
 libwebp-0.4.0-giflib-5.1.0.patch |   12 ------------
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-20 20:42:53 UTC (rev 220461)
+++ PKGBUILD	2014-08-20 20:52:28 UTC (rev 220462)
@@ -4,8 +4,8 @@
 # Contributor: Jon Nordby <jononor at gmail.com>
 
 pkgname=libwebp
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="WebP library and conversion tools"
 arch=(x86_64 i686)
 url="https://developers.google.com/speed/webp/"
@@ -13,14 +13,11 @@
 depends=(libpng libjpeg libtiff giflib)
 makedepends=(freeglut mesa glu)
 optdepends=('freeglut: vwebp viewer')
-source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz"
-        "libwebp-0.4.0-giflib-5.1.0.patch")
-sha256sums=('31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69'
-            '466fb04887b7fba1be95bb409bd01c23c2855dc2b9471cf5cd6de1822e55ed86')
+source=("http://downloads.webmproject.org/releases/webp/$pkgname-$pkgver.tar.gz")
+sha256sums=('00b646e6f66550a8faa998711fe70aabee9ed3bc562a8437c89042901674d027')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -p1 -i "$srcdir"/libwebp-0.4.0-giflib-5.1.0.patch 
 }
 
 build() {

Deleted: libwebp-0.4.0-giflib-5.1.0.patch
===================================================================
--- libwebp-0.4.0-giflib-5.1.0.patch	2014-08-20 20:42:53 UTC (rev 220461)
+++ libwebp-0.4.0-giflib-5.1.0.patch	2014-08-20 20:52:28 UTC (rev 220462)
@@ -1,12 +0,0 @@
-diff -rupN a/examples/gif2webp.c b/examples/gif2webp.c
---- a/examples/gif2webp.c	2013-12-20 09:48:07.000000000 +0100
-+++ b/examples/gif2webp.c	2014-06-01 13:28:31.790564455 +0200
-@@ -644,7 +644,7 @@ int main(int argc, const char *argv[]) {
-     DisplayGifError(gif, gif_error);
-   }
-   if (gif != NULL) {
--    DGifCloseFile(gif);
-+    DGifCloseFile(gif, NULL);
-   }
- 
-   return !ok;




More information about the arch-commits mailing list