Hello community,

here is the log from the commit of package xpdf-poppler for openSUSE:Factory
checked in at Thu Sep 22 10:53:29 CEST 2011.



--------
--- xpdf-poppler/xpdf-poppler.changes   2011-08-30 11:34:34.000000000 +0200
+++ /mounts/work_src_done/STABLE/xpdf-poppler/xpdf-poppler.changes      
2011-09-20 17:42:50.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 14:31:13 UTC 2011 - [email protected]
+
+- Add xpdf-poppler-poppler-0.18.0.patch: fix build with poppler
+  0.18. Only apply it on 12.1 and later since that's where we have
+  this version of poppler.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  xpdf-poppler-poppler-0.18.0.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xpdf-poppler.spec ++++++
--- /var/tmp/diff_new_pack.gA04T7/_old  2011-09-22 10:53:22.000000000 +0200
+++ /var/tmp/diff_new_pack.gA04T7/_new  2011-09-22 10:53:22.000000000 +0200
@@ -60,6 +60,8 @@
 Patch14:        %{name}-pimage-null.patch
 Patch15:        %{name}-poppler-0.16.0.patch
 Patch16:        %{name}-no-copy-dt-needed-entries.patch
+# PATCH-FIX-OPENSUSE xpdf-poppler-poppler-0.18.0.patch [email protected] -- 
Fix build with poppler 0.18; note that we remove the build of ImageOutputDev.o 
since poppler uses libjpeg directly. Cannot be sent upstream until we update 
the package to latest upstream code.
+Patch17:        %{name}-poppler-0.18.0.patch
 Url:            http://www.foolabs.com/xpdf/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Obsoletes:      xpdf
@@ -94,6 +96,9 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%if 0%{?suse_version} > 1140
+%patch17 -p1
+%endif
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS -DSYSTEM_XPDFRC=\\\"/etc/xpdfrc\\\""

++++++ xpdf-poppler-poppler-0.18.0.patch ++++++
Index: xpdf-3.02-poppler/CoreOutputDev.cc
===================================================================
--- xpdf-3.02-poppler.orig/CoreOutputDev.cc
+++ xpdf-3.02-poppler/CoreOutputDev.cc
@@ -32,7 +32,7 @@ CoreOutputDev::CoreOutputDev(SplashColor
   redrawCbk = redrawCbkA;
   redrawCbkData = redrawCbkDataA;
 
-  setFreeTypeHinting(globalParamsGUI->getEnableFreeTypeHinting());
+  setFreeTypeHinting(globalParamsGUI->getEnableFreeTypeHinting(), gFalse);
 }
 
 CoreOutputDev::~CoreOutputDev() {
Index: xpdf-3.02-poppler/Makefile
===================================================================
--- xpdf-3.02-poppler.orig/Makefile
+++ xpdf-3.02-poppler/Makefile
@@ -4,7 +4,7 @@ INCLUDES=$(POPPLERBASE) $(POPPLERBASE)/g
 
 CPPFLAGS+= $(INCLUDES) -DHAVE_DIRENT_H -DHAVE_X11_XPM_H
 
-xpdf: CoreOutputDev.o GlobalParamsGUI.o ImageOutputDev.o PDFCore.o XPDFApp.o 
XPDFCore.o XPDFTree.o XPDFViewer.o parseargs.o xpdf.o 
+xpdf: CoreOutputDev.o GlobalParamsGUI.o PDFCore.o XPDFApp.o XPDFCore.o 
XPDFTree.o XPDFViewer.o parseargs.o xpdf.o 
        $(CXX) $(CXXFLAGS) $(LDFLAGS) -o xpdf *.o $(LIBS)
 
 clean:


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to