diff options
Diffstat (limited to 'extra/libwebp/PKGBUILD')
-rw-r--r-- | extra/libwebp/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/libwebp/PKGBUILD b/extra/libwebp/PKGBUILD index 04e6dcd55..cfeb14901 100644 --- a/extra/libwebp/PKGBUILD +++ b/extra/libwebp/PKGBUILD @@ -1,16 +1,18 @@ -# $Id: PKGBUILD 188992 2013-06-27 23:02:01Z heftig $ +# $Id: PKGBUILD 189920 2013-07-11 14:30:26Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jon Nordby <jononor@gmail.com> pkgname=libwebp pkgver=0.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="WebP library and conversion tools" arch=(x86_64 i686) url="https://developers.google.com/speed/webp/" license=(BSD) depends=(libpng libjpeg libtiff giflib) +makedepends=(freeglut mesa glu) +optdepends=('freeglut: vwebp viewer') options=('!libtool') source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz") sha256sums=('b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7') |