diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-19 20:21:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-19 20:21:59 +0000 |
commit | b983c72916055cd5ec6667f4cbaab56983f2de99 (patch) | |
tree | 577d5015f7661bb617a662bd4c6b6e0b7ead54f6 /main/gpicview/APKBUILD | |
parent | acba781771ec5161c6e56aeaaef994f51a74bf44 (diff) | |
download | aports-b983c72916055cd5ec6667f4cbaab56983f2de99.tar.bz2 aports-b983c72916055cd5ec6667f4cbaab56983f2de99.tar.xz |
main/gpicview: use libjpeg-turbo
Diffstat (limited to 'main/gpicview/APKBUILD')
-rw-r--r-- | main/gpicview/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gpicview/APKBUILD b/main/gpicview/APKBUILD index 5fb32d2bf4..d7b2c63975 100644 --- a/main/gpicview/APKBUILD +++ b/main/gpicview/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gpicview pkgver=0.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="Picture viewer of the LXDE Desktop" url="http://wiki.lxde.org/en/GPicView" arch="all" license="GPL-2" depends= subpackages="$pkgname-lang" -makedepends="gtk+-dev intltool jpeg-dev" +makedepends="gtk+-dev intltool libjpeg-turbo-dev" source="http://ftp.de.debian.org/debian/pool/main/g/$pkgname/${pkgname}_${pkgver}.orig.tar.xz " prepare() { |