poppler 2.2.3-x86-mingw32 → 2.2.4-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +4 -5
- data/ext/poppler/extconf.rb +3 -16
- data/lib/2.0/poppler.so +0 -0
- data/lib/2.1/poppler.so +0 -0
- data/lib/2.2/poppler.so +0 -0
- data/lib/poppler.rb +1 -4
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/{libpoppler-46.dll → libpoppler-48.dll} +0 -0
- data/vendor/local/bin/libpoppler-cpp-0.dll +0 -0
- data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/pdfdetach.exe +0 -0
- data/vendor/local/bin/pdffonts.exe +0 -0
- data/vendor/local/bin/pdfimages.exe +0 -0
- data/vendor/local/bin/pdfinfo.exe +0 -0
- data/vendor/local/bin/pdfseparate.exe +0 -0
- data/vendor/local/bin/pdftocairo.exe +0 -0
- data/vendor/local/bin/pdftohtml.exe +0 -0
- data/vendor/local/bin/pdftoppm.exe +0 -0
- data/vendor/local/bin/pdftops.exe +0 -0
- data/vendor/local/bin/pdftotext.exe +0 -0
- data/vendor/local/bin/pdfunite.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/poppler/cpp/poppler-version.h +3 -3
- data/vendor/local/include/poppler/glib/poppler-features.h +2 -2
- data/vendor/local/include/poppler/glib/poppler.h +9 -0
- data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +2 -2
- data/vendor/local/lib/libpoppler-cpp.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.dll.a +0 -0
- data/vendor/local/lib/libpoppler-cpp.la +3 -3
- data/vendor/local/lib/libpoppler-glib.a +0 -0
- data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
- data/vendor/local/lib/libpoppler-glib.la +3 -3
- data/vendor/local/lib/libpoppler.a +0 -0
- data/vendor/local/lib/libpoppler.dll.a +0 -0
- data/vendor/local/lib/libpoppler.la +5 -5
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +2 -2
- data/vendor/local/lib/pkgconfig/poppler-cairo.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler-cpp.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler-glib.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler-splash.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler.pc +2 -2
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/share/gir-1.0/Poppler-0.18.gir +9 -4
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +249 -236
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html +25 -25
- data/vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html +163 -163
- data/vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html +70 -70
- data/vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html +11 -11
- data/vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html +34 -34
- data/vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html +9 -9
- data/vendor/local/share/gtk-doc/html/poppler/PopplerPage.html +189 -89
- data/vendor/local/share/gtk-doc/html/poppler/PopplerStructureElement.html +144 -144
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-16.html +1 -1
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +10 -3
- data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +16 -20
- data/vendor/local/share/gtk-doc/html/poppler/ch01.html +6 -0
- data/vendor/local/share/gtk-doc/html/poppler/index.html +7 -1
- data/vendor/local/share/gtk-doc/html/poppler/index.sgml +26 -15
- data/vendor/local/share/gtk-doc/html/poppler/poppler-PDF-Utility-functions.html +107 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html +5 -5
- data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerColor.html +201 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +92 -9
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler.html +2 -360
- data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +15 -14
- data/vendor/local/share/man/man1/pdftocairo.1 +38 -1
- metadata +10 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfba4304e559bdc1e9f08d1bb9a7951bcdddf999
|
4
|
+
data.tar.gz: de3266e8d84888ffd4b6c968f1d7ebe13939ebdc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b285694405afd3146ca632e474556807390a9a236887d51c525db9c8504477db8593392b42abbf97f27516a827321ce9fe449942898d58adfa7691a8071b9c3
|
7
|
+
data.tar.gz: d57d4acbd7be0f07a559ff2d188773a7aabf309967e7c3e4b2182f7b8d46d1511ce1d4215949d772eae6410218dc5ced2e3f7cc8d8487d218ba5485fa572ddff
|
data/Rakefile
CHANGED
@@ -22,13 +22,12 @@ require 'gnome2-raketask'
|
|
22
22
|
package_task = GNOME2::Rake::PackageTask.new do |package|
|
23
23
|
package.summary = "Ruby/Poppler is a Ruby binding of poppler-glib."
|
24
24
|
package.description = "Ruby/Poppler is a Ruby binding of poppler-glib."
|
25
|
-
package.dependency.gem.runtime = [["cairo", ">= 1.
|
26
|
-
package.
|
27
|
-
package.
|
25
|
+
package.dependency.gem.runtime = [["cairo", ">= 1.14.0"], "gdk_pixbuf2"]
|
26
|
+
package.windows.packages = []
|
27
|
+
package.windows.dependencies = []
|
28
28
|
package.windows.build_dependencies = [
|
29
29
|
"glib2",
|
30
30
|
"gobject-introspection",
|
31
|
-
"pango",
|
32
31
|
"gdk_pixbuf2",
|
33
32
|
]
|
34
33
|
package.windows.gobject_introspection_dependencies = [
|
@@ -61,7 +60,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
|
|
61
60
|
:name => "poppler",
|
62
61
|
:download_base_url => "http://poppler.freedesktop.org",
|
63
62
|
:label => "Poppler",
|
64
|
-
:version => "0.
|
63
|
+
:version => "0.29.0",
|
65
64
|
:compression_method => "xz",
|
66
65
|
:windows => {
|
67
66
|
:configure_args => [
|
data/ext/poppler/extconf.rb
CHANGED
@@ -30,7 +30,7 @@ rescue LoadError
|
|
30
30
|
require 'mkmf-gnome2'
|
31
31
|
end
|
32
32
|
|
33
|
-
["glib2", "atk", "
|
33
|
+
["glib2", "atk", "gdk_pixbuf2"].each do |package|
|
34
34
|
directory = "#{package}#{version_suffix}"
|
35
35
|
build_dir = "#{directory}/tmp/#{RUBY_PLATFORM}/#{package}/#{RUBY_VERSION}"
|
36
36
|
add_depend_package(package, "#{directory}/ext/#{package}",
|
@@ -39,24 +39,11 @@ end
|
|
39
39
|
:target_build_dir => build_dir)
|
40
40
|
end
|
41
41
|
|
42
|
-
|
43
|
-
rcairo_source_dir_names = ["rcairo"]
|
44
|
-
if /mingw|cygwin|mswin/ =~ RUBY_PLATFORM
|
45
|
-
rcairo_source_dir_names.unshift("rcairo.win32")
|
46
|
-
end
|
47
|
-
rcairo_source_dir_names.each do |rcairo_source_dir_name|
|
48
|
-
rcairo_source_dir = top_dir.parent.expand_path + rcairo_source_dir_name
|
49
|
-
if rcairo_source_dir.exist?
|
50
|
-
rcairo_options[:rcairo_source_dir] = rcairo_source_dir.to_s
|
51
|
-
break
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
unless check_cairo(rcairo_options)
|
42
|
+
unless check_cairo(:top_dir => top_dir)
|
56
43
|
exit(false)
|
57
44
|
end
|
58
45
|
|
59
|
-
|
46
|
+
setup_windows(module_name, base_dir)
|
60
47
|
|
61
48
|
unless required_pkg_config_package([package_id, 0, 12, 0],
|
62
49
|
:debian => "libpoppler-glib-dev",
|
data/lib/2.0/poppler.so
CHANGED
Binary file
|
data/lib/2.1/poppler.so
CHANGED
Binary file
|
data/lib/2.2/poppler.so
ADDED
Binary file
|
data/lib/poppler.rb
CHANGED
@@ -16,10 +16,7 @@ require "tempfile"
|
|
16
16
|
require "date"
|
17
17
|
require "glib2"
|
18
18
|
require "gdk_pixbuf2"
|
19
|
-
|
20
|
-
require "cairo"
|
21
|
-
rescue LoadError
|
22
|
-
end
|
19
|
+
require "cairo"
|
23
20
|
|
24
21
|
base_dir = Pathname.new(__FILE__).dirname.dirname.expand_path
|
25
22
|
vendor_dir = base_dir + "vendor" + "local"
|
data/vendor/local/bin/cjpeg.exe
CHANGED
Binary file
|
data/vendor/local/bin/djpeg.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -21,10 +21,10 @@
|
|
21
21
|
|
22
22
|
#include "poppler-global.h"
|
23
23
|
|
24
|
-
#define POPPLER_VERSION "0.
|
24
|
+
#define POPPLER_VERSION "0.29.0"
|
25
25
|
#define POPPLER_VERSION_MAJOR 0
|
26
|
-
#define POPPLER_VERSION_MINOR
|
27
|
-
#define POPPLER_VERSION_MICRO
|
26
|
+
#define POPPLER_VERSION_MINOR 29
|
27
|
+
#define POPPLER_VERSION_MICRO 0
|
28
28
|
|
29
29
|
namespace poppler
|
30
30
|
{
|
@@ -55,7 +55,7 @@
|
|
55
55
|
*
|
56
56
|
* Since: 0.12
|
57
57
|
*/
|
58
|
-
#define POPPLER_MINOR_VERSION (
|
58
|
+
#define POPPLER_MINOR_VERSION (29)
|
59
59
|
|
60
60
|
/**
|
61
61
|
* POPPLER_MICRO_VERSION:
|
@@ -65,7 +65,7 @@
|
|
65
65
|
*
|
66
66
|
* Since: 0.12
|
67
67
|
*/
|
68
|
-
#define POPPLER_MICRO_VERSION (
|
68
|
+
#define POPPLER_MICRO_VERSION (0)
|
69
69
|
|
70
70
|
/**
|
71
71
|
* POPPLER_CHECK_VERSION:
|
@@ -155,6 +155,7 @@ typedef enum /*< flags >*/
|
|
155
155
|
|
156
156
|
/**
|
157
157
|
* PopplerFindFlags:
|
158
|
+
* @POPPLER_FIND_DEFAULT: use default search settings
|
158
159
|
* @POPPLER_FIND_CASE_SENSITIVE: do case sensitive search
|
159
160
|
* @POPPLER_FIND_BACKWARDS: search backwards
|
160
161
|
* @POPPLER_FIND_WHOLE_WORDS_ONLY: search only whole words
|
@@ -212,6 +213,14 @@ typedef struct _PopplerStructureElement PopplerStructureElement;
|
|
212
213
|
typedef struct _PopplerStructureElementIter PopplerStructureElementIter;
|
213
214
|
typedef struct _PopplerTextSpan PopplerTextSpan;
|
214
215
|
|
216
|
+
/**
|
217
|
+
* PopplerBackend:
|
218
|
+
* @POPPLER_BACKEND_UNKNOWN: Unknown backend
|
219
|
+
* @POPPLER_BACKEND_SPLASH: Splash backend
|
220
|
+
* @POPPLER_BACKEND_CAIRO: Cairo backend
|
221
|
+
*
|
222
|
+
* Backend codes returned by poppler_get_backend().
|
223
|
+
*/
|
215
224
|
typedef enum
|
216
225
|
{
|
217
226
|
POPPLER_BACKEND_UNKNOWN,
|
Binary file
|
data/vendor/local/lib/libjpeg.a
CHANGED
Binary file
|
Binary file
|
data/vendor/local/lib/libjpeg.la
CHANGED
@@ -17,7 +17,7 @@ old_library='libjpeg.a'
|
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -L/home/
|
20
|
+
dependency_libs=' -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/
|
41
|
+
libdir='/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib'
|
Binary file
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libpoppler-cpp.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu2
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -17,7 +17,7 @@ old_library='libpoppler-cpp.a'
|
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -L/home/
|
20
|
+
dependency_libs=' -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib /home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib/libpoppler.la /home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib/libjpeg.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la -lz -lpthread -lgdi32 -lwinspool -lcomdlg32 /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/
|
41
|
+
libdir='/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib'
|
Binary file
|
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libpoppler-glib.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu2
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -17,7 +17,7 @@ old_library='libpoppler-glib.a'
|
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib /home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib/libpoppler.la /home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib/libjpeg.la -lwinspool -lcomdlg32 /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgio-2.0.la -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/../lib/libffi.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.la -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la /home/vagrant/rcairo.win32/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win32/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win32/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win32/vendor/local/lib/libxml2.la -lws2_32 -lgdi32 -lmsimg32 /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la -lz'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/
|
41
|
+
libdir='/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib'
|
Binary file
|
Binary file
|
@@ -1,11 +1,11 @@
|
|
1
1
|
# libpoppler.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1.3ubuntu2
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
6
6
|
|
7
7
|
# The name that we can dlopen(3).
|
8
|
-
dlname='../bin/libpoppler-
|
8
|
+
dlname='../bin/libpoppler-48.dll'
|
9
9
|
|
10
10
|
# Names of this library.
|
11
11
|
library_names='libpoppler.dll.a'
|
@@ -17,13 +17,13 @@ old_library='libpoppler.a'
|
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -L/home/
|
20
|
+
dependency_libs=' -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib /home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib/libjpeg.la /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la -lz -lpthread -lgdi32 -lwinspool -lcomdlg32'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libpoppler.
|
26
|
-
current=
|
26
|
+
current=48
|
27
27
|
age=0
|
28
28
|
revision=0
|
29
29
|
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/
|
41
|
+
libdir='/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib'
|
Binary file
|
Binary file
|
@@ -17,7 +17,7 @@ old_library='libsqlite3.a'
|
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -L/home/
|
20
|
+
dependency_libs=' -L/home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib -L/home/vagrant/rcairo.win32/vendor/local/lib -L/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib -lpthread'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/
|
41
|
+
libdir='/home/vagrant/ruby-gnome2.win32/poppler/vendor/local/lib'
|
@@ -1,9 +1,9 @@
|
|
1
|
-
prefix=/home/
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/poppler/vendor/local
|
2
2
|
exec_prefix=${prefix}
|
3
3
|
libdir=${exec_prefix}/lib
|
4
4
|
includedir=${prefix}/include
|
5
5
|
|
6
6
|
Name: poppler-cairo
|
7
7
|
Description: Cairo backend for Poppler PDF rendering library
|
8
|
-
Version: 0.
|
9
|
-
Requires: poppler = 0.
|
8
|
+
Version: 0.29.0
|
9
|
+
Requires: poppler = 0.29.0 cairo >= 1.10.0
|
@@ -1,13 +1,13 @@
|
|
1
|
-
prefix=/home/
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/poppler/vendor/local
|
2
2
|
exec_prefix=${prefix}
|
3
3
|
libdir=${exec_prefix}/lib
|
4
4
|
includedir=${prefix}/include
|
5
5
|
|
6
6
|
Name: poppler-cpp
|
7
7
|
Description: cpp backend for Poppler PDF rendering library
|
8
|
-
Version: 0.
|
8
|
+
Version: 0.29.0
|
9
9
|
Requires:
|
10
|
-
Requires.private: poppler = 0.
|
10
|
+
Requires.private: poppler = 0.29.0
|
11
11
|
|
12
12
|
Libs: -L${libdir} -lpoppler-cpp
|
13
13
|
Cflags: -I${includedir}/poppler/cpp
|
@@ -1,13 +1,13 @@
|
|
1
|
-
prefix=/home/
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/poppler/vendor/local
|
2
2
|
exec_prefix=${prefix}
|
3
3
|
libdir=${exec_prefix}/lib
|
4
4
|
includedir=${prefix}/include
|
5
5
|
|
6
6
|
Name: poppler-glib
|
7
7
|
Description: GLib wrapper for poppler
|
8
|
-
Version: 0.
|
8
|
+
Version: 0.29.0
|
9
9
|
Requires: glib-2.0 >= 2.18 gobject-2.0 >= 2.18 gio-2.0 >= 2.18 cairo >= 1.10.0
|
10
|
-
Requires.private: poppler = 0.
|
10
|
+
Requires.private: poppler = 0.29.0
|
11
11
|
|
12
12
|
Libs: -L${libdir} -lpoppler-glib
|
13
13
|
Cflags: -I${includedir}/poppler/glib
|
@@ -1,9 +1,9 @@
|
|
1
|
-
prefix=/home/
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/poppler/vendor/local
|
2
2
|
exec_prefix=${prefix}
|
3
3
|
libdir=${exec_prefix}/lib
|
4
4
|
includedir=${prefix}/include
|
5
5
|
|
6
6
|
Name: poppler-splash
|
7
7
|
Description: Splash backend for Poppler PDF rendering library
|
8
|
-
Version: 0.
|
9
|
-
Requires: poppler = 0.
|
8
|
+
Version: 0.29.0
|
9
|
+
Requires: poppler = 0.29.0
|
@@ -1,11 +1,11 @@
|
|
1
|
-
prefix=/home/
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/poppler/vendor/local
|
2
2
|
exec_prefix=${prefix}
|
3
3
|
libdir=${exec_prefix}/lib
|
4
4
|
includedir=${prefix}/include
|
5
5
|
|
6
6
|
Name: poppler
|
7
7
|
Description: PDF rendering library
|
8
|
-
Version: 0.
|
8
|
+
Version: 0.29.0
|
9
9
|
|
10
10
|
Libs: -L${libdir} -lpoppler
|
11
11
|
Cflags: -I${includedir}/poppler
|
@@ -13,7 +13,7 @@ and/or use gtk-doc annotations. -->
|
|
13
13
|
<c:include name="poppler.h"/>
|
14
14
|
<namespace name="Poppler"
|
15
15
|
version="0.18"
|
16
|
-
shared-library="libpoppler-glib-8.dll"
|
16
|
+
shared-library="libpoppler-glib-8.dll,libpoppler-48.dll"
|
17
17
|
c:identifier-prefixes="Poppler"
|
18
18
|
c:symbol-prefixes="poppler">
|
19
19
|
<constant name="ANNOT_TEXT_ICON_CIRCLE"
|
@@ -1958,20 +1958,24 @@ will fail with the same error.</doc>
|
|
1958
1958
|
glib:type-name="PopplerBackend"
|
1959
1959
|
glib:get-type="poppler_backend_get_type"
|
1960
1960
|
c:type="PopplerBackend">
|
1961
|
+
<doc xml:space="preserve">Backend codes returned by poppler_get_backend().</doc>
|
1961
1962
|
<member name="unknown"
|
1962
1963
|
value="0"
|
1963
1964
|
c:identifier="POPPLER_BACKEND_UNKNOWN"
|
1964
1965
|
glib:nick="unknown">
|
1966
|
+
<doc xml:space="preserve">Unknown backend</doc>
|
1965
1967
|
</member>
|
1966
1968
|
<member name="splash"
|
1967
1969
|
value="1"
|
1968
1970
|
c:identifier="POPPLER_BACKEND_SPLASH"
|
1969
1971
|
glib:nick="splash">
|
1972
|
+
<doc xml:space="preserve">Splash backend</doc>
|
1970
1973
|
</member>
|
1971
1974
|
<member name="cairo"
|
1972
1975
|
value="2"
|
1973
1976
|
c:identifier="POPPLER_BACKEND_CAIRO"
|
1974
1977
|
glib:nick="cairo">
|
1978
|
+
<doc xml:space="preserve">Cairo backend</doc>
|
1975
1979
|
</member>
|
1976
1980
|
</enumeration>
|
1977
1981
|
<record name="Color"
|
@@ -2913,6 +2917,7 @@ include those in the #G_FILE_ERROR domain.</doc>
|
|
2913
2917
|
value="0"
|
2914
2918
|
c:identifier="POPPLER_FIND_DEFAULT"
|
2915
2919
|
glib:nick="default">
|
2920
|
+
<doc xml:space="preserve">use default search settings</doc>
|
2916
2921
|
</member>
|
2917
2922
|
<member name="case_sensitive"
|
2918
2923
|
value="1"
|
@@ -4303,7 +4308,7 @@ of @action on the page</doc>
|
|
4303
4308
|
<type name="gint" c:type="gint"/>
|
4304
4309
|
</constant>
|
4305
4310
|
<constant name="MICRO_VERSION"
|
4306
|
-
value="
|
4311
|
+
value="0"
|
4307
4312
|
c:type="POPPLER_MICRO_VERSION"
|
4308
4313
|
version="0.12">
|
4309
4314
|
<doc xml:space="preserve">The micro version number of the poppler header files (e.g. in poppler version
|
@@ -4311,7 +4316,7 @@ of @action on the page</doc>
|
|
4311
4316
|
<type name="gint" c:type="gint"/>
|
4312
4317
|
</constant>
|
4313
4318
|
<constant name="MINOR_VERSION"
|
4314
|
-
value="
|
4319
|
+
value="29"
|
4315
4320
|
c:type="POPPLER_MINOR_VERSION"
|
4316
4321
|
version="0.12">
|
4317
4322
|
<doc xml:space="preserve">The major version number of the poppler header files (e.g. in poppler version
|
@@ -6112,7 +6117,7 @@ locations on a page and bounding boxes</doc>
|
|
6112
6117
|
version="0.26">
|
6113
6118
|
<doc xml:space="preserve">Obtains the actual text enclosed by the element (and its child elements).
|
6114
6119
|
The actual text is mostly used for non-text elements like images and
|
6115
|
-
figures which <
|
6120
|
+
figures which <emphasis>do</emphasis> have the graphical appearance of text, like
|
6116
6121
|
a logo. For those the actual text is the equivalent text to those
|
6117
6122
|
graphical elements which look like text when rendered.
|
6118
6123
|
|