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: Sun, 02 Jan 2022 13:14:17
Message-Id: 1641129234.c374e5c389066908159aac002595c2277f508dec.bkohler@gentoo
1 commit: c374e5c389066908159aac002595c2277f508dec
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 13:13:54 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 13:13:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c374e5c3
7
8 media-gfx/fotoxx: drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 media-gfx/fotoxx/Manifest | 2 -
14 media-gfx/fotoxx/fotoxx-21.50.ebuild | 81 ------------------------------------
15 media-gfx/fotoxx/fotoxx-21.55.ebuild | 81 ------------------------------------
16 3 files changed, 164 deletions(-)
17
18 diff --git a/media-gfx/fotoxx/Manifest b/media-gfx/fotoxx/Manifest
19 index 1bb9e2dc684f..fc17819462da 100644
20 --- a/media-gfx/fotoxx/Manifest
21 +++ b/media-gfx/fotoxx/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST fotoxx-21.50.tar.gz 8693590 BLAKE2B d3bed82c3e856d6ce2433e0357955f32d462d0dfcf8de673a7c0fbe8aeeea766711c2617730c6a83501b07bd5f5ab60c9d56caeacd6ea938428758a39b5a75b3 SHA512 018735ff4b1fc99a64eccb05af05e9858f9dfce3c6925704f1739c22a49d3209f66d668b21cb6030d971bbe116c978c5d491aaba033683d5ed5268ee0e46ff9e
24 -DIST fotoxx-21.55.tar.gz 8667304 BLAKE2B 9a324883ba29d8847763985ff33d3e7eaf2a73449fab9c60dee05144c5dc98caf8bef8ce886736fcfae38a7f58526bfb3868da3d3ae2a283ecfabf1bb8858061 SHA512 a207a861b1bc2d8a41ec36a58b1bc9f61db380ae651dee98faf295a1e98730b7fed5a361ab0f09630d8d0f170e58bdf897424ca1d86f27cb669e75f305ea3fb8
25 DIST fotoxx-21.60.tar.gz 8679841 BLAKE2B ec3dcbd0b937d730692e225fec7530ac46390328ae960e8960df7d252bc0cd8630de84bf47dfaf74c1e07855b4b0959e596e5e515ea00a6c430872359b2b4576 SHA512 ac999fcc70acd92c54e85ad276112aaa7f1b7606ea70381d6f833d829fd92c14aacad7a967838e5d28fce80cfa6da8ef05e0ee49b463210cb66a3f8ffc3d22e7
26 DIST fotoxx-22.1.tar.gz 8801382 BLAKE2B 9090d2ea0ddfcb91758fbe0b8c6b81fd3c764eef1cac8098c5ae5f4dba37b5426bc4d5dee6b7d36519f62b28bee7f3f45aa29a7c6f92209f193a5a5f0775ae7b SHA512 41335113cd37490d02112760845b6e0bc631c448a0bdfe0435082836c86a1e125fbbe8a0efd30aae4ec7e86f43a67c9b6697e47263424e5093c7a475450ee7bc
27
28 diff --git a/media-gfx/fotoxx/fotoxx-21.50.ebuild b/media-gfx/fotoxx/fotoxx-21.50.ebuild
29 deleted file mode 100644
30 index d9e91deab328..000000000000
31 --- a/media-gfx/fotoxx/fotoxx-21.50.ebuild
32 +++ /dev/null
33 @@ -1,81 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit optfeature xdg-utils
40 -
41 -DESCRIPTION="Program for improving image files made with a digital camera"
42 -HOMEPAGE="https://kornelix.net/fotoxx/fotoxx.html"
43 -SRC_URI="https://kornelix.net/downloads/downloads/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3+"
46 -SLOT="0"
47 -KEYWORDS="amd64 ~arm64 x86"
48 -IUSE=""
49 -
50 -# For required dependencies read doc/README, for required tools read
51 -# data/userguide [INSTALLATION]. xdg-open (x11-misc/xdg-utils) is an
52 -# alternative to firefox and chromium-browser. `grep '"which ' * -R`
53 -# is helpful to report some required tools run via the shell.
54 -
55 -DEPEND="
56 - media-libs/clutter
57 - media-libs/clutter-gtk
58 - media-libs/lcms:2
59 - media-libs/libpng:0
60 - media-libs/tiff:0
61 - media-libs/libchamplain[gtk]
62 - virtual/jpeg
63 - x11-libs/gtk+:3"
64 -RDEPEND="
65 - ${DEPEND}
66 - media-gfx/dcraw
67 - media-libs/exiftool
68 - x11-misc/xdg-utils
69 -"
70 -
71 -S="${WORKDIR}/${PN}"
72 -
73 -PATCHES=( "${FILESDIR}/${PN}-21.40-documentation.patch" )
74 -
75 -DOCS=()
76 -HTML_DOCS=()
77 -
78 -src_prepare() {
79 - sed -i -e "/^DOCDIR/ s/${PN}$/${PF}/" Makefile || die
80 - default
81 -}
82 -
83 -src_install() {
84 - # For the Help menu items to work, *.html must be in /usr/share/doc/${PF},
85 - # and README, changelog, copyright, license, etc. must not be compressed.
86 - emake DESTDIR="${D}" install
87 - rm -f "${D}"/usr/share/doc/${PF}/*.man || die
88 - docompress -x /usr/share/doc
89 -}
90 -
91 -pkg_postinst() {
92 - optfeature "HEIC file support" media-libs/libheif
93 - optfeature "additional RAW file support" media-gfx/rawtherapee
94 - optfeature "additional RAW file support" media-gfx/darktable
95 - optfeature "video thumbnails & playback" media-video/ffmpeg
96 - optfeature "copying images to optical media" app-cdr/dvd+rw-tools
97 - optfeature "additional panorama support" media-gfx/hugin
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-21.55.ebuild b/media-gfx/fotoxx/fotoxx-21.55.ebuild
117 deleted file mode 100644
118 index 12a78336fe75..000000000000
119 --- a/media-gfx/fotoxx/fotoxx-21.55.ebuild
120 +++ /dev/null
121 @@ -1,81 +0,0 @@
122 -# Copyright 1999-2021 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/libpng:0
148 - media-libs/tiff:0
149 - media-libs/libchamplain[gtk]
150 - virtual/jpeg
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}-21.40-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 "additional panorama support" media-gfx/hugin
186 - optfeature "WEBP file support" media-libs/libwebp
187 -
188 - elog
189 - elog "Please read the Help > User Guide for details. The source location is"
190 - elog "/usr/share/fotoxx/data/userguide and after running fotoxx a copy will"
191 - elog "be placed at /home/<user>/.fotoxx/userguide."
192 - elog
193 - elog "To play videos, in Tools > Preferences set 'Video File Play Command'."
194 - elog
195 - xdg_desktop_database_update
196 - xdg_mimeinfo_database_update
197 -}
198 -
199 -pkg_postrm() {
200 - xdg_desktop_database_update
201 - xdg_mimeinfo_database_update
202 -}