poppler 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +18 -4
- 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/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/libopenjp2.dll +0 -0
- data/vendor/local/bin/{libpoppler-48.dll → libpoppler-55.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/opj_compress.exe +0 -0
- data/vendor/local/bin/opj_decompress.exe +0 -0
- data/vendor/local/bin/opj_dump.exe +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/openjpeg-2.1/openjpeg.h +1559 -0
- data/vendor/local/include/openjpeg-2.1/opj_config.h +10 -0
- data/vendor/local/include/openjpeg-2.1/opj_stdint.h +52 -0
- data/vendor/local/include/poppler/cpp/poppler-global.h +5 -0
- data/vendor/local/include/poppler/cpp/poppler-version.h +2 -2
- data/vendor/local/include/poppler/glib/poppler-annot.h +2 -0
- data/vendor/local/include/poppler/glib/poppler-features.h +1 -1
- data/vendor/local/include/sqlite3.h +1023 -657
- data/vendor/local/include/sqlite3ext.h +42 -2
- 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/libopenjp2.dll.a +0 -0
- 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 +2 -2
- 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 +3 -3
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGConfig.cmake +48 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets-noconfig.cmake +46 -0
- data/vendor/local/lib/openjpeg-2.1/OpenJPEGTargets.cmake +92 -0
- data/vendor/local/lib/pkgconfig/libopenjp2.pc +14 -0
- data/vendor/local/lib/pkgconfig/poppler-cairo.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-cpp.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-glib.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler-splash.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +1 -1
- data/vendor/local/share/gir-1.0/Poppler-0.18.gir +23 -2
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +111 -66
- data/vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html +2 -2
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-26.html +419 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-33.html +35 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +4 -0
- data/vendor/local/share/gtk-doc/html/poppler/index.html +3 -1
- data/vendor/local/share/gtk-doc/html/poppler/index.sgml +1 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +1 -1
- data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +3 -0
- data/vendor/local/share/license/openjpeg/AUTHORS +15 -0
- data/vendor/local/share/man/man1/pdftops.1 +18 -1
- data/vendor/local/share/man/man1/pdftotext.1 +4 -0
- data/vendor/local/share/man/man1/sqlite3.1 +45 -38
- metadata +20 -5
@@ -28,7 +28,7 @@ typedef struct sqlite3_api_routines sqlite3_api_routines;
|
|
28
28
|
** WARNING: In order to maintain backwards compatibility, add new
|
29
29
|
** interfaces to the end of this structure only. If you insert new
|
30
30
|
** interfaces in the middle of this structure, then older different
|
31
|
-
** versions of SQLite will not be able to load each
|
31
|
+
** versions of SQLite will not be able to load each other's shared
|
32
32
|
** libraries!
|
33
33
|
*/
|
34
34
|
struct sqlite3_api_routines {
|
@@ -250,11 +250,33 @@ struct sqlite3_api_routines {
|
|
250
250
|
const char *(*uri_parameter)(const char*,const char*);
|
251
251
|
char *(*vsnprintf)(int,char*,const char*,va_list);
|
252
252
|
int (*wal_checkpoint_v2)(sqlite3*,const char*,int,int*,int*);
|
253
|
+
/* Version 3.8.7 and later */
|
254
|
+
int (*auto_extension)(void(*)(void));
|
255
|
+
int (*bind_blob64)(sqlite3_stmt*,int,const void*,sqlite3_uint64,
|
256
|
+
void(*)(void*));
|
257
|
+
int (*bind_text64)(sqlite3_stmt*,int,const char*,sqlite3_uint64,
|
258
|
+
void(*)(void*),unsigned char);
|
259
|
+
int (*cancel_auto_extension)(void(*)(void));
|
260
|
+
int (*load_extension)(sqlite3*,const char*,const char*,char**);
|
261
|
+
void *(*malloc64)(sqlite3_uint64);
|
262
|
+
sqlite3_uint64 (*msize)(void*);
|
263
|
+
void *(*realloc64)(void*,sqlite3_uint64);
|
264
|
+
void (*reset_auto_extension)(void);
|
265
|
+
void (*result_blob64)(sqlite3_context*,const void*,sqlite3_uint64,
|
266
|
+
void(*)(void*));
|
267
|
+
void (*result_text64)(sqlite3_context*,const char*,sqlite3_uint64,
|
268
|
+
void(*)(void*), unsigned char);
|
269
|
+
int (*strglob)(const char*,const char*);
|
270
|
+
/* Version 3.8.11 and later */
|
271
|
+
sqlite3_value *(*value_dup)(const sqlite3_value*);
|
272
|
+
void (*value_free)(sqlite3_value*);
|
273
|
+
int (*result_zeroblob64)(sqlite3_context*,sqlite3_uint64);
|
274
|
+
int (*bind_zeroblob64)(sqlite3_stmt*, int, sqlite3_uint64);
|
253
275
|
};
|
254
276
|
|
255
277
|
/*
|
256
278
|
** The following macros redefine the API routines so that they are
|
257
|
-
** redirected
|
279
|
+
** redirected through the global sqlite3_api structure.
|
258
280
|
**
|
259
281
|
** This header file is also used by the loadext.c source file
|
260
282
|
** (part of the main SQLite library - not an extension) so that
|
@@ -467,6 +489,24 @@ struct sqlite3_api_routines {
|
|
467
489
|
#define sqlite3_uri_parameter sqlite3_api->uri_parameter
|
468
490
|
#define sqlite3_uri_vsnprintf sqlite3_api->vsnprintf
|
469
491
|
#define sqlite3_wal_checkpoint_v2 sqlite3_api->wal_checkpoint_v2
|
492
|
+
/* Version 3.8.7 and later */
|
493
|
+
#define sqlite3_auto_extension sqlite3_api->auto_extension
|
494
|
+
#define sqlite3_bind_blob64 sqlite3_api->bind_blob64
|
495
|
+
#define sqlite3_bind_text64 sqlite3_api->bind_text64
|
496
|
+
#define sqlite3_cancel_auto_extension sqlite3_api->cancel_auto_extension
|
497
|
+
#define sqlite3_load_extension sqlite3_api->load_extension
|
498
|
+
#define sqlite3_malloc64 sqlite3_api->malloc64
|
499
|
+
#define sqlite3_msize sqlite3_api->msize
|
500
|
+
#define sqlite3_realloc64 sqlite3_api->realloc64
|
501
|
+
#define sqlite3_reset_auto_extension sqlite3_api->reset_auto_extension
|
502
|
+
#define sqlite3_result_blob64 sqlite3_api->result_blob64
|
503
|
+
#define sqlite3_result_text64 sqlite3_api->result_text64
|
504
|
+
#define sqlite3_strglob sqlite3_api->strglob
|
505
|
+
/* Version 3.8.11 and later */
|
506
|
+
#define sqlite3_value_dup sqlite3_api->value_dup
|
507
|
+
#define sqlite3_value_free sqlite3_api->value_free
|
508
|
+
#define sqlite3_result_zeroblob64 sqlite3_api->result_zeroblob64
|
509
|
+
#define sqlite3_bind_zeroblob64 sqlite3_api->bind_zeroblob64
|
470
510
|
#endif /* SQLITE_CORE */
|
471
511
|
|
472
512
|
#ifndef SQLITE_CORE
|
Binary file
|
data/vendor/local/lib/libjpeg.a
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -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/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 -
|
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 -lopenjp2 /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la -lpthread -lgdi32 -lwinspool -lcomdlg32 /home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libiconv.la -lz'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -25,7 +25,7 @@ weak_library_names=''
|
|
25
25
|
# Version information for libpoppler-cpp.
|
26
26
|
current=2
|
27
27
|
age=2
|
28
|
-
revision=
|
28
|
+
revision=1
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
31
31
|
installed=yes
|
Binary file
|
Binary file
|
@@ -17,14 +17,14 @@ 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/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'
|
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 -lopenjp2 -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=''
|
24
24
|
|
25
25
|
# Version information for libpoppler-glib.
|
26
|
-
current=
|
27
|
-
age=
|
26
|
+
current=15
|
27
|
+
age=7
|
28
28
|
revision=0
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
Binary file
|
Binary file
|
@@ -5,7 +5,7 @@
|
|
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-55.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/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 -
|
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 -lopenjp2 /home/vagrant/rcairo.win32/vendor/local/lib/libfreetype.la /home/vagrant/rcairo.win32/vendor/local/lib/libpng16.la -lpthread -lgdi32 -lwinspool -lcomdlg32 -lz'
|
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=55
|
27
27
|
age=0
|
28
28
|
revision=0
|
29
29
|
|
Binary file
|
Binary file
|
@@ -0,0 +1,48 @@
|
|
1
|
+
#-----------------------------------------------------------------------------
|
2
|
+
#
|
3
|
+
# OPENJPEGConfig.cmake - CMake configuration file for external projects.
|
4
|
+
#
|
5
|
+
# This file is configured by OPENJPEG and used by the UseOPENJPEG.cmake
|
6
|
+
# module to load OPENJPEG's settings for an external project.
|
7
|
+
|
8
|
+
# The OPENJPEG version number.
|
9
|
+
set(OPENJPEG_MAJOR_VERSION "2")
|
10
|
+
set(OPENJPEG_MINOR_VERSION "1")
|
11
|
+
set(OPENJPEG_BUILD_VERSION "0")
|
12
|
+
|
13
|
+
# The libraries.
|
14
|
+
set(OPENJPEG_LIBRARIES "openjp2")
|
15
|
+
|
16
|
+
# The CMake macros dir.
|
17
|
+
set(OPENJPEG_CMAKE_DIR "lib/openjpeg-2.1")
|
18
|
+
|
19
|
+
# The configuration options.
|
20
|
+
set(OPENJPEG_BUILD_SHARED_LIBS "ON")
|
21
|
+
|
22
|
+
# The "use" file.
|
23
|
+
set(OPENJPEG_USE_FILE "")
|
24
|
+
|
25
|
+
get_filename_component(SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
26
|
+
if(EXISTS ${SELF_DIR}/OpenJPEGTargets.cmake)
|
27
|
+
# This is an install tree
|
28
|
+
include(${SELF_DIR}/OpenJPEGTargets.cmake)
|
29
|
+
get_filename_component(OPENJPEG_INCLUDE_ROOT "${SELF_DIR}/../../include/openjpeg-2.1" ABSOLUTE)
|
30
|
+
set(OPENJPEG_INCLUDE_DIRS ${OPENJPEG_INCLUDE_ROOT})
|
31
|
+
|
32
|
+
else()
|
33
|
+
if(EXISTS ${SELF_DIR}/OpenJPEGExports.cmake)
|
34
|
+
# This is a build tree
|
35
|
+
set( OPENJPEG_INCLUDE_DIRS )
|
36
|
+
|
37
|
+
include(${SELF_DIR}/OpenJPEGExports.cmake)
|
38
|
+
|
39
|
+
else()
|
40
|
+
message(FATAL_ERROR "ooops")
|
41
|
+
endif()
|
42
|
+
endif()
|
43
|
+
|
44
|
+
set(OPENJPEG_USE_FILE ${SELF_DIR}/UseOPENJPEG.cmake)
|
45
|
+
|
46
|
+
# Backward compatible part:
|
47
|
+
set(OPENJPEG_FOUND TRUE)
|
48
|
+
|
@@ -0,0 +1,46 @@
|
|
1
|
+
#----------------------------------------------------------------
|
2
|
+
# Generated CMake target import file for configuration "".
|
3
|
+
#----------------------------------------------------------------
|
4
|
+
|
5
|
+
# Commands may need to know the format version.
|
6
|
+
set(CMAKE_IMPORT_FILE_VERSION 1)
|
7
|
+
|
8
|
+
# Import target "openjp2" for configuration ""
|
9
|
+
set_property(TARGET openjp2 APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
|
10
|
+
set_target_properties(openjp2 PROPERTIES
|
11
|
+
IMPORTED_IMPLIB_NOCONFIG "${_IMPORT_PREFIX}/lib/libopenjp2.dll.a"
|
12
|
+
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/libopenjp2.dll"
|
13
|
+
)
|
14
|
+
|
15
|
+
list(APPEND _IMPORT_CHECK_TARGETS openjp2 )
|
16
|
+
list(APPEND _IMPORT_CHECK_FILES_FOR_openjp2 "${_IMPORT_PREFIX}/lib/libopenjp2.dll.a" "${_IMPORT_PREFIX}/bin/libopenjp2.dll" )
|
17
|
+
|
18
|
+
# Import target "opj_decompress" for configuration ""
|
19
|
+
set_property(TARGET opj_decompress APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
|
20
|
+
set_target_properties(opj_decompress PROPERTIES
|
21
|
+
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/opj_decompress.exe"
|
22
|
+
)
|
23
|
+
|
24
|
+
list(APPEND _IMPORT_CHECK_TARGETS opj_decompress )
|
25
|
+
list(APPEND _IMPORT_CHECK_FILES_FOR_opj_decompress "${_IMPORT_PREFIX}/bin/opj_decompress.exe" )
|
26
|
+
|
27
|
+
# Import target "opj_compress" for configuration ""
|
28
|
+
set_property(TARGET opj_compress APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
|
29
|
+
set_target_properties(opj_compress PROPERTIES
|
30
|
+
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/opj_compress.exe"
|
31
|
+
)
|
32
|
+
|
33
|
+
list(APPEND _IMPORT_CHECK_TARGETS opj_compress )
|
34
|
+
list(APPEND _IMPORT_CHECK_FILES_FOR_opj_compress "${_IMPORT_PREFIX}/bin/opj_compress.exe" )
|
35
|
+
|
36
|
+
# Import target "opj_dump" for configuration ""
|
37
|
+
set_property(TARGET opj_dump APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
|
38
|
+
set_target_properties(opj_dump PROPERTIES
|
39
|
+
IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/bin/opj_dump.exe"
|
40
|
+
)
|
41
|
+
|
42
|
+
list(APPEND _IMPORT_CHECK_TARGETS opj_dump )
|
43
|
+
list(APPEND _IMPORT_CHECK_FILES_FOR_opj_dump "${_IMPORT_PREFIX}/bin/opj_dump.exe" )
|
44
|
+
|
45
|
+
# Commands beyond this point should not need to know the version.
|
46
|
+
set(CMAKE_IMPORT_FILE_VERSION)
|
@@ -0,0 +1,92 @@
|
|
1
|
+
# Generated by CMake 3.0.2
|
2
|
+
|
3
|
+
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
|
4
|
+
message(FATAL_ERROR "CMake >= 2.6.0 required")
|
5
|
+
endif()
|
6
|
+
cmake_policy(PUSH)
|
7
|
+
cmake_policy(VERSION 2.6)
|
8
|
+
#----------------------------------------------------------------
|
9
|
+
# Generated CMake target import file.
|
10
|
+
#----------------------------------------------------------------
|
11
|
+
|
12
|
+
# Commands may need to know the format version.
|
13
|
+
set(CMAKE_IMPORT_FILE_VERSION 1)
|
14
|
+
|
15
|
+
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
16
|
+
set(_targetsDefined)
|
17
|
+
set(_targetsNotDefined)
|
18
|
+
set(_expectedTargets)
|
19
|
+
foreach(_expectedTarget openjp2 opj_decompress opj_compress opj_dump)
|
20
|
+
list(APPEND _expectedTargets ${_expectedTarget})
|
21
|
+
if(NOT TARGET ${_expectedTarget})
|
22
|
+
list(APPEND _targetsNotDefined ${_expectedTarget})
|
23
|
+
endif()
|
24
|
+
if(TARGET ${_expectedTarget})
|
25
|
+
list(APPEND _targetsDefined ${_expectedTarget})
|
26
|
+
endif()
|
27
|
+
endforeach()
|
28
|
+
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
|
29
|
+
set(CMAKE_IMPORT_FILE_VERSION)
|
30
|
+
cmake_policy(POP)
|
31
|
+
return()
|
32
|
+
endif()
|
33
|
+
if(NOT "${_targetsDefined}" STREQUAL "")
|
34
|
+
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
|
35
|
+
endif()
|
36
|
+
unset(_targetsDefined)
|
37
|
+
unset(_targetsNotDefined)
|
38
|
+
unset(_expectedTargets)
|
39
|
+
|
40
|
+
|
41
|
+
# Compute the installation prefix relative to this file.
|
42
|
+
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
43
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
44
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
45
|
+
|
46
|
+
# Create imported target openjp2
|
47
|
+
add_library(openjp2 SHARED IMPORTED)
|
48
|
+
|
49
|
+
# Create imported target opj_decompress
|
50
|
+
add_executable(opj_decompress IMPORTED)
|
51
|
+
|
52
|
+
# Create imported target opj_compress
|
53
|
+
add_executable(opj_compress IMPORTED)
|
54
|
+
|
55
|
+
# Create imported target opj_dump
|
56
|
+
add_executable(opj_dump IMPORTED)
|
57
|
+
|
58
|
+
# Load information for each installed configuration.
|
59
|
+
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
60
|
+
file(GLOB CONFIG_FILES "${_DIR}/OpenJPEGTargets-*.cmake")
|
61
|
+
foreach(f ${CONFIG_FILES})
|
62
|
+
include(${f})
|
63
|
+
endforeach()
|
64
|
+
|
65
|
+
# Cleanup temporary variables.
|
66
|
+
set(_IMPORT_PREFIX)
|
67
|
+
|
68
|
+
# Loop over all imported files and verify that they actually exist
|
69
|
+
foreach(target ${_IMPORT_CHECK_TARGETS} )
|
70
|
+
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
71
|
+
if(NOT EXISTS "${file}" )
|
72
|
+
message(FATAL_ERROR "The imported target \"${target}\" references the file
|
73
|
+
\"${file}\"
|
74
|
+
but this file does not exist. Possible reasons include:
|
75
|
+
* The file was deleted, renamed, or moved to another location.
|
76
|
+
* An install or uninstall procedure did not complete successfully.
|
77
|
+
* The installation package was faulty and contained
|
78
|
+
\"${CMAKE_CURRENT_LIST_FILE}\"
|
79
|
+
but not all the files it references.
|
80
|
+
")
|
81
|
+
endif()
|
82
|
+
endforeach()
|
83
|
+
unset(_IMPORT_CHECK_FILES_FOR_${target})
|
84
|
+
endforeach()
|
85
|
+
unset(_IMPORT_CHECK_TARGETS)
|
86
|
+
|
87
|
+
# This file does not depend on other imported targets which have
|
88
|
+
# been exported from the same project but in a separate export set.
|
89
|
+
|
90
|
+
# Commands beyond this point should not need to know the version.
|
91
|
+
set(CMAKE_IMPORT_FILE_VERSION)
|
92
|
+
cmake_policy(POP)
|
@@ -0,0 +1,14 @@
|
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win32/poppler/vendor/local
|
2
|
+
bindir=${prefix}/bin
|
3
|
+
mandir=${prefix}/
|
4
|
+
docdir=${prefix}/
|
5
|
+
libdir=${prefix}/lib
|
6
|
+
includedir=${prefix}/include/openjpeg-2.1
|
7
|
+
|
8
|
+
Name: openjp2
|
9
|
+
Description: JPEG2000 library (Part 1 and 2)
|
10
|
+
URL: http://www.openjpeg.org/
|
11
|
+
Version: 2.1.0
|
12
|
+
Libs: -L${libdir} -lopenjp2
|
13
|
+
Libs.private: -lm
|
14
|
+
Cflags: -I${includedir}
|
@@ -5,9 +5,9 @@ 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.36.0
|
9
9
|
Requires:
|
10
|
-
Requires.private: poppler = 0.
|
10
|
+
Requires.private: poppler = 0.36.0
|
11
11
|
|
12
12
|
Libs: -L${libdir} -lpoppler-cpp
|
13
13
|
Cflags: -I${includedir}/poppler/cpp
|
@@ -5,9 +5,9 @@ includedir=${prefix}/include
|
|
5
5
|
|
6
6
|
Name: poppler-glib
|
7
7
|
Description: GLib wrapper for poppler
|
8
|
-
Version: 0.
|
8
|
+
Version: 0.36.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.36.0
|
11
11
|
|
12
12
|
Libs: -L${libdir} -lpoppler-glib
|
13
13
|
Cflags: -I${includedir}/poppler/glib
|
@@ -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,libpoppler-
|
16
|
+
shared-library="libpoppler-glib-8.dll,libpoppler-55.dll"
|
17
17
|
c:identifier-prefixes="Poppler"
|
18
18
|
c:symbol-prefixes="poppler">
|
19
19
|
<constant name="ANNOT_TEXT_ICON_CIRCLE"
|
@@ -1226,6 +1226,27 @@ Popup window shall be displayed by viewers at @popup_rect on the page.</doc>
|
|
1226
1226
|
</parameter>
|
1227
1227
|
</parameters>
|
1228
1228
|
</method>
|
1229
|
+
<method name="set_popup_rectangle"
|
1230
|
+
c:identifier="poppler_annot_markup_set_popup_rectangle"
|
1231
|
+
version="0.33">
|
1232
|
+
<doc xml:space="preserve">Sets the rectangle of the popup window related to @poppler_annot.
|
1233
|
+
This doesn't have any effect if @poppler_annot doesn't have a
|
1234
|
+
popup associated, use poppler_annot_markup_set_popup() to associate
|
1235
|
+
a popup window to a #PopplerAnnotMarkup.</doc>
|
1236
|
+
<return-value transfer-ownership="none">
|
1237
|
+
<type name="none" c:type="void"/>
|
1238
|
+
</return-value>
|
1239
|
+
<parameters>
|
1240
|
+
<instance-parameter name="poppler_annot" transfer-ownership="none">
|
1241
|
+
<doc xml:space="preserve">a #PopplerAnnotMarkup</doc>
|
1242
|
+
<type name="AnnotMarkup" c:type="PopplerAnnotMarkup*"/>
|
1243
|
+
</instance-parameter>
|
1244
|
+
<parameter name="poppler_rect" transfer-ownership="none">
|
1245
|
+
<doc xml:space="preserve">a #PopplerRectangle to set</doc>
|
1246
|
+
<type name="Rectangle" c:type="PopplerRectangle*"/>
|
1247
|
+
</parameter>
|
1248
|
+
</parameters>
|
1249
|
+
</method>
|
1229
1250
|
</class>
|
1230
1251
|
<enumeration name="AnnotMarkupReplyType"
|
1231
1252
|
glib:type-name="PopplerAnnotMarkupReplyType"
|
@@ -4316,7 +4337,7 @@ of @action on the page</doc>
|
|
4316
4337
|
<type name="gint" c:type="gint"/>
|
4317
4338
|
</constant>
|
4318
4339
|
<constant name="MINOR_VERSION"
|
4319
|
-
value="
|
4340
|
+
value="36"
|
4320
4341
|
c:type="POPPLER_MINOR_VERSION"
|
4321
4342
|
version="0.12">
|
4322
4343
|
<doc xml:space="preserve">The major version number of the poppler header files (e.g. in poppler version
|