|
|
@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
Class: EVAL
|
|
|
Group: Postscript
|
|
|
License: GPL
|
|
|
-Version: 0.10.6
|
|
|
-Release: 20090417
|
|
|
+Version: 0.11.0
|
|
|
+Release: 20090512
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz
|
|
|
@@ -43,8 +43,8 @@ Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, gcc::with_cxx = yes
|
|
|
PreReq: OpenPKG, openpkg >= 20060823, poppler-data
|
|
|
-BuildPreReq: zlib, jpeg, openjpeg, cairo, freetype, fontconfig
|
|
|
-PreReq: zlib, jpeg, openjpeg, cairo, freetype, fontconfig
|
|
|
+BuildPreReq: zlib, png, jpeg, openjpeg, cairo, freetype, fontconfig, lcms
|
|
|
+PreReq: zlib, png, jpeg, openjpeg, cairo, freetype, fontconfig, lcms
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -72,10 +72,12 @@ AutoReqProv: no
|
|
|
CXXFLAGS="%{l_cxxflags -O} -Wno-write-strings" \
|
|
|
CPPFLAGS="%{l_cppflags}" \
|
|
|
LDFLAGS="%{l_ldflags}" \
|
|
|
+ LIBS="-lm" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
--mandir=%{l_prefix}/man \
|
|
|
--enable-zlib \
|
|
|
+ --enable-png \
|
|
|
--enable-libjpeg \
|
|
|
--enable-libopenjpeg \
|
|
|
--enable-splash-output \
|