office/fbpdf: Updated for version 20161202.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-13 19:39:49 -04:00 committed by Willy Sudiarto Raharjo
parent 522a3dab16
commit 67dd5645b1
2 changed files with 8 additions and 6 deletions

View File

@ -8,8 +8,11 @@
# Source tarball made from: git clone git://repo.or.cz/fbpdf.git
# 20170313 bkw:
# - update for 20161202 (commit e31a61b), needed due to mupdf update.
PRGNAM=fbpdf
VERSION=${VERSION:-20160804}
VERSION=${VERSION:-20161202}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,8 +67,7 @@ find -L . \
# mupdf API keeps changing
sed -i \
-e 's,-lmupdf -lmujs,`pkg-config --libs mupdf` -lharfbuzz,' \
-e 's,-lopenjpeg,-lopenjp2,' \
-e 's,-lmupdf -lmupdfthird,`pkg-config --libs mupdf` -lharfbuzz,' \
Makefile
mkdir -p $PKG/usr/bin

View File

@ -1,8 +1,8 @@
PRGNAM="fbpdf"
VERSION="20160804"
VERSION="20161202"
HOMEPAGE="http://litcave.rudi.ir/"
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/fbpdf-20160804.tar.gz"
MD5SUM="4acb4861f0a468ba920f41dbcc68c9a8"
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/fbpdf-20161202.tar.gz"
MD5SUM="f022012d639e1b93d3ae1e547f79df55"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""