poppler 1.1.5 → 1.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ext/poppler/extconf.rb +3 -3
  2. metadata +32 -32
@@ -55,10 +55,10 @@ check_cairo(rcairo_options)
55
55
 
56
56
  setup_win32(module_name, base_dir)
57
57
 
58
- unless required_pkg_config_package(package_id,
58
+ unless required_pkg_config_package([package_id, 0, 8, 0],
59
59
  :debian => "libpoppler-glib-dev",
60
- :redhat => "glib2-devel",
61
- :homebrew => "poppler",
60
+ :redhat => "poppler-glib-devel",
61
+ # :homebrew => "poppler", # need --with-glib option
62
62
  :macports => "poppler")
63
63
  exit(false)
64
64
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poppler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-28 00:00:00.000000000 Z
12
+ date: 2012-12-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gtk2
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.1.5
21
+ version: 1.1.6
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.1.5
29
+ version: 1.1.6
30
30
  description: Ruby/Poppler is a Ruby binding of poppler-glib.
31
31
  email: ruby-gnome2-devel-en@lists.sourceforge.net
32
32
  executables: []
@@ -38,51 +38,51 @@ files:
38
38
  - Rakefile
39
39
  - extconf.rb
40
40
  - lib/poppler.rb
41
- - ext/poppler/rbpoppler-annotationmarkup.c
42
- - ext/poppler/rbpoppler-attachment.c
41
+ - ext/poppler/depend
42
+ - ext/poppler/extconf.rb
43
+ - ext/poppler/poppler.def
44
+ - ext/poppler/rbpoppler-action.c
45
+ - ext/poppler/rbpoppler-annotation.c
43
46
  - ext/poppler/rbpoppler-annotationcalloutline.c
47
+ - ext/poppler/rbpoppler-annotationfreetext.c
48
+ - ext/poppler/rbpoppler-annotationmapping.c
49
+ - ext/poppler/rbpoppler-annotationmarkup.c
44
50
  - ext/poppler/rbpoppler-annotationtext.c
45
- - ext/poppler/rbpoppler-linkmapping.c
46
- - ext/poppler/rbpoppler-fontinfo.c
47
- - ext/poppler/rbpoppler.h
48
- - ext/poppler/rbpoppler.c
49
- - ext/poppler/rbpoppler-psfile.c
51
+ - ext/poppler/rbpoppler-attachment.c
52
+ - ext/poppler/rbpoppler-buttonfield.c
50
53
  - ext/poppler/rbpoppler-choicefield.c
54
+ - ext/poppler/rbpoppler-color.c
55
+ - ext/poppler/rbpoppler-document.c
56
+ - ext/poppler/rbpoppler-fontinfo.c
51
57
  - ext/poppler/rbpoppler-fontsiter.c
52
- - ext/poppler/rbpoppler-pagetransition.c
53
- - ext/poppler/rbpoppler-page.c
54
- - ext/poppler/extconf.rb
55
- - ext/poppler/rbpoppler-rectangle.c
56
58
  - ext/poppler/rbpoppler-form-field.c
57
- - ext/poppler/rbpoppler-annotationmapping.c
58
- - ext/poppler/rbpoppler-action.c
59
- - ext/poppler/rbpoppler-imagemapping.c
60
59
  - ext/poppler/rbpoppler-formfieldmapping.c
61
- - ext/poppler/rbpoppler-annotation.c
60
+ - ext/poppler/rbpoppler-imagemapping.c
61
+ - ext/poppler/rbpoppler-indexiter.c
62
+ - ext/poppler/rbpoppler-linkmapping.c
63
+ - ext/poppler/rbpoppler-page.c
64
+ - ext/poppler/rbpoppler-pagetransition.c
62
65
  - ext/poppler/rbpoppler-private.h
66
+ - ext/poppler/rbpoppler-psfile.c
67
+ - ext/poppler/rbpoppler-rectangle.c
63
68
  - ext/poppler/rbpoppler-textfield.c
64
- - ext/poppler/rbpoppler-annotationfreetext.c
65
- - ext/poppler/poppler.def
69
+ - ext/poppler/rbpoppler.c
70
+ - ext/poppler/rbpoppler.h
66
71
  - ext/poppler/rbpopplerconversions.h
67
- - ext/poppler/rbpoppler-buttonfield.c
68
- - ext/poppler/depend
69
- - ext/poppler/rbpoppler-document.c
70
- - ext/poppler/rbpoppler-color.c
71
- - ext/poppler/rbpoppler-indexiter.c
72
+ - sample/number-pdf.rb
73
+ - sample/pdf2.rb
72
74
  - sample/pdf2svg.rb
73
75
  - sample/pdf2text.rb
74
- - sample/pdf2.rb
75
76
  - sample/pdfcrop.rb
76
- - sample/number-pdf.rb
77
77
  - sample/pdfdiv.rb
78
- - test/test_document.rb
78
+ - test/fixtures/image.pdf
79
79
  - test/poppler-test-utils.rb
80
- - test/test_page.rb
81
80
  - test/run-test.rb
82
- - test/fixtures/image.pdf
81
+ - test/test_annotation.rb
83
82
  - test/test_color.rb
84
83
  - test/test_constants.rb
85
- - test/test_annotation.rb
84
+ - test/test_document.rb
85
+ - test/test_page.rb
86
86
  homepage: http://ruby-gnome2.sourceforge.jp/
87
87
  licenses: []
88
88
  post_install_message: