From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/
Date: Wed, 29 Nov 2017 23:19:54 +0000 (UTC) [thread overview]
Message-ID: <1511997560.927ffff811fa7a03109dff5db88be6fa7310e30d.asturm@gentoo> (raw)
commit: 927ffff811fa7a03109dff5db88be6fa7310e30d
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Wed Nov 29 20:27:23 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 23:19:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927ffff8
media-gfx/gscan2pdf: version bump to 1.8.10
Package-Manager: Portage-2.3.14, Repoman-2.3.6
media-gfx/gscan2pdf/Manifest | 1 +
media-gfx/gscan2pdf/gscan2pdf-1.8.10.ebuild | 63 +++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index 9a504e54ae8..01db31587fb 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,2 +1,3 @@
+DIST gscan2pdf-1.8.10.tar.xz 406128 BLAKE2B 328c05f377e12742bbf8ebf92f327afddc4556533e4f7500b237d968fa07b6505f0a3be2c02f42318740e9d185611c094cf96c66804af02197097eebd16b880c SHA512 334979b10238d510da8c5807290920b50e3a06ddda99dad41ced96d33e1ca8467cafe1f3112fb81b6705f80bc232eb6f041d588a57e04d5eecd09a201f007a49
DIST gscan2pdf-1.8.8.tar.xz 404456 BLAKE2B 23e81ad9d46867863f7cf14e0350cce568d9f9e7a57fd8eb9a4b1a56a112d72008adacf7cc4514c6d93dd6b225684d57494a5baa295c8f84a927de7bd208d722 SHA512 331821c0f9d7365866b7ba6bdbcd29d03b69516e44f95d186296a9a105887924c747fd1c89740bd708f04d5d67a65481b972d57fef09d8bee16dfe1b2655b9e3
DIST gscan2pdf-1.8.9.tar.xz 405780 BLAKE2B 2b0b818f314064e03ecd6b1eed988f9d45808a7142c00d190dba552ac87f06da74aacb47341ce749a9e1c916cf607eafd4f1d412a6a239a07426e57c16e62dc9 SHA512 a9042b2a184b03bb7a53d5fa56abc93e873c6e675350db4094e38c04e3f7e784eb6f0369a950f598b052474e8cbaea007af10849a2cee18cdb18d90605d4d90a
diff --git a/media-gfx/gscan2pdf/gscan2pdf-1.8.10.ebuild b/media-gfx/gscan2pdf/gscan2pdf-1.8.10.ebuild
new file mode 100644
index 00000000000..00f29f30d45
--- /dev/null
+++ b/media-gfx/gscan2pdf/gscan2pdf-1.8.10.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils perl-module
+
+DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
+HOMEPAGE="http://gscan2pdf.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# OCR tests fail with tesseract[opencl], not fixed by addpredict
+# and others on Wayland and the console
+RESTRICT="test"
+
+RDEPEND="
+ dev-perl/Config-General
+ dev-perl/Date-Calc
+ dev-perl/Data-UUID
+ dev-perl/Filesys-Df
+ dev-perl/glib-perl
+ dev-perl/Goo-Canvas
+ dev-perl/Gtk2-Ex-PodViewer
+ dev-perl/Gtk2-Ex-Simple-List
+ dev-perl/Gtk2-ImageView
+ dev-perl/Gtk2
+ dev-perl/HTML-Parser
+ dev-perl/Image-Sane
+ dev-perl/Locale-gettext
+ dev-perl/List-MoreUtils
+ dev-perl/Log-Log4perl
+ dev-perl/PDF-API2
+ dev-perl/Proc-ProcessTable
+ dev-perl/Readonly
+ dev-perl/Set-IntSpan
+ dev-perl/Try-Tiny
+ virtual/perl-Archive-Tar
+ virtual/perl-Carp
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Temp
+ virtual/perl-Getopt-Long
+ virtual/perl-threads
+ virtual/perl-threads-shared
+ media-gfx/gtkimageview
+ media-gfx/imagemagick[png,tiff,perl]
+ media-gfx/sane-backends
+ media-libs/tiff"
+
+mydoc="History"
+
+pkg_postinst() {
+ optfeature "DjVu file support" "app-text/djvu[tiff] media-gfx/imagemagick[djvu]"
+ optfeature "creating PostScript files from PDFs" app-text/poppler[utils]
+ optfeature "adding to an existing PDF" app-text/poppler[utils]
+ optfeature "Optical Character Recognition" app-text/tesseract[osd,tiff]
+ optfeature "scan post-processing" app-text/unpaper
+ optfeature "automatic document feeder support" media-gfx/sane-frontends
+ optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
+}
next reply other threads:[~2017-11-29 23:20 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-29 23:19 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-24 8:47 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/ Florian Schmaus
2024-06-02 8:09 Joonas Niilola
2024-02-03 11:36 Joonas Niilola
2024-02-03 9:53 Joonas Niilola
2024-01-03 20:20 Florian Schmaus
2023-04-21 8:04 Joonas Niilola
2023-04-21 6:29 Joonas Niilola
2023-01-25 17:41 Joonas Niilola
2023-01-25 17:41 Joonas Niilola
2022-10-30 9:35 Sam James
2022-07-15 1:26 Sam James
2022-07-15 1:26 Sam James
2022-02-28 23:56 Sam James
2022-02-27 13:43 Jakov Smolić
2022-02-18 3:07 Sam James
2022-02-18 3:07 Sam James
2022-02-07 6:33 Sam James
2021-12-28 20:34 Sam James
2021-12-22 11:25 Jakov Smolić
2021-11-22 10:11 Sam James
2021-11-22 10:11 Sam James
2021-11-02 12:06 Florian Schmaus
2021-08-13 13:52 Ionen Wolkens
2021-08-13 13:52 Ionen Wolkens
2021-03-14 8:41 Joonas Niilola
2021-03-14 8:41 Joonas Niilola
2021-03-12 8:10 Mikle Kolyada
2021-01-07 5:06 Sam James
2021-01-07 5:06 Sam James
2021-01-07 5:06 Sam James
2020-10-30 21:26 Thomas Deutschmann
2020-10-30 21:25 Thomas Deutschmann
2020-10-27 21:11 Sam James
2020-10-08 10:02 Joonas Niilola
2020-10-08 10:02 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-07-24 12:03 Joonas Niilola
2020-05-17 11:29 Joonas Niilola
2020-05-17 11:29 Joonas Niilola
2020-04-10 20:25 Andreas Sturmlechner
2020-04-10 20:25 Andreas Sturmlechner
2020-03-14 9:55 Joonas Niilola
2020-03-14 9:55 Joonas Niilola
2020-02-14 16:29 Joonas Niilola
2020-02-14 16:29 Joonas Niilola
2020-01-10 5:43 Joonas Niilola
2020-01-10 5:43 Joonas Niilola
2019-12-07 12:47 Joonas Niilola
2019-11-14 6:26 Joonas Niilola
2019-11-14 6:26 Joonas Niilola
2019-11-12 15:07 Joonas Niilola
2019-11-12 15:07 Joonas Niilola
2019-09-19 16:57 Joonas Niilola
2019-09-19 16:57 Joonas Niilola
2019-07-31 16:52 Joonas Niilola
2019-07-31 16:52 Joonas Niilola
2019-06-04 21:30 Michał Górny
2019-06-04 21:30 Michał Górny
2019-03-26 16:45 Patrice Clement
2019-03-26 16:45 Patrice Clement
2019-02-24 22:14 Andreas Sturmlechner
2019-02-24 22:14 Andreas Sturmlechner
2019-02-03 22:57 Andreas Sturmlechner
2018-04-18 23:52 Aaron Bauman
2018-01-28 23:19 Andreas Sturmlechner
2018-01-28 23:19 Andreas Sturmlechner
2017-11-29 23:19 Andreas Sturmlechner
2017-11-27 21:48 Patrice Clement
2017-11-27 1:07 Patrice Clement
2017-11-27 1:07 Patrice Clement
2017-11-01 18:52 Patrice Clement
2017-10-01 20:01 Andreas Sturmlechner
2017-10-01 20:01 Andreas Sturmlechner
2017-08-27 6:54 Patrice Clement
2017-06-04 17:52 Michał Górny
2017-06-04 17:52 Michał Górny
2017-04-13 19:51 Göktürk Yüksek
2017-03-19 4:12 Kent Fredric
2017-02-15 19:52 Göktürk Yüksek
2017-02-09 22:56 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511997560.927ffff811fa7a03109dff5db88be6fa7310e30d.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox