You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(20) |
Jun
(46) |
Jul
(58) |
Aug
(103) |
Sep
(153) |
Oct
(192) |
Nov
(228) |
Dec
(213) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(61) |
Feb
(114) |
Mar
(103) |
Apr
(51) |
May
(84) |
Jun
(38) |
Jul
(125) |
Aug
(324) |
Sep
(120) |
Oct
(98) |
Nov
(145) |
Dec
(108) |
2004 |
Jan
(75) |
Feb
(72) |
Mar
(203) |
Apr
(33) |
May
(59) |
Jun
(39) |
Jul
(41) |
Aug
(108) |
Sep
(39) |
Oct
(74) |
Nov
(98) |
Dec
(21) |
2005 |
Jan
(113) |
Feb
(93) |
Mar
(113) |
Apr
(8) |
May
(11) |
Jun
(98) |
Jul
(91) |
Aug
(39) |
Sep
(149) |
Oct
(199) |
Nov
(29) |
Dec
(4) |
2006 |
Jan
(20) |
Feb
(6) |
Mar
(19) |
Apr
(21) |
May
(119) |
Jun
(105) |
Jul
(63) |
Aug
(10) |
Sep
(18) |
Oct
(26) |
Nov
(44) |
Dec
(113) |
2007 |
Jan
(14) |
Feb
(14) |
Mar
(11) |
Apr
(8) |
May
(7) |
Jun
(49) |
Jul
(188) |
Aug
(32) |
Sep
(12) |
Oct
(32) |
Nov
(79) |
Dec
(27) |
2008 |
Jan
(54) |
Feb
(32) |
Mar
(104) |
Apr
(247) |
May
(51) |
Jun
(25) |
Jul
(6) |
Aug
(13) |
Sep
(60) |
Oct
(63) |
Nov
(49) |
Dec
(10) |
2009 |
Jan
(132) |
Feb
(14) |
Mar
(16) |
Apr
(3) |
May
(23) |
Jun
(10) |
Jul
(14) |
Aug
(12) |
Sep
(24) |
Oct
(6) |
Nov
|
Dec
(6) |
2010 |
Jan
(12) |
Feb
(13) |
Mar
(2) |
Apr
(13) |
May
(7) |
Jun
(3) |
Jul
(6) |
Aug
|
Sep
(156) |
Oct
(57) |
Nov
(9) |
Dec
(2) |
2011 |
Jan
(109) |
Feb
(431) |
Mar
(17) |
Apr
|
May
(8) |
Jun
(25) |
Jul
(12) |
Aug
(9) |
Sep
(80) |
Oct
(244) |
Nov
(341) |
Dec
(559) |
2012 |
Jan
(137) |
Feb
(185) |
Mar
(6) |
Apr
(30) |
May
(26) |
Jun
(3) |
Jul
(25) |
Aug
(5) |
Sep
(4) |
Oct
(2) |
Nov
(16) |
Dec
(190) |
2013 |
Jan
(204) |
Feb
(70) |
Mar
(137) |
Apr
(180) |
May
(149) |
Jun
(39) |
Jul
(22) |
Aug
(8) |
Sep
(78) |
Oct
(488) |
Nov
(134) |
Dec
(138) |
2014 |
Jan
(18) |
Feb
(148) |
Mar
(238) |
Apr
(177) |
May
(45) |
Jun
(36) |
Jul
(176) |
Aug
(33) |
Sep
(114) |
Oct
(265) |
Nov
(263) |
Dec
(184) |
2015 |
Jan
(163) |
Feb
(44) |
Mar
(196) |
Apr
(184) |
May
(308) |
Jun
(132) |
Jul
(81) |
Aug
(76) |
Sep
(440) |
Oct
(125) |
Nov
(75) |
Dec
(111) |
2016 |
Jan
(210) |
Feb
(88) |
Mar
(86) |
Apr
(137) |
May
(145) |
Jun
(257) |
Jul
(35) |
Aug
(312) |
Sep
(69) |
Oct
(43) |
Nov
(91) |
Dec
(103) |
2017 |
Jan
(72) |
Feb
(50) |
Mar
(80) |
Apr
(238) |
May
(122) |
Jun
(47) |
Jul
(197) |
Aug
(92) |
Sep
(21) |
Oct
(45) |
Nov
(52) |
Dec
(26) |
2018 |
Jan
(3) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Kouhei S. <nu...@co...> - 2017-08-10 14:27:33
|
Kouhei Sutou 2017-08-10 23:27:03 +0900 (Thu, 10 Aug 2017) New Revision: 32660920a4ce5f2761148dfd0c8e509062d4f8f4 https://github.com/ruby-gnome2/pkg-config/commit/32660920a4ce5f2761148dfd0c8e509062d4f8f4 Message: Fix style Modified files: lib/pkg-config.rb Modified: lib/pkg-config.rb (+8 -6) =================================================================== --- lib/pkg-config.rb 2017-08-07 08:59:14 +0900 (25cbf62) +++ lib/pkg-config.rb 2017-08-10 23:27:03 +0900 (542d1c3) @@ -367,12 +367,14 @@ class PackageConfig pkg_config_prefix = pkg_config.parent.parent pkg_config_arch_depended_path = Dir.glob((pkg_config_prefix + "lib/*/pkgconfig").to_s).join(SEPARATOR) - [pkg_config_arch_depended_path, - (pkg_config_prefix + "lib64/pkgconfig").to_s, - (pkg_config_prefix + "libx32/pkgconfig").to_s, - (pkg_config_prefix + "lib/pkgconfig").to_s, - (pkg_config_prefix + "libdata/pkgconfig").to_s, - default_path].join(SEPARATOR) + [ + pkg_config_arch_depended_path, + (pkg_config_prefix + "lib64/pkgconfig").to_s, + (pkg_config_prefix + "libx32/pkgconfig").to_s, + (pkg_config_prefix + "lib/pkgconfig").to_s, + (pkg_config_prefix + "libdata/pkgconfig").to_s, + default_path, + ].join(SEPARATOR) end def required_packages |
From: Travis CI <bu...@tr...> - 2017-08-10 00:54:38
|
Build Update for ruby-gnome2/ruby-gnome2 ------------------------------------- Build: #4582 Status: Broken Duration: 25 minutes and 58 seconds Commit: a9d8e5e (master) Author: Kouhei Sutou Message: Merge pull request #1094 from cedlemo/poppler_lib_page_find_text Poppler lib page find text Patch by cedlemo. Thanks!!! View the changeset: https://github.com/ruby-gnome2/ruby-gnome2/compare/207d58873626...a9d8e5ecf45a View the full build log and details: https://travis-ci.org/ruby-gnome2/ruby-gnome2/builds/262886405?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |
From: Travis CI <bu...@tr...> - 2017-08-10 00:35:50
|
Build Update for ruby-gnome2/ruby-gnome2 ------------------------------------- Build: #4581 Status: Broken Duration: 26 minutes and 51 seconds Commit: 207d588 (master) Author: Kouhei Sutou Message: Merge pull request #1093 from cedlemo/poppler_sample_pdf2div pdfdiv.rb : update to new poppler api Patch by cedlemo. Thanks!!! View the changeset: https://github.com/ruby-gnome2/ruby-gnome2/compare/6a74d36269dc...207d58873626 View the full build log and details: https://travis-ci.org/ruby-gnome2/ruby-gnome2/builds/262885754?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |
From: Kouhei S. <nu...@co...> - 2017-08-10 00:00:26
|
Kouhei Sutou 2017-08-10 08:59:56 +0900 (Thu, 10 Aug 2017) New Revision: b8530a96cefc4edc91972f2f99c109b8d7c7523d https://github.com/ruby-gnome2/ruby-gnome2/commit/b8530a96cefc4edc91972f2f99c109b8d7c7523d Message: poppler test: improve assertions Modified files: poppler/lib/poppler/page.rb poppler/test/test-page.rb Modified: poppler/lib/poppler/page.rb (+0 -1) =================================================================== --- poppler/lib/poppler/page.rb 2017-08-10 08:54:52 +0900 (442443429) +++ poppler/lib/poppler/page.rb 2017-08-10 08:59:56 +0900 (cdb87c8d2) @@ -50,7 +50,6 @@ module Poppler end alias_method :find_text_raw, :find_text - def find_text(text, options=nil) if options.nil? find_text_raw(text) Modified: poppler/test/test-page.rb (+18 -11) =================================================================== --- poppler/test/test-page.rb 2017-08-10 08:54:52 +0900 (65984f546) +++ poppler/test/test-page.rb 2017-08-10 08:59:56 +0900 (2141206fb) @@ -50,35 +50,42 @@ class TestPage < Test::Unit::TestCase end sub_test_case("#find_text") do + def normalize_rectangles(rectangles) + rectangles.collect do |rectangle| + rectangle.to_a.collect(&:round) + end + end + test "no options" do document = Poppler::Document.new(multiple_pages_pdf) page = document[0] - texts = page.find_text("firs") - assert_equal(1, texts.size) - assert_kind_of(Poppler::Rectangle, texts[0]) + text_areas = page.find_text("firs") + assert_equal([[78, 771, 94, 785]], + normalize_rectangles(text_areas)) end test "with default option" do document = Poppler::Document.new(multiple_pages_pdf) page = document[0] - texts = page.find_text("firs", :default) - assert_equal(1, texts.size) - assert_kind_of(Poppler::Rectangle, texts[0]) + text_areas = page.find_text("firs", :default) + assert_equal([[78, 771, 94, 785]], + normalize_rectangles(text_areas)) end test "with options and bad text" do document = Poppler::Document.new(multiple_pages_pdf) page = document[0] - texts = page.find_text("fIrs", [:whole_words_only, :case_sensitive]) - assert_equal(0, texts.size) + text_areas = page.find_text("fIrs", [:whole_words_only, :case_sensitive]) + assert_equal([], + normalize_rectangles(text_areas)) end test "with options and good text" do document = Poppler::Document.new(multiple_pages_pdf) page = document[0] - texts = page.find_text("first", [:whole_words_only, :case_sensitive]) - assert_equal(1, texts.size) - assert_kind_of(Poppler::Rectangle, texts[0]) + text_areas = page.find_text("first", [:whole_words_only, :case_sensitive]) + assert_equal([[78, 771, 98, 785]], + normalize_rectangles(text_areas)) end end |
From: cedlemo <nu...@co...> - 2017-08-09 23:55:07
|
cedlemo 2017-08-10 01:43:06 +0900 (Thu, 10 Aug 2017) New Revision: 0fcb445613527c96a5a56c7a288d3b6d9ef0cee8 https://github.com/ruby-gnome2/ruby-gnome2/commit/0fcb445613527c96a5a56c7a288d3b6d9ef0cee8 Merged a9d8e5e: Merge pull request #1094 from cedlemo/poppler_lib_page_find_text Message: Add tests for new Poppler::Page#find_text Modified files: poppler/test/test-page.rb Modified: poppler/test/test-page.rb (+33 -0) =================================================================== --- poppler/test/test-page.rb 2017-08-10 01:42:38 +0900 (cf545def7) +++ poppler/test/test-page.rb 2017-08-10 01:43:06 +0900 (65984f546) @@ -49,6 +49,39 @@ class TestPage < Test::Unit::TestCase layout[0].to_a.collect(&:round)) end + sub_test_case("#find_text") do + test "no options" do + document = Poppler::Document.new(multiple_pages_pdf) + page = document[0] + texts = page.find_text("firs") + assert_equal(1, texts.size) + assert_kind_of(Poppler::Rectangle, texts[0]) + end + + test "with default option" do + document = Poppler::Document.new(multiple_pages_pdf) + page = document[0] + texts = page.find_text("firs", :default) + assert_equal(1, texts.size) + assert_kind_of(Poppler::Rectangle, texts[0]) + end + + test "with options and bad text" do + document = Poppler::Document.new(multiple_pages_pdf) + page = document[0] + texts = page.find_text("fIrs", [:whole_words_only, :case_sensitive]) + assert_equal(0, texts.size) + end + + test "with options and good text" do + document = Poppler::Document.new(multiple_pages_pdf) + page = document[0] + texts = page.find_text("first", [:whole_words_only, :case_sensitive]) + assert_equal(1, texts.size) + assert_kind_of(Poppler::Rectangle, texts[0]) + end + end + private def find_first_image_mapping(document) document.each do |page| |
From: cedlemo <nu...@co...> - 2017-08-09 23:55:07
|
cedlemo 2017-08-10 01:42:38 +0900 (Thu, 10 Aug 2017) New Revision: b3c44168d8fa1ceff996916752aecdeeae8418cc https://github.com/ruby-gnome2/ruby-gnome2/commit/b3c44168d8fa1ceff996916752aecdeeae8418cc Merged a9d8e5e: Merge pull request #1094 from cedlemo/poppler_lib_page_find_text Message: Simplify Poppler::Page#find_text and #find_text_with_options Modified files: poppler/lib/poppler/page.rb Modified: poppler/lib/poppler/page.rb (+10 -0) =================================================================== --- poppler/lib/poppler/page.rb 2017-08-09 09:56:43 +0900 (ba0cb508a) +++ poppler/lib/poppler/page.rb 2017-08-10 01:42:38 +0900 (442443429) @@ -48,5 +48,15 @@ module Poppler text end end + + alias_method :find_text_raw, :find_text + + def find_text(text, options=nil) + if options.nil? + find_text_raw(text) + else + find_text_with_options(text, options) + end + end end end |
From: Kouhei S. <nu...@co...> - 2017-08-09 23:55:06
|
Kouhei Sutou 2017-08-10 08:54:52 +0900 (Thu, 10 Aug 2017) New Revision: a9d8e5ecf45ad3118f586896fedf9742e14c5976 https://github.com/ruby-gnome2/ruby-gnome2/commit/a9d8e5ecf45ad3118f586896fedf9742e14c5976 Message: Merge pull request #1094 from cedlemo/poppler_lib_page_find_text Poppler lib page find text Patch by cedlemo. Thanks!!! |
From: cedlemo <nu...@co...> - 2017-08-09 23:52:30
|
cedlemo 2017-08-10 01:22:29 +0900 (Thu, 10 Aug 2017) New Revision: cbbd58b6f30bc0aaf2d79d38468626d6f5e705ce https://github.com/ruby-gnome2/ruby-gnome2/commit/cbbd58b6f30bc0aaf2d79d38468626d6f5e705ce Merged 207d588: Merge pull request #1093 from cedlemo/poppler_sample_pdf2div Message: pdfdiv.rb : update to new poppler api Modified files: poppler/sample/pdfdiv.rb Modified: poppler/sample/pdfdiv.rb (+1 -1) =================================================================== --- poppler/sample/pdfdiv.rb 2017-08-09 09:56:43 +0900 (5a89a8bae) +++ poppler/sample/pdfdiv.rb 2017-08-10 01:22:29 +0900 (900f41ce3) @@ -11,7 +11,7 @@ input, output = ARGV doc = Poppler::Document.new(input) -width, height = doc.pages[0].size +width, height = doc[0].size Cairo::PDFSurface.new(output, width / 2, height) do |surface| context = Cairo::Context.new(surface) |
From: Kouhei S. <nu...@co...> - 2017-08-09 23:52:30
|
Kouhei Sutou 2017-08-10 08:52:17 +0900 (Thu, 10 Aug 2017) New Revision: 207d58873626b014fab9f312f38e26fe07a508fd https://github.com/ruby-gnome2/ruby-gnome2/commit/207d58873626b014fab9f312f38e26fe07a508fd Message: Merge pull request #1093 from cedlemo/poppler_sample_pdf2div pdfdiv.rb : update to new poppler api Patch by cedlemo. Thanks!!! |
From: cedlemo <nu...@co...> - 2017-08-09 23:52:13
|
cedlemo 2017-08-10 01:20:53 +0900 (Thu, 10 Aug 2017) New Revision: 2fb23d794a7968f78fd98ec9c4590f4ce9fbd9b0 https://github.com/ruby-gnome2/ruby-gnome2/commit/2fb23d794a7968f78fd98ec9c4590f4ce9fbd9b0 Merged 6a74d36: Merge pull request #1092 from cedlemo/poppler_sample_pdf2crop Message: pdfcrop.rb : update to new poppler api Modified files: poppler/sample/pdfcrop.rb Modified: poppler/sample/pdfcrop.rb (+1 -1) =================================================================== --- poppler/sample/pdfcrop.rb 2017-08-09 09:56:43 +0900 (7ccaaf096) +++ poppler/sample/pdfcrop.rb 2017-08-10 01:20:53 +0900 (b1b8070db) @@ -11,7 +11,7 @@ input, output = ARGV doc = Poppler::Document.new(input) -width, height = doc.pages[0].size +width, height = doc[0].size x_margin = width * 0.1 y_margin = height * 0.1 croped_width = width - (2 * x_margin) |
From: Kouhei S. <nu...@co...> - 2017-08-09 23:52:13
|
Kouhei Sutou 2017-08-10 08:51:54 +0900 (Thu, 10 Aug 2017) New Revision: 6a74d36269dc79af16ef3610a3c528cdbffde81f https://github.com/ruby-gnome2/ruby-gnome2/commit/6a74d36269dc79af16ef3610a3c528cdbffde81f Message: Merge pull request #1092 from cedlemo/poppler_sample_pdf2crop pdfcrop.rb : update to new poppler api Patch by cedlemo. Thanks!!! |
From: Travis CI <bu...@tr...> - 2017-08-09 01:38:50
|
Build Update for ruby-gnome2/ruby-gnome2 ------------------------------------- Build: #4574 Status: Broken Duration: 23 minutes and 52 seconds Commit: 535edc7 (master) Author: Kouhei Sutou Message: Merge pull request #1090 from cedlemo/poppler_sample_pdf2svg Update sample to new poppler api Patch by cedlemo. Thanks!!! View the changeset: https://github.com/ruby-gnome2/ruby-gnome2/compare/4aa713bb269e...535edc777954 View the full build log and details: https://travis-ci.org/ruby-gnome2/ruby-gnome2/builds/262480247?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |
From: Kouhei S. <nu...@co...> - 2017-08-09 00:58:55
|
Kouhei Sutou 2017-08-09 09:56:43 +0900 (Wed, 09 Aug 2017) New Revision: b70b2b3b97820b779661e3746a2d095917ea0ac7 https://github.com/ruby-gnome2/ruby-gnome2/commit/b70b2b3b97820b779661e3746a2d095917ea0ac7 Message: poppler: add Poppler::Page#get_text again Modified files: poppler/lib/poppler/deprecated.rb poppler/lib/poppler/page.rb Modified: poppler/lib/poppler/deprecated.rb (+7 -0) =================================================================== --- poppler/lib/poppler/deprecated.rb 2017-08-09 09:57:03 +0900 (779c8a440) +++ poppler/lib/poppler/deprecated.rb 2017-08-09 09:56:43 +0900 (3b2eac3d3) @@ -56,5 +56,12 @@ module Poppler extend GLib::Deprecatable define_deprecated_method(:annotation_mapping, :annot_mapping) + define_deprecated_method_by_hash_args(:get_text, + "area=nil, style=nil", + ":area => Poppler::Rectangle, " + + ":style => Poppler::SelectionStyle" + ) do |page, *args, &block| + [{:area => args[0], :style => args[1]}] + end end end Modified: poppler/lib/poppler/page.rb (+14 -0) =================================================================== --- poppler/lib/poppler/page.rb 2017-08-09 09:57:03 +0900 (60059c7ae) +++ poppler/lib/poppler/page.rb 2017-08-09 09:56:43 +0900 (ba0cb508a) @@ -34,5 +34,19 @@ module Poppler end mappings end + + def get_text(options={}) + area = options[:area] + style = options[:style] + if area + if style + get_selected_text(style, area) + else + get_text_for_area(area) + end + else + text + end + end end end |
From: cedlemo <nu...@co...> - 2017-08-09 00:57:17
|
cedlemo 2017-08-08 18:12:03 +0900 (Tue, 08 Aug 2017) New Revision: c4f6222c36205b893625caecbca78993457ca4b1 https://github.com/ruby-gnome2/ruby-gnome2/commit/c4f6222c36205b893625caecbca78993457ca4b1 Merged 03d7756: Merge pull request #1091 from cedlemo/poppler_sample_pdf2text Message: Update sample to new poppler api Modified files: poppler/sample/pdf2text.rb Modified: poppler/sample/pdf2text.rb (+1 -1) =================================================================== --- poppler/sample/pdf2text.rb 2017-08-07 08:43:54 +0900 (2c36ffbf2) +++ poppler/sample/pdf2text.rb 2017-08-08 18:12:03 +0900 (7c6ccdfb7) @@ -12,5 +12,5 @@ input_uri = "file://#{File.expand_path(input)}" doc = Poppler::Document.new(input_uri) doc.each do |page| - puts page.get_text + puts page.text end |
From: Kouhei S. <nu...@co...> - 2017-08-09 00:41:07
|
Kouhei Sutou 2017-08-09 09:40:51 +0900 (Wed, 09 Aug 2017) New Revision: 535edc7779549f438bf7059208a5068967c88c4d https://github.com/ruby-gnome2/ruby-gnome2/commit/535edc7779549f438bf7059208a5068967c88c4d Message: Merge pull request #1090 from cedlemo/poppler_sample_pdf2svg Update sample to new poppler api Patch by cedlemo. Thanks!!! |
From: cedlemo <nu...@co...> - 2017-08-09 00:41:05
|
cedlemo 2017-08-08 18:10:07 +0900 (Tue, 08 Aug 2017) New Revision: e743e734c5d04cc6d830dc630f0b6bfc56e494d0 https://github.com/ruby-gnome2/ruby-gnome2/commit/e743e734c5d04cc6d830dc630f0b6bfc56e494d0 Merged 535edc7: Merge pull request #1090 from cedlemo/poppler_sample_pdf2svg Message: Update sample to new poppler api Modified files: poppler/sample/pdf2svg.rb Modified: poppler/sample/pdf2svg.rb (+1 -1) =================================================================== --- poppler/sample/pdf2svg.rb 2017-08-07 08:43:54 +0900 (756a7aae1) +++ poppler/sample/pdf2svg.rb 2017-08-08 18:10:07 +0900 (5e08db864) @@ -14,7 +14,7 @@ output = "#{output}.svg" if input == output doc = Poppler::Document.new(input) -width, height = doc.pages[0].size +width, height = doc[0].size Cairo::SVGSurface.new(output, width, height) do |surface| surface.restrict_to_version("1_2") |
From: cedlemo <nu...@co...> - 2017-08-09 00:33:47
|
cedlemo 2017-08-08 17:54:43 +0900 (Tue, 08 Aug 2017) New Revision: 5d4ebc08dd475b12f4f2770981c5e2febfb53ca9 https://github.com/ruby-gnome2/ruby-gnome2/commit/5d4ebc08dd475b12f4f2770981c5e2febfb53ca9 Merged 4aa713b: Merge pull request #1089 from cedlemo/poppler_sample_number_pdf Message: Update sample to new api Modified files: poppler/sample/number-pdf.rb Modified: poppler/sample/number-pdf.rb (+3 -2) =================================================================== --- poppler/sample/number-pdf.rb 2017-08-07 08:43:54 +0900 (d54e3b374) +++ poppler/sample/number-pdf.rb 2017-08-08 17:54:43 +0900 (21e8319ee) @@ -1,6 +1,7 @@ #!/usr/bin/env ruby -require 'poppler' +require "poppler" +require "pango" input = ARGV.first output = input.sub(/\.pdf$/, "-numbered.pdf") @@ -21,7 +22,7 @@ Cairo::PDFSurface.new(output, *first_page.size) do |surface| layout = context.create_pango_layout layout.text = i.to_s layout.width = width * Pango::SCALE - layout.alignment = Pango::Layout::ALIGN_CENTER + layout.alignment = :center layout.font_description = Pango::FontDescription.new("Sans 288") context.move_to(0, (height - layout.pixel_size[1]) / 2.0) context.set_source_rgba(0.1, 0.1, 0.1, 0.5) |
From: cedlemo <nu...@co...> - 2017-08-09 00:33:47
|
cedlemo 2017-08-08 18:00:03 +0900 (Tue, 08 Aug 2017) New Revision: 2560a530b7e277e44582fbf5d7bccfa55bbc0bc3 https://github.com/ruby-gnome2/ruby-gnome2/commit/2560a530b7e277e44582fbf5d7bccfa55bbc0bc3 Merged 4aa713b: Merge pull request #1089 from cedlemo/poppler_sample_number_pdf Message: Add copyrights and usage information Modified files: poppler/sample/number-pdf.rb Modified: poppler/sample/number-pdf.rb (+18 -0) =================================================================== --- poppler/sample/number-pdf.rb 2017-08-08 17:54:43 +0900 (21e8319ee) +++ poppler/sample/number-pdf.rb 2017-08-08 18:00:03 +0900 (ece32ca09) @@ -1,4 +1,22 @@ #!/usr/bin/env ruby +# Copyright (C) 2017 Ruby-GNOME2 Project Team +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +# usage : +# ruby number-pdf.rb example.pdf require "poppler" require "pango" |
From: Kouhei S. <nu...@co...> - 2017-08-09 00:33:47
|
Kouhei Sutou 2017-08-09 09:33:32 +0900 (Wed, 09 Aug 2017) New Revision: 4aa713bb269e4c0659980d1421e56d5042c82de1 https://github.com/ruby-gnome2/ruby-gnome2/commit/4aa713bb269e4c0659980d1421e56d5042c82de1 Message: Merge pull request #1089 from cedlemo/poppler_sample_number_pdf Poppler sample number pdf Patch by cedlemo. Thanks!!! |
From: cedlemo <nu...@co...> - 2017-08-09 00:19:58
|
cedlemo 2017-08-08 18:03:44 +0900 (Tue, 08 Aug 2017) New Revision: 3c38d0c4a11e0d15af9ffa9edabbf41527dd87a4 https://github.com/ruby-gnome2/ruby-gnome2/commit/3c38d0c4a11e0d15af9ffa9edabbf41527dd87a4 Merged 61d5825: Merge pull request #1088 from cedlemo/poppler_sample_pdf2 Message: Remove old check for cairo presence Modified files: poppler/sample/pdf2.rb Modified: poppler/sample/pdf2.rb (+0 -4) =================================================================== --- poppler/sample/pdf2.rb 2017-08-07 08:43:54 +0900 (9b493f00e) +++ poppler/sample/pdf2.rb 2017-08-08 18:03:44 +0900 (dcaad79e9) @@ -118,10 +118,6 @@ def to_pixbuf_with_cairo(input, page_number, scale, rotate) GdkPixbuf::Pixbuf.new(:file => temp.path) end -unless Poppler.cairo_available? - puts "cairo isn't available." - exit(false) -end pixbuf = to_pixbuf_with_cairo(input, page, scale, rotate) if pixbuf.nil? |
From: Kouhei S. <nu...@co...> - 2017-08-09 00:19:58
|
Kouhei Sutou 2017-08-09 09:19:44 +0900 (Wed, 09 Aug 2017) New Revision: 61d582556ffc9f33971513034a76f0920bfce808 https://github.com/ruby-gnome2/ruby-gnome2/commit/61d582556ffc9f33971513034a76f0920bfce808 Message: Merge pull request #1088 from cedlemo/poppler_sample_pdf2 Remove old check for cairo presence Patch by cedlemo. Thanks!!! |
From: Kouhei S. <nu...@co...> - 2017-08-09 00:19:38
|
Kouhei Sutou 2017-08-09 09:19:04 +0900 (Wed, 09 Aug 2017) New Revision: 0f5b7370295d5cf89dd31bb418562c24237e63e1 https://github.com/ruby-gnome2/ruby-gnome2/commit/0f5b7370295d5cf89dd31bb418562c24237e63e1 Message: poppler: add backward compatible API Modified files: poppler/lib/poppler/deprecated.rb Modified: poppler/lib/poppler/deprecated.rb (+5 -0) =================================================================== --- poppler/lib/poppler/deprecated.rb 2017-08-09 09:18:57 +0900 (b1aba337d) +++ poppler/lib/poppler/deprecated.rb 2017-08-09 09:19:04 +0900 (779c8a440) @@ -17,6 +17,11 @@ module Poppler extend GLib::Deprecatable + define_deprecated_singleton_method(:cairo_available?, + :warn => "cairo is always available") do + true + end + define_deprecated_const(:Annotation, "Poppler::Annot") define_deprecated_const(:AnnotationType, "Poppler::AnnotType") define_deprecated_const(:AnnotationFlag, "Poppler::AnnotFlag") |
From: Kouhei S. <nu...@co...> - 2017-08-09 00:19:38
|
Kouhei Sutou 2017-08-09 09:18:57 +0900 (Wed, 09 Aug 2017) New Revision: a5b4b4a847a1132299e5ae56662799fdbefbdaf2 https://github.com/ruby-gnome2/ruby-gnome2/commit/a5b4b4a847a1132299e5ae56662799fdbefbdaf2 Message: poppler: remove a needless newline Modified files: poppler/lib/poppler.rb Modified: poppler/lib/poppler.rb (+0 -1) =================================================================== --- poppler/lib/poppler.rb 2017-08-07 08:43:54 +0900 (d5c7a94f4) +++ poppler/lib/poppler.rb 2017-08-09 09:18:57 +0900 (bc0cf3fc4) @@ -33,5 +33,4 @@ module Poppler loader = Loader.new(self) loader.load("Poppler") - end |
From: Travis CI <bu...@tr...> - 2017-08-07 00:06:49
|
Build Update for ruby-gnome2/ruby-gnome2 ------------------------------------- Build: #4566 Status: Fixed Duration: 21 minutes and 42 seconds Commit: d3074a6 (master) Author: Kouhei Sutou Message: vte3 test: Vte::Version isn't defined for old VTE View the changeset: https://github.com/ruby-gnome2/ruby-gnome2/compare/ee4166657964...d3074a6875ad View the full build log and details: https://travis-ci.org/ruby-gnome2/ruby-gnome2/builds/261648147?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |
From: Travis CI <bu...@tr...> - 2017-08-07 00:06:09
|
Build Update for ruby-gnome2/pkg-config ------------------------------------- Build: #73 Status: Passed Duration: 1 minute and 4 seconds Commit: ac481f7 (1.2.4) Author: Kouhei Sutou Message: Add 1.2.4 entry View the changeset: https://github.com/ruby-gnome2/pkg-config/compare/1.2.4 View the full build log and details: https://travis-ci.org/ruby-gnome2/pkg-config/builds/261649928?utm_source=email&utm_medium=notification -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications |