- --enable-libjpeg
This commit is contained in:
parent
95b65d6929
commit
64198e83f9
@ -3,7 +3,7 @@
|
|||||||
Summary: PDF rendering library
|
Summary: PDF rendering library
|
||||||
Name: poppler
|
Name: poppler
|
||||||
Version: 0.11.0
|
Version: 0.11.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2 and Redistributable, no modification permitted
|
License: GPLv2 and Redistributable, no modification permitted
|
||||||
# the code is GPLv2
|
# the code is GPLv2
|
||||||
# the charmap data in /usr/share/poppler is redistributable
|
# the charmap data in /usr/share/poppler is redistributable
|
||||||
@ -17,6 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|||||||
BuildRequires: automake libtool
|
BuildRequires: automake libtool
|
||||||
BuildRequires: cairo-devel
|
BuildRequires: cairo-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: lcms-devel
|
BuildRequires: lcms-devel
|
||||||
BuildRequires: openjpeg-devel >= 1.3-5
|
BuildRequires: openjpeg-devel >= 1.3-5
|
||||||
BuildRequires: qt3-devel
|
BuildRequires: qt3-devel
|
||||||
@ -120,6 +121,7 @@ unset QTDIR && . /etc/profile.d/qt.sh
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-cairo-output \
|
--enable-cairo-output \
|
||||||
|
--enable-libjpeg \
|
||||||
--enable-libopenjpeg \
|
--enable-libopenjpeg \
|
||||||
--enable-poppler-qt \
|
--enable-poppler-qt \
|
||||||
--enable-poppler-qt4 \
|
--enable-poppler-qt4 \
|
||||||
@ -220,6 +222,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-4
|
||||||
|
- --enable-libjpeg
|
||||||
|
|
||||||
* Fri Jun 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-3
|
* Fri Jun 19 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11.0-3
|
||||||
- --enable-libopenjpeg
|
- --enable-libopenjpeg
|
||||||
- (explicitly) --disable-zlib
|
- (explicitly) --disable-zlib
|
||||||
|
Loading…
Reference in New Issue
Block a user