Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tracker-miners/, app-misc/tracker-miners/files/
Date: Sun, 27 Mar 2022 05:07:45
Message-Id: 1648357647.e9c107ac11d4b9725cc2219a31d35d59d2d26a9b.mattst88@gentoo
1 commit: e9c107ac11d4b9725cc2219a31d35d59d2d26a9b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 05:07:27 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 05:07:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c107ac
7
8 app-misc/tracker-miners: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-misc/tracker-miners/Manifest | 1 -
13 .../files/2.3.5-fix-autostart-build.patch | 80 -----------
14 .../tracker-miners/tracker-miners-2.3.5-r1.ebuild | 159 ---------------------
15 3 files changed, 240 deletions(-)
16
17 diff --git a/app-misc/tracker-miners/Manifest b/app-misc/tracker-miners/Manifest
18 index 02ab7b7bb733..5be38922a013 100644
19 --- a/app-misc/tracker-miners/Manifest
20 +++ b/app-misc/tracker-miners/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST tracker-miners-2.3.5.tar.xz 3128428 BLAKE2B a45c642fb03433a6cf12d0904a82498aa6645f97ac70b1cfe04cc3b739b33b5d3fe307cd96f45a5a4af8927f029b4eade60195d2f72c1a684aa26ee723025d8a SHA512 13da1106bc1bc8a550093c4d1bf4336a205f636e0487dc9d42cee9ce2666eca73ead479fd04f03ccf15acb4e3b27a1c898860f63bdfa69ca74b02aa041731fa9
23 DIST tracker-miners-3.2.1.tar.xz 4074476 BLAKE2B dfadb33f70462f8373d526ed7fce63553808b7b38ae444dcc67c2f9a0b5f4821526491ced9e43608793ef3190cb200a5fc1a7dee24ead02001b600cbb09931b9 SHA512 d3767f714cbda1688aecced96c6e9b6c51e69018db872e0427c98b09aacea3274b446dd85df1196dd4b24358dcabe6780abec9cc9f44af70261ef6bc74b78c2c
24 DIST tracker-miners-3.2.2.tar.xz 4073752 BLAKE2B f2fe63cb6ea0704152305c8922d6a557cb24dd507d9ea00e8d800de50bd04ad1f373503ecd8b734c6dc74568a8ec370b2a8b29b6ca4d8512d420a938b1b179df SHA512 03508ef2bbfe3030c4afaaea740739b91e4b1c1dde364f801cf7deeb2358abde3561f7e1b43eeae97acbb010f7fcc063d7cd46578089cf1e1fc736d219c91b62
25 DIST tracker-miners-3.3.0.tar.xz 7243888 BLAKE2B 3dcbb03808e823e46141ddc13c074a5e066d1b41b32291b8ad1d1ff7896ee6c7c1f09b1792555324ad54ea55481a5641c0426b09e7960506ff77717f756300ad SHA512 ef28abf48633125e2386cc6c9cc4afbc8c203cfd6fcd31eb6928eb6132e033be232e1141655b5d517e66170c5abb3799f9ea3c76f4b5db66e18524aea59f3969
26
27 diff --git a/app-misc/tracker-miners/files/2.3.5-fix-autostart-build.patch b/app-misc/tracker-miners/files/2.3.5-fix-autostart-build.patch
28 deleted file mode 100644
29 index 85f201bcf051..000000000000
30 --- a/app-misc/tracker-miners/files/2.3.5-fix-autostart-build.patch
31 +++ /dev/null
32 @@ -1,80 +0,0 @@
33 -From e7b6d5f8b7541a4693c61be5d210fad85a5c9d06 Mon Sep 17 00:00:00 2001
34 -From: Carlos Garnacho <carlosg@×××××.org>
35 -Date: Sat, 12 Sep 2020 13:37:11 +0200
36 -Subject: [PATCH] build: Fix -Dautostart=true
37 -
38 -Meson doesn't seem to like that we use install_data() with custom target
39 -results. Make this option toggle the "install" keyword argument in the
40 -custom target itself.
41 ----
42 - src/miners/fs/meson.build | 10 +++-------
43 - src/miners/rss/meson.build | 10 +++-------
44 - src/tracker-extract/meson.build | 10 +++-------
45 - 3 files changed, 9 insertions(+), 21 deletions(-)
46 -
47 -diff --git a/src/miners/fs/meson.build b/src/miners/fs/meson.build
48 -index a770516c9..5a23bd06c 100644
49 ---- a/src/miners/fs/meson.build
50 -+++ b/src/miners/fs/meson.build
51 -@@ -54,13 +54,9 @@ desktop_file_untranslated = configure_file(
52 - desktop_file = custom_target('tracker-miner-fs-desktop-file',
53 - input: desktop_file_untranslated,
54 - output: 'tracker-miner-fs.desktop',
55 -- command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'])
56 --
57 --if get_option('autostart')
58 -- install_data(desktop_file,
59 -- install: true,
60 -- install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))
61 --endif
62 -+ command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'],
63 -+ install: get_option('autostart'),
64 -+ install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))
65 -
66 - if install_systemd_user_services
67 - configure_file(
68 -diff --git a/src/miners/rss/meson.build b/src/miners/rss/meson.build
69 -index f540befe2..0bf0bb765 100644
70 ---- a/src/miners/rss/meson.build
71 -+++ b/src/miners/rss/meson.build
72 -@@ -31,13 +31,9 @@ desktop_file_untranslated = configure_file(
73 - desktop_file = custom_target('tracker-miner-rss-desktop-file',
74 - input: desktop_file_untranslated,
75 - output: 'tracker-miner-rss.desktop',
76 -- command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'])
77 --
78 --if get_option('autostart')
79 -- install_data(desktop_file,
80 -- install: true,
81 -- install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))
82 --endif
83 -+ command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'],
84 -+ install: get_option('autostart'),
85 -+ install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))
86 -
87 - if install_systemd_user_services
88 - configure_file(
89 -diff --git a/src/tracker-extract/meson.build b/src/tracker-extract/meson.build
90 -index 239907179..aec37bfcc 100644
91 ---- a/src/tracker-extract/meson.build
92 -+++ b/src/tracker-extract/meson.build
93 -@@ -189,13 +189,9 @@ desktop_file_untranslated = configure_file(
94 - desktop_file = custom_target('tracker-extract-desktop-file',
95 - input: desktop_file_untranslated,
96 - output: 'tracker-extract.desktop',
97 -- command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'])
98 --
99 --if get_option('autostart')
100 -- install_data(desktop_file,
101 -- install: true,
102 -- install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))
103 --endif
104 -+ command: ['intltool-merge', '--quiet', '--desktop-style', '--utf8', join_paths(meson.source_root(), 'po'), '@INPUT@', '@OUTPUT@'],
105 -+ install: get_option('autostart'),
106 -+ install_dir: join_paths(get_option('sysconfdir'), 'xdg/autostart'))
107 -
108 - if install_systemd_user_services
109 - configure_file(
110 ---
111 -2.27.0
112 -
113
114 diff --git a/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild b/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild
115 deleted file mode 100644
116 index 804672ef7215..000000000000
117 --- a/app-misc/tracker-miners/tracker-miners-2.3.5-r1.ebuild
118 +++ /dev/null
119 @@ -1,159 +0,0 @@
120 -# Copyright 1999-2021 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=7
124 -PYTHON_COMPAT=( python3_{7..9} )
125 -
126 -inherit gnome.org gnome2-utils meson python-any-r1 systemd xdg
127 -
128 -DESCRIPTION="Collection of data extractors for Tracker/Nepomuk"
129 -HOMEPAGE="https://wiki.gnome.org/Projects/Tracker"
130 -
131 -LICENSE="GPL-2+ LGPL-2.1+"
132 -SLOT="0"
133 -IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg +pdf +playlist raw +rss seccomp test +tiff upower +xml xmp xps"
134 -
135 -REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via gstreamer, not ffmpeg
136 -RESTRICT="!test? ( test )"
137 -
138 -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
139 -
140 -# tracker-2.1.7 currently always depends on ICU (theoretically could be libunistring instead); so choose ICU over enca always here for the time being (ICU is preferred)
141 -RDEPEND="
142 - >=dev-libs/glib-2.46:2
143 - >=app-misc/tracker-2.2.0:0=
144 - gstreamer? (
145 - media-libs/gstreamer:1.0
146 - media-libs/gst-plugins-base:1.0
147 - media-plugins/gst-plugins-meta:1.0 )
148 - !gstreamer? (
149 - ffmpeg? ( media-video/ffmpeg:0= ) )
150 -
151 - >=sys-apps/dbus-1.3.1
152 - xmp? ( >=media-libs/exempi-2.1.0:= )
153 - raw? ( media-libs/gexiv2 )
154 - >=dev-libs/icu-4.8.1.2:=
155 - cue? ( media-libs/libcue:= )
156 - exif? ( >=media-libs/libexif-0.6 )
157 - gsf? ( >=gnome-extra/libgsf-1.14.24:= )
158 - xps? ( app-text/libgxps )
159 - iptc? ( media-libs/libiptcdata )
160 - jpeg? ( virtual/jpeg:0 )
161 - iso? ( >=sys-libs/libosinfo-0.2.10 )
162 - >=media-libs/libpng-1.2:0=
163 - seccomp? ( >=sys-libs/libseccomp-2.0 )
164 - tiff? ( media-libs/tiff:0 )
165 - xml? ( >=dev-libs/libxml2-2.6 )
166 - pdf? ( >=app-text/poppler-0.16.0[cairo] )
167 - playlist? ( >=dev-libs/totem-pl-parser-3:= )
168 - upower? ( >=sys-power/upower-0.9.0 )
169 - sys-libs/zlib:0
170 - gif? ( media-libs/giflib:= )
171 -
172 - rss? ( >=net-libs/libgrss-0.7:0 )
173 - app-arch/gzip
174 -"
175 -DEPEND="${RDEPEND}"
176 -BDEPEND="
177 - dev-util/glib-utils
178 - dev-util/gdbus-codegen
179 -
180 - >=dev-util/intltool-0.40.0
181 - >=sys-devel/gettext-0.19.8
182 - virtual/pkgconfig
183 - test? ( ${PYTHON_DEPS}
184 - gstreamer? (
185 - media-libs/gstreamer:1.0[introspection]
186 - || ( media-plugins/gst-plugins-libav:1.0
187 - media-plugins/gst-plugins-openh264:1.0 )
188 - ) )
189 -"
190 -# intltool-merge manually called in meson.build in 2.3.5
191 -
192 -PATCHES=(
193 - "${FILESDIR}"/${PV}-fix-autostart-build.patch
194 -)
195 -
196 -pkg_setup() {
197 - use test && python-any-r1_pkg_setup
198 -}
199 -
200 -src_prepare() {
201 - # Avoid gst-inspect calls that may trigger sandbox; instead assume the detection will succeed and add the needed test deps for that
202 - if use gstreamer; then
203 - sed -i -e 's:detect-h264-codec.sh:/bin/true:' tests/functional-tests/meson.build || die
204 - else
205 - sed -i -e 's:detect-h264-codec.sh:/bin/false:' tests/functional-tests/meson.build || die
206 - fi
207 - xdg_src_prepare
208 - gnome2_environment_reset # sets gstreamer safety variables
209 -}
210 -
211 -src_configure() {
212 - local media_extractor="none"
213 - if use gstreamer ; then
214 - media_extractor="gstreamer"
215 - elif use ffmpeg ; then
216 - media_extractor="libav"
217 - fi
218 -
219 - local emesonargs=(
220 - -Dtracker_core=system
221 -
222 - -Ddocs=true
223 - -Dextract=true
224 - -Dfunctional_tests=false # currently broken, may fare better in 2.2.3 or 2.3; if re-enabled re-add dconf test dep
225 - #$(meson_use test functional_tests)
226 - -Dminer_fs=true
227 - $(meson_use rss miner_rss)
228 - -Dwriteback=true
229 - -Dabiword=true
230 - -Ddvi=true
231 - -Dicon=true
232 - -Dmp3=true
233 - -Dps=true
234 - -Dtext=true
235 - -Dunzip_ps_gz_files=true # spawns gunzip
236 -
237 - $(meson_feature cue)
238 - $(meson_feature exif)
239 - -Dflac=disabled # never use external flac extractor - gst-plugins-flac is for that; ffmpeg one is maybe worse, but that's non-default
240 - $(meson_feature gif)
241 - $(meson_feature gsf)
242 - $(meson_feature iptc)
243 - $(meson_feature iso)
244 - $(meson_feature jpeg)
245 - $(meson_feature pdf)
246 - $(meson_feature playlist)
247 - -Dpng=enabled
248 - $(meson_feature raw)
249 - $(meson_feature tiff)
250 - -Dvorbis=disabled # never use external vorbis extractor - gst-plugins-base[vorbis] is for that; ffmpeg one is maybe worse, but that's non-default
251 - $(meson_feature xml)
252 - $(meson_feature xmp)
253 - $(meson_feature xps)
254 -
255 - -Dbattery_detection=$(usex upower upower none)
256 - -Dcharset_detection=icu # enca is a possibility, but right now we have tracker core always dep on icu and icu is preferred over enca
257 - -Dgeneric_media_extractor=${media_extractor}
258 - # gupnp gstreamer_backend is in bad state, upstream suggests to use discoverer, which is the default
259 - -Dautostart=false # false to co-exist with tracker-miners-3
260 - -Dsystemd_user_services="$(systemd_get_userunitdir)"
261 - )
262 - meson_src_configure
263 -}
264 -
265 -src_test() {
266 - export GSETTINGS_BACKEND="dconf" # Tests require dconf and explicitly check for it (env_reset set it to "memory")
267 - dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
268 -}
269 -
270 -pkg_postinst() {
271 - xdg_pkg_postinst
272 - gnome2_schemas_update
273 -}
274 -
275 -pkg_postrm() {
276 - xdg_pkg_postrm
277 - gnome2_schemas_update
278 -}