|
|
|
@ -31,8 +31,11 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: PLUS |
|
|
|
|
Group: Postscript |
|
|
|
|
License: GPL |
|
|
|
|
Version: 0.70.0 |
|
|
|
|
Release: 20181022 |
|
|
|
|
Version: 0.70.1 |
|
|
|
|
Release: 20181023 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_svg no |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz |
|
|
|
@ -41,8 +44,14 @@ Patch0: poppler.patch
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101, gcc, gcc::with_cxx = yes |
|
|
|
|
PreReq: OpenPKG, openpkg >= 20160101, poppler-data |
|
|
|
|
BuildPreReq: zlib, png, jpeg, tiff, openjpeg, cairo, freetype, fontconfig, lcms, curl, glib |
|
|
|
|
PreReq: zlib, png, jpeg, tiff, openjpeg, cairo, freetype, fontconfig, lcms, curl, glib |
|
|
|
|
BuildPreReq: cairo |
|
|
|
|
PreReq: cairo |
|
|
|
|
%if "%{with_svg}" == "yes" |
|
|
|
|
BuildPreReq: cairo::with_svg = yes |
|
|
|
|
PreReq: cairo::with_svg = yes |
|
|
|
|
%endif |
|
|
|
|
BuildPreReq: zlib, png, jpeg, tiff, openjpeg, freetype, fontconfig, lcms, curl, glib |
|
|
|
|
PreReq: zlib, png, jpeg, tiff, openjpeg, freetype, fontconfig, lcms, curl, glib |
|
|
|
|
|
|
|
|
|
%description |
|
|
|
|
Poppler is a fork of the PDF viewer XPDF code base, developed by |
|
|
|
|