wok-next diff poppler/receipt @ rev 18920
Add brotli (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 24 17:34:26 2016 +0100 (2016-02-24) |
parents | b4ba409d5d3d |
children | 0cd8ffbd0ae1 |
line diff
1.1 --- a/poppler/receipt Wed May 14 01:49:30 2014 +0300 1.2 +++ b/poppler/receipt Wed Feb 24 17:34:26 2016 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="poppler" 1.7 -VERSION="0.26.0" 1.8 +VERSION="0.34.0" 1.9 CATEGORY="office" 1.10 SHORT_DESC="Poppler is a PDF rendering library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -24,6 +24,7 @@ 1.13 --enable-zlib \ 1.14 --enable-cairo-output \ 1.15 --enable-poppler-qt4 \ 1.16 + --disable-libopenjpeg \ 1.17 $CONFIGURE_ARGS && 1.18 make && make install 1.19 }