summaryrefslogtreecommitdiffstats
path: root/abs/extra/libwebp
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-19 18:09:12 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-19 18:09:12 (GMT)
commit43ef393b635a7da7511057ff72f1ac3d9c41925d (patch)
tree07fc9522041f08066522fe1ed158603104b568b2 /abs/extra/libwebp
parentbf7ad0aef3cdad0fc0f4dae46763cce150ccc65d (diff)
downloadlinhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.zip
linhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.tar.gz
linhes_pkgbuild-43ef393b635a7da7511057ff72f1ac3d9c41925d.tar.bz2
remove chromium and deps.
rm deps graphite, harfbuzz, libwebp, opus, snappy, speech-dispatcher
Diffstat (limited to 'abs/extra/libwebp')
-rw-r--r--abs/extra/libwebp/PKGBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/abs/extra/libwebp/PKGBUILD b/abs/extra/libwebp/PKGBUILD
deleted file mode 100644
index f7100ff..0000000
--- a/abs/extra/libwebp/PKGBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# $Id$
-# 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=3
-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')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --enable-swap-16bit-csp \
- --enable-experimental \
- --enable-libwebpmux \
- --enable-libwebpdemux \
- --enable-libwebpdecoder \
- --disable-static
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et: