summaryrefslogtreecommitdiff
path: root/community/netsurf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-08-26 00:06:22 +0000
committerroot <root@rshg054.dnsready.net>2012-08-26 00:06:22 +0000
commitca0c70ec611689e1233665e7e8c0b1bb99415bc0 (patch)
tree439b447bff9aab3ded336caf0c5ae31c9197dabc /community/netsurf
parented5050e0ce34cfd42511b855ff7c57f46ad65fc5 (diff)
Sun Aug 26 00:06:21 UTC 2012
Diffstat (limited to 'community/netsurf')
-rw-r--r--community/netsurf/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD
index acfb4b778..0c465479c 100644
--- a/community/netsurf/PKGBUILD
+++ b/community/netsurf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74163 2012-07-22 14:44:23Z arodseth $
+# $Id: PKGBUILD 75461 2012-08-24 22:05:13Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Georgij Kondratjev <smpuj@bk.ru>
@@ -6,12 +6,12 @@
pkgname=netsurf
pkgver=2.9
-pkgrel=3
+pkgrel=4
pkgdesc="Lightweight and fast web browser"
arch=('x86_64' 'i686')
url="http://www.netsurf-browser.org/"
license=('GPL')
-depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp>=0.1.99')
+depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp=0.2.0' 'gstreamer0.10')
makedepends=('re2c' 'lcms' 'gendesk>=0.4.2')
provides=('netsurf')
conflicts=('netsurf')
@@ -30,7 +30,12 @@ build() {
gendesk
cd "$pkgname"
- make PREFIX=/usr TARGET=gtk NETSURF_USE_WEBP=YES
+
+ make \
+ PREFIX=/usr \
+ TARGET=gtk \
+ NETSURF_USE_WEBP=YES \
+ NETSURF_USE_VIDEO=YES
}
package() {