Switch all packages to be built against libjpeg-turbo.

This commit is contained in:
Juan RP
2013-01-08 10:10:40 +01:00
parent 89aa841bab
commit fc26613f73
78 changed files with 199 additions and 659 deletions

View File

@@ -1,7 +1,7 @@
# Template file for 'abiword'
pkgname=abiword
version=2.8.6
revision=5
revision=6
build_style=gnu-configure
configure_args="--enable-shave --enable-collab-backend-telepathy
--enable-collab-backend-tcp --enable-collab-backend-service
@@ -9,23 +9,15 @@ configure_args="--enable-shave --enable-collab-backend-telepathy
--disable-static"
subpackages="lib${pkgname} ${pkgname}-devel"
depends="hicolor-icon-theme desktop-file-utils"
makedepends="automake flex pkg-config jpeg-devel libpng-devel>=1.5.10
makedepends="automake flex pkg-config libjpeg-turbo-devel libpng-devel>=1.5.10
fribidi-devel libgsf-devel enchant-devel gtk+-devel librsvg-devel
wv-devel boost-devel readline-devel libxslt-devel libwmf-devel"
short_desc="Free word processing program similar to Microsoft(R) Word."
short_desc="Free word processing program similar to Microsoft(R) Word"
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-3"
homepage="http://www.abisource.com/"
distfiles="${homepage}/downloads/${pkgname}/${version}/source/${pkgname}-${version}.tar.gz"
checksum=d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95683a15
long_desc="
AbiWord is a free word processing program similar to Microsoft(R) Word. It is
suitable for a wide variety of word processing tasks.
AbiWord allows you to collaborate with multiple people on one document at the
same time. It is tightly integrated with the AbiCollab.net web service, which
lets you store documents online, allows easy document sharing with your
friends, and performs format conversions on the fly."
CPPFLAGS="-I/usr/include/boost"