Hi!

I've found a few typos in poppler buildsystem and documentation. See the 
attached patches.
-- 
Yury G. Kudryashov,
mailto: [email protected]
From: Yury G. Kudryashov <[email protected]>
Subject: [PATCH] Fix typo in cmake option documentation

Relocatable build does *not* (was missing in docs) hardcode library location.

---
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 499ff23..13fc3a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ option(ENABLE_ZLIB "Build with zlib (not totally safe)." OFF)
 option(USE_FIXEDPOINT "Use fixed point arithmetic in the Splash backend" OFF)
 option(USE_FLOAT "Use single precision arithmetic in the Splash backend" OFF)
 if(WIN32)
-  option(ENABLE_RELOCATABLE "Hardcode the poppler library location (on Windows)." ON)
+  option(ENABLE_RELOCATABLE "Do not hardcode the poppler library location (on Windows)." ON)
 else(WIN32)
   set(ENABLE_RELOCATABLE OFF)
 endif(WIN32)
-- 
tg: (f18eccf..) t/cmake-docs-typo (depends on: master)

From: Yury G. Kudryashov <[email protected]>
Subject: [PATCH] Explicitly include fontconfig include dir

This fixes cmake-driven build on systems where fontconfig is installed in
non-standard location.

---
 CMakeLists.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 499ff23..5c028ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -131,6 +131,7 @@ endif(ENABLE_LIBCURL)
 add_definitions(-DHAVE_CONFIG_H=1)
 if(FONTCONFIG_FOUND)
   add_definitions(${FONTCONFIG_DEFINITIONS})
+  include_directories(${FONTCONFIG_INCLUDE_DIR})
 endif(FONTCONFIG_FOUND)
 if(WITH_FONTCONFIGURATION_WIN32)
   if(MINGW)
-- 
tg: (f18eccf..) t/include-fontconfig (depends on: master)

From: Yury G. Kudryashov <[email protected]>
Subject: [PATCH] Okular moved to git, fix docs

Fix URLs in poppler-qt4 documentation

---
 qt4/src/Mainpage.dox |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/qt4/src/Mainpage.dox b/qt4/src/Mainpage.dox
index f5dc6ef..30398c3 100644
--- a/qt4/src/Mainpage.dox
+++ b/qt4/src/Mainpage.dox
@@ -15,12 +15,12 @@ The %Poppler Qt4 interface library is quite stable and working.
 @section refimpl Example Programs
 
 Examples programs can be found in the qt4/test directory. The %Poppler
-Qt4 interface library is also used in the development version of KDE's
+Qt4 interface library is also used in the KDE's
 document viewer <a href="http://okular.kde.org";>Okular</a>. The source files
-for Okular's PDF plugin (%Poppler-based) can be found on the subversion server
+for Okular's PDF plugin (%Poppler-based) can be found on the git server
 of the KDE project, under
 <a
-href="http://websvn.kde.org/trunk/KDE/kdegraphics/okular/generators/poppler";>this
+href="http://quickgit.kde.org/?p=okular.git&a=tree&f=generators/poppler";>this
 URL</a>.
 
 
-- 
tg: (0e53ba5..) t/okular-moved-to-git (depends on: master)

_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to