]> git.pld-linux.org Git - packages/poppler.git/commitdiff
- qt4 wrapper fixed and enabled but not packaged yet.
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 1 Mar 2006 16:35:27 +0000 (16:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
   /usr/lib64/libpoppler-qt4.{a,la,so.*}
   /usr/lib64/pkgconfig/poppler-qt4.pc

Changed files:
    poppler.spec -> 1.35

poppler.spec

index 5639f4ac0e57dfe50b6797e758c1f6edf27e5488..ac4204cd46aafdf3113751d7cffedadf98dce7f2 100644 (file)
@@ -3,6 +3,7 @@
 %bcond_without apidocs # disable gtk-doc 
 %bcond_without cairo   # disable Cairo backend
 %bcond_without qt      # disable qt wrapper
+%bcond_without qt4     # disable qt4 wrapper
 #
 %define                cairo_ver       1.0.0
 #
@@ -10,14 +11,17 @@ Summary:    PDF rendering library
 Summary(pl):   Biblioteka renderuj±ca PDF
 Name:          poppler
 Version:       0.5.1
-Release:       1
+Release:       1.1
 License:       GPL
 Group:         Libraries
 Source0:       http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
 # Source0-md5: a136cd731892f4570933034ba97c8704
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-freetype_includes.patch
+Patch2:                %{name}-qt_m4.patch
+Patch3:                %{name}-gcc4.patch
 URL:           http://poppler.freedesktop.org/
+%{?with_qt4:BuildRequires:     QtGui-devel}
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
 %{?with_cairo:BuildRequires:   cairo-devel >= %{cairo_ver}}
@@ -172,17 +176,19 @@ Pakiet zawiera zestaw narz
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
-%{__autoconf}
+%{__autoconf} -f
 %{__autoheader}
 %{__automake}
 %configure \
-       QTLIB=%{_libdir} \
        %{!?with_cairo:--disable-cairo-output} \
        %{!?with_qt:--disable-poppler-qt} \
+       %{!?with_qt4:--disable-poppler-qt4} \
        --enable-a4-paper \
        %{?with_apidocs:--enable-gtk-doc} \
        --enable-xpdf-headers \
This page took 0.0693780000000001 seconds and 4 git commands to generate.