summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-28 08:26:46 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-28 08:26:46 +0100
commit245b36edc4cce78742db8df2d794cf3b9bec27a6 (patch)
treefa9ca86b77aeae071c021470b935699e5f633bcd /media-gfx
parentdev-python/python-socks: Bump to 2.6.1 (diff)
downloadgentoo-245b36edc4cce78742db8df2d794cf3b9bec27a6.tar.gz
gentoo-245b36edc4cce78742db8df2d794cf3b9bec27a6.tar.bz2
gentoo-245b36edc4cce78742db8df2d794cf3b9bec27a6.zip
media-gfx/fotema: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/fotema/Manifest2
-rw-r--r--media-gfx/fotema/fotema-1.14.2-r2.ebuild89
-rw-r--r--media-gfx/fotema/fotema-1.14.3-r1.ebuild89
3 files changed, 0 insertions, 180 deletions
diff --git a/media-gfx/fotema/Manifest b/media-gfx/fotema/Manifest
index cc3fce6ad625..549013135e5f 100644
--- a/media-gfx/fotema/Manifest
+++ b/media-gfx/fotema/Manifest
@@ -1,3 +1 @@
-DIST fotema-1.14.2.tar.xz 78468972 BLAKE2B 59974a873381dd40cf80f274bb2fcd3763fbf946f168491e25f76f56c1646754b7cf49dd174a25726133fd774d04a9cee370c81d3c01f9d276e588d42b232f82 SHA512 27d96b0a47e312b2a7674f140646f24785dbfae47ea1bde74630fbb979946f23b1e1f5fab5ba20edb38ef91790003e138dcf4043ff371e3bf458c691dfd2db56
-DIST fotema-1.14.3.tar.xz 78412372 BLAKE2B 821ebb70e14e3e0d1a72ab712ecfe50da2299c2050593af0d6c64a2fc04ae904d56a4448fbcc022e9c7b1604e7a7ed8e55d8cba34aae4f1e6023fdea221a1c6d SHA512 461b84de9b4636cfed2d4e5132e18c831341cbddf8decfc856f85fa18fa7e4ead9d4d210a6795e077f7b7532aca51fc7835cd648cd9d7f7d8f9cc17e18b1f7e6
DIST fotema-1.14.4.tar.xz 78458268 BLAKE2B 4f8cc8f1ba3df27eca16b41e11ae947fe15b83321bc2da23f01a16012d862999a0cf6572353bc74cf2868a91404b199712b4f4d9df63ed87970469d57bb5be16 SHA512 189638c8d7e4466b1318ec06324cd1bfb3eaa36b9b7116b7e44a654d4cd09fb38961c0a5fa02469180f66844614555773e2306becd590eb7b8ba8fb074e9c3cc
diff --git a/media-gfx/fotema/fotema-1.14.2-r2.ebuild b/media-gfx/fotema/fotema-1.14.2-r2.ebuild
deleted file mode 100644
index 34219ad68ea2..000000000000
--- a/media-gfx/fotema/fotema-1.14.2-r2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo gnome2-utils meson xdg-utils
-
-DESCRIPTION="Photo gallery for Linux"
-HOMEPAGE="https://github.com/blissd/fotema"
-SRC_URI="
- https://github.com/blissd/fotema/releases/download/v${PV}/${P}.tar.xz
-"
-
-# see LICENSES/
-LICENSE="
- CC-BY-2.0 CC-BY-4.0 CC-BY-NC-SA-4.0 CC-BY-SA-4.0 CC0-1.0
- FDL-1.3+ GPL-3+ MIT
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- >=dev-libs/glib-2.66:2
- >=gui-libs/gtk-4.0.0:4
-"
-# indirect deps via crates
-DEPEND+="
- dev-libs/openssl:=
- gui-libs/libadwaita
- media-libs/fontconfig
- media-libs/graphene
- media-libs/lcms:2
- media-libs/libshumate:=
- media-libs/opencv:=[contribdnn]
- media-video/ffmpeg:=
- sci-libs/onnx
- sys-libs/libseccomp
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/pango
-"
-RDEPEND="
- ${DEPEND}
- media-libs/glycin-loaders
-"
-BDEPEND="
- dev-libs/glib:2
-"
-
-ECARGO_VENDOR=${S}/vendor
-
-QA_FLAGS_IGNORED="/usr/bin/fotema"
-
-src_prepare() {
- default
-
- # patch the dependency on flatpak-spawn out (sigh)
- find "${S}"/{core,src} -name '*.rs' \
- -exec sed -i -e '/FlatpakSpawn/d' {} + || die
-}
-
-src_configure() {
- cat >> "${ECARGO_HOME}/config.toml" <<-EOF || die
-
- [source."git+https://github.com/blissd/rust-faces.git?branch=patch"]
- git = "https://github.com/blissd/rust-faces.git"
- branch = "patch"
- replace-with = "gentoo"
- EOF
-
- local emesonargs=(
- -Dprofile=$(usex debug development default)
- )
-
- meson_src_configure
- ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die
-
- export ORT_STRATEGY=system
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_icon_cache_update
-}
diff --git a/media-gfx/fotema/fotema-1.14.3-r1.ebuild b/media-gfx/fotema/fotema-1.14.3-r1.ebuild
deleted file mode 100644
index 34219ad68ea2..000000000000
--- a/media-gfx/fotema/fotema-1.14.3-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo gnome2-utils meson xdg-utils
-
-DESCRIPTION="Photo gallery for Linux"
-HOMEPAGE="https://github.com/blissd/fotema"
-SRC_URI="
- https://github.com/blissd/fotema/releases/download/v${PV}/${P}.tar.xz
-"
-
-# see LICENSES/
-LICENSE="
- CC-BY-2.0 CC-BY-4.0 CC-BY-NC-SA-4.0 CC-BY-SA-4.0 CC0-1.0
- FDL-1.3+ GPL-3+ MIT
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- >=dev-libs/glib-2.66:2
- >=gui-libs/gtk-4.0.0:4
-"
-# indirect deps via crates
-DEPEND+="
- dev-libs/openssl:=
- gui-libs/libadwaita
- media-libs/fontconfig
- media-libs/graphene
- media-libs/lcms:2
- media-libs/libshumate:=
- media-libs/opencv:=[contribdnn]
- media-video/ffmpeg:=
- sci-libs/onnx
- sys-libs/libseccomp
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/pango
-"
-RDEPEND="
- ${DEPEND}
- media-libs/glycin-loaders
-"
-BDEPEND="
- dev-libs/glib:2
-"
-
-ECARGO_VENDOR=${S}/vendor
-
-QA_FLAGS_IGNORED="/usr/bin/fotema"
-
-src_prepare() {
- default
-
- # patch the dependency on flatpak-spawn out (sigh)
- find "${S}"/{core,src} -name '*.rs' \
- -exec sed -i -e '/FlatpakSpawn/d' {} + || die
-}
-
-src_configure() {
- cat >> "${ECARGO_HOME}/config.toml" <<-EOF || die
-
- [source."git+https://github.com/blissd/rust-faces.git?branch=patch"]
- git = "https://github.com/blissd/rust-faces.git"
- branch = "patch"
- replace-with = "gentoo"
- EOF
-
- local emesonargs=(
- -Dprofile=$(usex debug development default)
- )
-
- meson_src_configure
- ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die
-
- export ORT_STRATEGY=system
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_icon_cache_update
-}