From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/
Date: Sun, 3 Feb 2019 22:57:30 +0000 (UTC) [thread overview]
Message-ID: <1549234620.ef712bb25af47127fee40d09ac1e2c250fd64ba1.asturm@gentoo> (raw)
commit: ef712bb25af47127fee40d09ac1e2c250fd64ba1
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Sun Jan 27 20:06:44 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 3 22:57:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef712bb2
media-gfx/gscan2pdf: version bump to 2.3.0, now using GTK+ 3
Closes: https://bugs.gentoo.org/669318
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10338
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/gscan2pdf/Manifest | 1 +
media-gfx/gscan2pdf/gscan2pdf-2.3.0.ebuild | 59 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index aab8059cf4a..6ac5a62fbd3 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.11.tar.xz 409212 BLAKE2B 37cb716f13818eaffc39c210b810b845368cc5e323569e8f9d5603b5b412c4182520798321358e4c21339fdbd5f15026a0acd6421a49e7db79ecca86633c3ab0 SHA512 1ea09b8768771be4a1700cb8a6523d5f74fcbf0ebe459d97796032b56f896fd0c50e5ca1ed4c96aedef7e61f6952a92986153cc70173dd5ad91ccfb72461c565
+DIST gscan2pdf-2.3.0.tar.xz 432604 BLAKE2B e411e3a58f6c1a9e9c6df7057711377a70676d7ab718d5e4a19ea2690a26bda0b99def3cc04099bd0392bef0060b6d60328cf36450bd18d7c64100d553a4c627 SHA512 c9f08ce9c4f9c14c78d0b821d8c4381eccdc5a741a4b54e817dab33e67b7eeb705d48a02109c97913149b4839a713340aa6947a548eef3acd6a7bcabfa4116e1
diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.3.0.ebuild b/media-gfx/gscan2pdf/gscan2pdf-2.3.0.ebuild
new file mode 100644
index 00000000000..d19c0627489
--- /dev/null
+++ b/media-gfx/gscan2pdf/gscan2pdf-2.3.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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
+RESTRICT="test"
+
+RDEPEND="
+ dev-perl/Config-General
+ dev-perl/Data-UUID
+ dev-perl/Date-Calc
+ dev-perl/Filesys-Df
+ dev-perl/glib-perl
+ dev-perl/GooCanvas2
+ dev-perl/Gtk3
+ dev-perl/Gtk3-SimpleList
+ dev-perl/HTML-Parser
+ dev-perl/Image-Sane
+ dev-perl/List-MoreUtils
+ dev-perl/Locale-gettext
+ 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/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:[~2019-02-03 22:57 UTC|newest]
Thread overview: 82+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-03 22:57 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-01 19:21 [gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/ Andreas K. Hüttel
2024-09-24 8:47 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
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-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=1549234620.ef712bb25af47127fee40d09ac1e2c250fd64ba1.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