Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scantailor-advanced/, media-gfx/scantailor-advanced/files/
Date: Sat, 30 May 2020 23:46:19
Message-Id: 1590882357.62258a84ab78a668a3b5d6f96af4e77957fc8032.asturm@gentoo
1 commit: 62258a84ab78a668a3b5d6f96af4e77957fc8032
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 23:23:49 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 23:45:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62258a84
7
8 media-gfx/scantailor-advanced: Drop 1.0.14 and 1.0.16 (r0)
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/scantailor-advanced/Manifest | 1 -
14 .../files/scantailor-advanced-1.0.14-qt-5.11.patch | 182 ---------------------
15 .../scantailor-advanced-1.0.14.ebuild | 48 ------
16 .../scantailor-advanced-1.0.16.ebuild | 48 ------
17 4 files changed, 279 deletions(-)
18
19 diff --git a/media-gfx/scantailor-advanced/Manifest b/media-gfx/scantailor-advanced/Manifest
20 index 7637dbe5e66..d232d4b589e 100644
21 --- a/media-gfx/scantailor-advanced/Manifest
22 +++ b/media-gfx/scantailor-advanced/Manifest
23 @@ -1,2 +1 @@
24 -DIST scantailor-advanced-1.0.14.tar.gz 926267 BLAKE2B 2d901afebf3d9b405365ba71868f7aa29c23c537af72679a89a29351557a1a12692223b961dfd0ced3ea540c45f90dde8ea13bcd1667aa355e90a1c24a21e932 SHA512 113723b8a62da1b7141e03b5ad8ac7c426a2943f882cd229c9c51d10de75ee85d019ac21fc2d9eb4cc0d5bfb9ce66a4c41cf523698adc5a9a5d99da02369baf7
25 DIST scantailor-advanced-1.0.16.tar.gz 2792788 BLAKE2B d695f9e62bc83569a320f81d2aee5f77064b791f8d59208ca55b0f4a5f25350552a673adce23ab03b92d893bd57815eb6990c91a33c12cd3652c54998d15e29c SHA512 76f103afa44f5fa03f218d237dfe4565abe1d84937ec2ea5e64662c62d073e93d7b25f1e4f66dcfe13ad36bb08abd081b5d52c092f2f54f12f0bc6cdb4340e85
26
27 diff --git a/media-gfx/scantailor-advanced/files/scantailor-advanced-1.0.14-qt-5.11.patch b/media-gfx/scantailor-advanced/files/scantailor-advanced-1.0.14-qt-5.11.patch
28 deleted file mode 100644
29 index 6443809c102..00000000000
30 --- a/media-gfx/scantailor-advanced/files/scantailor-advanced-1.0.14-qt-5.11.patch
31 +++ /dev/null
32 @@ -1,182 +0,0 @@
33 -From 64a151a3795013f58880d2a5f4ce4688ecb88838 Mon Sep 17 00:00:00 2001
34 -From: Andreas Sturmlechner <andreas.sturmlechner@×××××.com>
35 -Date: Tue, 10 Apr 2018 11:58:00 +0200
36 -Subject: [PATCH] Fix build with Qt 5.11
37 -
38 ----
39 - DefaultParamsDialog.h | 9 ++++++---
40 - ErrorWidget.cpp | 3 +++
41 - filters/deskew/ApplyDialog.h | 3 +++
42 - filters/fix_orientation/ApplyDialog.h | 3 +++
43 - filters/output/ApplyColorsDialog.h | 3 +++
44 - filters/output/ChangeDewarpingDialog.h | 3 +++
45 - filters/output/ChangeDpiDialog.h | 3 +++
46 - filters/page_layout/ApplyDialog.h | 3 +++
47 - filters/page_split/SplitModeDialog.h | 3 +++
48 - filters/select_content/ApplyDialog.h | 3 +++
49 - 10 files changed, 33 insertions(+), 3 deletions(-)
50 -
51 -diff --git a/DefaultParamsDialog.h b/DefaultParamsDialog.h
52 -index d9ec86e..043446c 100644
53 ---- a/DefaultParamsDialog.h
54 -+++ b/DefaultParamsDialog.h
55 -@@ -2,14 +2,17 @@
56 - #ifndef SCANTAILOR_DEFAULTPARAMSDIALOG_H
57 - #define SCANTAILOR_DEFAULTPARAMSDIALOG_H
58 -
59 --#include <QtWidgets/QWidget>
60 --#include <unordered_map>
61 --#include <set>
62 - #include "ui_DefaultParamsDialog.h"
63 - #include "OrthogonalRotation.h"
64 - #include "DefaultParamsProfileManager.h"
65 - #include "DefaultParams.h"
66 -
67 -+#include <QButtonGroup>
68 -+#include <QWidget>
69 -+
70 -+#include <unordered_map>
71 -+#include <set>
72 -+
73 - class DefaultParamsDialog : public QDialog, private Ui::DefaultParamsDialog {
74 - Q_OBJECT
75 - private:
76 -diff --git a/ErrorWidget.cpp b/ErrorWidget.cpp
77 -index fb76cc4..6fb4c68 100644
78 ---- a/ErrorWidget.cpp
79 -+++ b/ErrorWidget.cpp
80 -@@ -18,6 +18,9 @@
81 -
82 - #include "ErrorWidget.h"
83 -
84 -+#include <QIcon>
85 -+#include <QStyle>
86 -+
87 - ErrorWidget::ErrorWidget(const QString& text, Qt::TextFormat fmt) {
88 - setupUi(this);
89 - textLabel->setTextFormat(fmt);
90 -diff --git a/filters/deskew/ApplyDialog.h b/filters/deskew/ApplyDialog.h
91 -index bf1a055..69f18e1 100644
92 ---- a/filters/deskew/ApplyDialog.h
93 -+++ b/filters/deskew/ApplyDialog.h
94 -@@ -22,7 +22,10 @@
95 - #include "PageId.h"
96 - #include "PageSequence.h"
97 - #include "intrusive_ptr.h"
98 -+
99 -+#include <QButtonGroup>
100 - #include <QDialog>
101 -+
102 - #include <set>
103 -
104 - class QButtonGroup;
105 -diff --git a/filters/fix_orientation/ApplyDialog.h b/filters/fix_orientation/ApplyDialog.h
106 -index dcd25d5..e46d30d 100644
107 ---- a/filters/fix_orientation/ApplyDialog.h
108 -+++ b/filters/fix_orientation/ApplyDialog.h
109 -@@ -24,7 +24,10 @@
110 - #include "PageRange.h"
111 - #include "PageSequence.h"
112 - #include "intrusive_ptr.h"
113 -+
114 -+#include <QButtonGroup>
115 - #include <QDialog>
116 -+
117 - #include <vector>
118 - #include <set>
119 -
120 -diff --git a/filters/output/ApplyColorsDialog.h b/filters/output/ApplyColorsDialog.h
121 -index 4c525c7..81f4177 100644
122 ---- a/filters/output/ApplyColorsDialog.h
123 -+++ b/filters/output/ApplyColorsDialog.h
124 -@@ -23,7 +23,10 @@
125 - #include "PageId.h"
126 - #include "PageSequence.h"
127 - #include "intrusive_ptr.h"
128 -+
129 -+#include <QButtonGroup>
130 - #include <QDialog>
131 -+
132 - #include <set>
133 -
134 - class PageSelectionAccessor;
135 -diff --git a/filters/output/ChangeDewarpingDialog.h b/filters/output/ChangeDewarpingDialog.h
136 -index de4f2c3..31ee19d 100644
137 ---- a/filters/output/ChangeDewarpingDialog.h
138 -+++ b/filters/output/ChangeDewarpingDialog.h
139 -@@ -24,8 +24,11 @@
140 - #include "PageId.h"
141 - #include "PageSequence.h"
142 - #include "intrusive_ptr.h"
143 -+
144 -+#include <QButtonGroup>
145 - #include <QDialog>
146 - #include <QString>
147 -+
148 - #include <set>
149 -
150 - class PageSelectionAccessor;
151 -diff --git a/filters/output/ChangeDpiDialog.h b/filters/output/ChangeDpiDialog.h
152 -index 7ce6f58..1b86ac7 100644
153 ---- a/filters/output/ChangeDpiDialog.h
154 -+++ b/filters/output/ChangeDpiDialog.h
155 -@@ -23,8 +23,11 @@
156 - #include "PageId.h"
157 - #include "PageSequence.h"
158 - #include "intrusive_ptr.h"
159 -+
160 -+#include <QButtonGroup>
161 - #include <QDialog>
162 - #include <QString>
163 -+
164 - #include <set>
165 -
166 - class PageSelectionAccessor;
167 -diff --git a/filters/page_layout/ApplyDialog.h b/filters/page_layout/ApplyDialog.h
168 -index ba25154..07f83c3 100644
169 ---- a/filters/page_layout/ApplyDialog.h
170 -+++ b/filters/page_layout/ApplyDialog.h
171 -@@ -24,7 +24,10 @@
172 - #include "PageRange.h"
173 - #include "PageSequence.h"
174 - #include "intrusive_ptr.h"
175 -+
176 -+#include <QButtonGroup>
177 - #include <QDialog>
178 -+
179 - #include <set>
180 -
181 - class PageSelectionAccessor;
182 -diff --git a/filters/page_split/SplitModeDialog.h b/filters/page_split/SplitModeDialog.h
183 -index 2cf9e91..351f1e2 100644
184 ---- a/filters/page_split/SplitModeDialog.h
185 -+++ b/filters/page_split/SplitModeDialog.h
186 -@@ -25,7 +25,10 @@
187 - #include "PageId.h"
188 - #include "PageSequence.h"
189 - #include "intrusive_ptr.h"
190 -+
191 -+#include <QButtonGroup>
192 - #include <QDialog>
193 -+
194 - #include <set>
195 -
196 - class ProjectPages;
197 -diff --git a/filters/select_content/ApplyDialog.h b/filters/select_content/ApplyDialog.h
198 -index f0f7041..a7ff19e 100644
199 ---- a/filters/select_content/ApplyDialog.h
200 -+++ b/filters/select_content/ApplyDialog.h
201 -@@ -24,7 +24,10 @@
202 - #include "PageRange.h"
203 - #include "PageSequence.h"
204 - #include "intrusive_ptr.h"
205 -+
206 -+#include <QButtonGroup>
207 - #include <QDialog>
208 -+
209 - #include <vector>
210 - #include <set>
211 -
212 ---
213 -2.17.0
214 -
215
216 diff --git a/media-gfx/scantailor-advanced/scantailor-advanced-1.0.14.ebuild b/media-gfx/scantailor-advanced/scantailor-advanced-1.0.14.ebuild
217 deleted file mode 100644
218 index 902fbb1a391..00000000000
219 --- a/media-gfx/scantailor-advanced/scantailor-advanced-1.0.14.ebuild
220 +++ /dev/null
221 @@ -1,48 +0,0 @@
222 -# Copyright 1999-2018 Gentoo Foundation
223 -# Distributed under the terms of the GNU General Public License v2
224 -
225 -EAPI=6
226 -
227 -inherit cmake-utils desktop virtualx
228 -
229 -DESCRIPTION="Interactive post-processing tool for scanned pages"
230 -HOMEPAGE="http://scantailor.org/ https://github.com/4lex4/scantailor-advanced"
231 -SRC_URI="https://github.com/4lex4/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
232 -
233 -LICENSE="GPL-2 GPL-3 public-domain"
234 -SLOT="0"
235 -KEYWORDS="~amd64 ~x86"
236 -IUSE=""
237 -
238 -RDEPEND="
239 - dev-qt/qtcore:5
240 - dev-qt/qtgui:5
241 - dev-qt/qtnetwork:5
242 - dev-qt/qtopengl:5
243 - dev-qt/qtwidgets:5
244 - dev-qt/qtxml:5
245 - media-libs/libpng:0=
246 - media-libs/tiff:0
247 - sys-libs/zlib
248 - virtual/jpeg:0
249 - x11-libs/libXrender
250 -"
251 -DEPEND="${RDEPEND}
252 - dev-libs/boost
253 - dev-qt/linguist-tools:5
254 - !media-gfx/scantailor
255 -"
256 -
257 -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
258 -
259 -src_test() {
260 - cd "${CMAKE_BUILD_DIR}" || die
261 - virtx emake test
262 -}
263 -
264 -src_install() {
265 - cmake-utils_src_install
266 -
267 - newicon resources/appicon.svg ${PN}.svg
268 - make_desktop_entry ${PN} "Scan Tailor Advanced"
269 -}
270
271 diff --git a/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16.ebuild b/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16.ebuild
272 deleted file mode 100644
273 index be247dca96b..00000000000
274 --- a/media-gfx/scantailor-advanced/scantailor-advanced-1.0.16.ebuild
275 +++ /dev/null
276 @@ -1,48 +0,0 @@
277 -# Copyright 1999-2019 Gentoo Authors
278 -# Distributed under the terms of the GNU General Public License v2
279 -
280 -EAPI=7
281 -
282 -inherit cmake desktop virtualx
283 -
284 -DESCRIPTION="Interactive post-processing tool for scanned pages"
285 -HOMEPAGE="http://scantailor.org/ https://github.com/4lex4/scantailor-advanced"
286 -SRC_URI="https://github.com/4lex4/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
287 -
288 -LICENSE="GPL-2 GPL-3 public-domain"
289 -SLOT="0"
290 -KEYWORDS="~amd64 ~x86"
291 -IUSE=""
292 -
293 -RDEPEND="
294 - dev-qt/qtcore:5
295 - dev-qt/qtgui:5
296 - dev-qt/qtnetwork:5
297 - dev-qt/qtopengl:5
298 - dev-qt/qtwidgets:5
299 - dev-qt/qtxml:5
300 - media-libs/libpng:0=
301 - media-libs/tiff:0
302 - sys-libs/zlib
303 - virtual/jpeg:0
304 - x11-libs/libXrender
305 -"
306 -DEPEND="${RDEPEND}
307 - dev-libs/boost
308 - dev-qt/linguist-tools:5
309 - !media-gfx/scantailor
310 -"
311 -
312 -PATCHES=( "${FILESDIR}"/${P}-tests.patch )
313 -
314 -src_test() {
315 - cd "${CMAKE_BUILD_DIR}" || die
316 - virtx cmake_src_test
317 -}
318 -
319 -src_install() {
320 - cmake_src_install
321 -
322 - newicon resources/appicon.svg ${PN}.svg
323 - make_desktop_entry ${PN} "Scan Tailor Advanced"
324 -}