Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotoxx/
Date: Fri, 02 Sep 2022 12:54:41
Message-Id: 1662123271.2b43d83e78c480783bdad0f6edb9b6733b229aec.bkohler@gentoo
1 commit: 2b43d83e78c480783bdad0f6edb9b6733b229aec
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 12:54:18 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 12:54:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b43d83e
7
8 media-gfx/fotoxx: drop 22.16, 22.18, 22.30
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 media-gfx/fotoxx/Manifest | 3 --
13 media-gfx/fotoxx/fotoxx-22.16.ebuild | 80 ------------------------------------
14 media-gfx/fotoxx/fotoxx-22.18.ebuild | 80 ------------------------------------
15 media-gfx/fotoxx/fotoxx-22.30.ebuild | 80 ------------------------------------
16 4 files changed, 243 deletions(-)
17
18 diff --git a/media-gfx/fotoxx/Manifest b/media-gfx/fotoxx/Manifest
19 index d2d2f8d540f8..a6a298bd6a05 100644
20 --- a/media-gfx/fotoxx/Manifest
21 +++ b/media-gfx/fotoxx/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST fotoxx-22.16.tar.gz 8984376 BLAKE2B 4a5665313133405b4a53d7e40986e37601b5c9552f20c07d5f0889f3dacbabce1b4a712fcb216fe3358e7ad1de12da608961a996b081e4b3d644c5581ebcc6ee SHA512 ff78b0d7bbde0de5d98ac42d63c36f4bdcd425ae210dfcda6f64f4307be02dfca2966475df3f962751f73afc8e9442d2eb975725db31745109e174fe1665f804
24 -DIST fotoxx-22.18.tar.gz 8917288 BLAKE2B 252e0e4a812e1f510da29f844f1f854f779c44f49d864952a5fb151f27bbac8af207308352f20ed976986cff8a6ce0a78f8d57b874d630d32a4d928f06dc820e SHA512 385a01201d18f75f5b2f6d2f3609c90fae7ba016279c42f3b0aaee65c0c28c71eae6d589ace71a9714629838d2de57ac93cb24c05339aadb6a3751e3081af795
25 DIST fotoxx-22.20.tar.gz 8687337 BLAKE2B 013a1f154ea9971c5ff5c33f3ab62bcec9a364f0d47a65648b251966a0b798e00dd80ced399bcfb3657cf2e95534d1e694dc2d2c36066502ddc3b50a645cdba0 SHA512 c9b6cb298546ab121be6ef2c907ce51e4a4060a52829ed1ef51475ae1e542c7cb39037402381969519907a2a66bd8f741452786ff3a25f30fbbd22b24032a436
26 -DIST fotoxx-22.30.tar.gz 8692758 BLAKE2B 34688f3328af3e656ccaddd7f0656d4ac9e4f09d87e0960018ba773a80ead7f8776d4457986b9af537c46f9279da87c41b06d5ad6f3b3db108892dbd3819ab56 SHA512 9e10971e5ffed807bf0c6f1cc9c885d3a09f43b8a2004c1752863c4caf17a9d159fd1321f73e61f91f5e2e2cc737d2c45b60e44962de4976aa2605b713314b22
27 DIST fotoxx-22.31.tar.gz 8647063 BLAKE2B ae636f9e2993cab3fa5cd8c432a051b42d23fa1a500c14cdfc13c1854c576ee60b25780e7bab4fa46734fab8de5839e4d0d639d759ff12cd2a52f5c8d704bdfe SHA512 06da8d87e5ff59cd32575720ffba7422d858e8bce6e126af61cdd30891c4a1f8f4a3b1429ae732adfe25b6373af2782abde2fefa2c9fb5c147458ad82270c20d
28
29 diff --git a/media-gfx/fotoxx/fotoxx-22.16.ebuild b/media-gfx/fotoxx/fotoxx-22.16.ebuild
30 deleted file mode 100644
31 index ea85a70053fc..000000000000
32 --- a/media-gfx/fotoxx/fotoxx-22.16.ebuild
33 +++ /dev/null
34 @@ -1,80 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit optfeature xdg-utils
41 -
42 -DESCRIPTION="Program for improving image files made with a digital camera"
43 -HOMEPAGE="https://kornelix.net/fotoxx/fotoxx.html"
44 -SRC_URI="https://kornelix.net/downloads/downloads/${P}.tar.gz"
45 -
46 -LICENSE="GPL-3+"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86"
49 -IUSE=""
50 -
51 -# For required dependencies read doc/README, for required tools read
52 -# data/userguide [INSTALLATION]. xdg-open (x11-misc/xdg-utils) is an
53 -# alternative to firefox and chromium-browser. `grep '"which ' * -R`
54 -# is helpful to report some required tools run via the shell.
55 -
56 -DEPEND="
57 - media-libs/clutter
58 - media-libs/clutter-gtk
59 - media-libs/lcms:2
60 - media-libs/libjpeg-turbo:=
61 - media-libs/libpng:0
62 - media-libs/tiff:0
63 - media-libs/libchamplain[gtk]
64 - x11-libs/gtk+:3"
65 -RDEPEND="
66 - ${DEPEND}
67 - media-gfx/dcraw
68 - media-libs/exiftool
69 - x11-misc/xdg-utils
70 -"
71 -
72 -S="${WORKDIR}/${PN}"
73 -
74 -PATCHES=( "${FILESDIR}/${PN}-21.40-documentation.patch" )
75 -
76 -DOCS=()
77 -HTML_DOCS=()
78 -
79 -src_prepare() {
80 - sed -i -e "/^DOCDIR/ s/${PN}$/${PF}/" Makefile || die
81 - default
82 -}
83 -
84 -src_install() {
85 - # For the Help menu items to work, *.html must be in /usr/share/doc/${PF},
86 - # and README, changelog, copyright, license, etc. must not be compressed.
87 - emake DESTDIR="${D}" install
88 - rm -f "${D}"/usr/share/doc/${PF}/*.man || die
89 - docompress -x /usr/share/doc
90 -}
91 -
92 -pkg_postinst() {
93 - optfeature "HEIC file support" media-libs/libheif
94 - optfeature "additional RAW file support" media-gfx/rawtherapee
95 - optfeature "additional RAW file support" media-gfx/darktable
96 - optfeature "video thumbnails & playback" media-video/ffmpeg
97 - optfeature "copying images to optical media" app-cdr/dvd+rw-tools
98 - optfeature "WEBP file support" media-libs/libwebp
99 -
100 - elog
101 - elog "Please read the Help > User Guide for details. The source location is"
102 - elog "/usr/share/fotoxx/data/userguide and after running fotoxx a copy will"
103 - elog "be placed at /home/<user>/.fotoxx/userguide."
104 - elog
105 - elog "To play videos, in Tools > Preferences set 'Video File Play Command'."
106 - elog
107 - xdg_desktop_database_update
108 - xdg_mimeinfo_database_update
109 -}
110 -
111 -pkg_postrm() {
112 - xdg_desktop_database_update
113 - xdg_mimeinfo_database_update
114 -}
115
116 diff --git a/media-gfx/fotoxx/fotoxx-22.18.ebuild b/media-gfx/fotoxx/fotoxx-22.18.ebuild
117 deleted file mode 100644
118 index 5819421d21bf..000000000000
119 --- a/media-gfx/fotoxx/fotoxx-22.18.ebuild
120 +++ /dev/null
121 @@ -1,80 +0,0 @@
122 -# Copyright 1999-2022 Gentoo Authors
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=7
126 -
127 -inherit optfeature xdg-utils
128 -
129 -DESCRIPTION="Program for improving image files made with a digital camera"
130 -HOMEPAGE="https://kornelix.net/fotoxx/fotoxx.html"
131 -SRC_URI="https://kornelix.net/downloads/downloads/${P}.tar.gz"
132 -
133 -LICENSE="GPL-3+"
134 -SLOT="0"
135 -KEYWORDS="~amd64 ~arm64 ~x86"
136 -IUSE=""
137 -
138 -# For required dependencies read doc/README, for required tools read
139 -# data/userguide [INSTALLATION]. xdg-open (x11-misc/xdg-utils) is an
140 -# alternative to firefox and chromium-browser. `grep '"which ' * -R`
141 -# is helpful to report some required tools run via the shell.
142 -
143 -DEPEND="
144 - media-libs/clutter
145 - media-libs/clutter-gtk
146 - media-libs/lcms:2
147 - media-libs/libjpeg-turbo:=
148 - media-libs/libpng:0
149 - media-libs/tiff:0
150 - media-libs/libchamplain[gtk]
151 - x11-libs/gtk+:3"
152 -RDEPEND="
153 - ${DEPEND}
154 - media-gfx/dcraw
155 - media-libs/exiftool
156 - x11-misc/xdg-utils
157 -"
158 -
159 -S="${WORKDIR}/${PN}"
160 -
161 -PATCHES=( "${FILESDIR}/${PN}-22.18-documentation.patch" )
162 -
163 -DOCS=()
164 -HTML_DOCS=()
165 -
166 -src_prepare() {
167 - sed -i -e "/^DOCDIR/ s/${PN}$/${PF}/" Makefile || die
168 - default
169 -}
170 -
171 -src_install() {
172 - # For the Help menu items to work, *.html must be in /usr/share/doc/${PF},
173 - # and README, changelog, copyright, license, etc. must not be compressed.
174 - emake DESTDIR="${D}" install
175 - rm -f "${D}"/usr/share/doc/${PF}/*.man || die
176 - docompress -x /usr/share/doc
177 -}
178 -
179 -pkg_postinst() {
180 - optfeature "HEIC file support" media-libs/libheif
181 - optfeature "additional RAW file support" media-gfx/rawtherapee
182 - optfeature "additional RAW file support" media-gfx/darktable
183 - optfeature "video thumbnails & playback" media-video/ffmpeg
184 - optfeature "copying images to optical media" app-cdr/dvd+rw-tools
185 - optfeature "WEBP file support" media-libs/libwebp
186 -
187 - elog
188 - elog "Please read the Help > User Guide for details. The source location is"
189 - elog "/usr/share/fotoxx/data/userguide and after running fotoxx a copy will"
190 - elog "be placed at /home/<user>/.fotoxx/userguide."
191 - elog
192 - elog "To play videos, in Tools > Preferences set 'Video File Play Command'."
193 - elog
194 - xdg_desktop_database_update
195 - xdg_mimeinfo_database_update
196 -}
197 -
198 -pkg_postrm() {
199 - xdg_desktop_database_update
200 - xdg_mimeinfo_database_update
201 -}
202
203 diff --git a/media-gfx/fotoxx/fotoxx-22.30.ebuild b/media-gfx/fotoxx/fotoxx-22.30.ebuild
204 deleted file mode 100644
205 index 5819421d21bf..000000000000
206 --- a/media-gfx/fotoxx/fotoxx-22.30.ebuild
207 +++ /dev/null
208 @@ -1,80 +0,0 @@
209 -# Copyright 1999-2022 Gentoo Authors
210 -# Distributed under the terms of the GNU General Public License v2
211 -
212 -EAPI=7
213 -
214 -inherit optfeature xdg-utils
215 -
216 -DESCRIPTION="Program for improving image files made with a digital camera"
217 -HOMEPAGE="https://kornelix.net/fotoxx/fotoxx.html"
218 -SRC_URI="https://kornelix.net/downloads/downloads/${P}.tar.gz"
219 -
220 -LICENSE="GPL-3+"
221 -SLOT="0"
222 -KEYWORDS="~amd64 ~arm64 ~x86"
223 -IUSE=""
224 -
225 -# For required dependencies read doc/README, for required tools read
226 -# data/userguide [INSTALLATION]. xdg-open (x11-misc/xdg-utils) is an
227 -# alternative to firefox and chromium-browser. `grep '"which ' * -R`
228 -# is helpful to report some required tools run via the shell.
229 -
230 -DEPEND="
231 - media-libs/clutter
232 - media-libs/clutter-gtk
233 - media-libs/lcms:2
234 - media-libs/libjpeg-turbo:=
235 - media-libs/libpng:0
236 - media-libs/tiff:0
237 - media-libs/libchamplain[gtk]
238 - x11-libs/gtk+:3"
239 -RDEPEND="
240 - ${DEPEND}
241 - media-gfx/dcraw
242 - media-libs/exiftool
243 - x11-misc/xdg-utils
244 -"
245 -
246 -S="${WORKDIR}/${PN}"
247 -
248 -PATCHES=( "${FILESDIR}/${PN}-22.18-documentation.patch" )
249 -
250 -DOCS=()
251 -HTML_DOCS=()
252 -
253 -src_prepare() {
254 - sed -i -e "/^DOCDIR/ s/${PN}$/${PF}/" Makefile || die
255 - default
256 -}
257 -
258 -src_install() {
259 - # For the Help menu items to work, *.html must be in /usr/share/doc/${PF},
260 - # and README, changelog, copyright, license, etc. must not be compressed.
261 - emake DESTDIR="${D}" install
262 - rm -f "${D}"/usr/share/doc/${PF}/*.man || die
263 - docompress -x /usr/share/doc
264 -}
265 -
266 -pkg_postinst() {
267 - optfeature "HEIC file support" media-libs/libheif
268 - optfeature "additional RAW file support" media-gfx/rawtherapee
269 - optfeature "additional RAW file support" media-gfx/darktable
270 - optfeature "video thumbnails & playback" media-video/ffmpeg
271 - optfeature "copying images to optical media" app-cdr/dvd+rw-tools
272 - optfeature "WEBP file support" media-libs/libwebp
273 -
274 - elog
275 - elog "Please read the Help > User Guide for details. The source location is"
276 - elog "/usr/share/fotoxx/data/userguide and after running fotoxx a copy will"
277 - elog "be placed at /home/<user>/.fotoxx/userguide."
278 - elog
279 - elog "To play videos, in Tools > Preferences set 'Video File Play Command'."
280 - elog
281 - xdg_desktop_database_update
282 - xdg_mimeinfo_database_update
283 -}
284 -
285 -pkg_postrm() {
286 - xdg_desktop_database_update
287 - xdg_mimeinfo_database_update
288 -}