mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/panini: treeclean
Closes: https://bugs.gentoo.org/794607 (pkgremoved) Closes: https://bugs.gentoo.org/956453 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST panini-0.74.0.tar.gz 329344 BLAKE2B b94f774004eeb2a1b1531d92ae69141134367c6a87665d3f83944ff38a8761a41813bc023a5ec8e61131a6e193e0bfdc10ccf7100fb0ac518619b9bf94ebeee1 SHA512 e9158040cc985f088902169a2357da1bba5bda5510acec43a8edc95f5cc8033b4f8933f2b5f1b6a651872b467abc4fc3735d1565bae8a8650abd4aa8919f27b7
|
||||
@@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Panini
|
||||
GenericName=Panini perspective tool
|
||||
Comment=Perspective views from panoramic images
|
||||
Exec=panini %f
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=panini
|
||||
Categories=Graphics;
|
||||
MimeType=video/quicktime;image/jpeg;image/tiff;image/png;
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>jubalh@iodoru.org</email>
|
||||
<name>Michael Vetter</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lazarus-pkgs/panini</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop qmake-utils xdg-utils
|
||||
|
||||
MY_P="${P/p/P}-src"
|
||||
DESCRIPTION="OpenGL-based panoramic image viewer"
|
||||
HOMEPAGE="https://github.com/lazarus-pkgs/panini"
|
||||
SRC_URI="https://github.com/lazarus-pkgs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtopengl:5
|
||||
dev-qt/qtwidgets:5
|
||||
virtual/zlib:=
|
||||
virtual/glu
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
app-arch/unzip
|
||||
"
|
||||
|
||||
DOCS=( NEWS {BUILD,README,USAGE}.md )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eqmake5 ${PN}.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
einstalldocs
|
||||
dobin panini
|
||||
domenu "${FILESDIR}"/${PN}.desktop
|
||||
newicon ui/panini-icon-blue.jpg ${PN}.jpg
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_mimeinfo_database_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_mimeinfo_database_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
@@ -230,11 +230,6 @@ sci-libs/djbfft
|
||||
# Removal on 2025-12-30. Bugs #966396, #963998.
|
||||
dev-python/readthedocs-sphinx-ext
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2025-11-27)
|
||||
# Depends on Qt5, upstream needs help with porting. Bug #956453
|
||||
# Removal on 2025-12-27.
|
||||
media-gfx/panini
|
||||
|
||||
# Sam James <sam@gentoo.org> (2025-11-25)
|
||||
# Generates session keys with weak (no) randomness. Please re-encrypt
|
||||
# any data/messages using this librnp version. <0.18 is fine as is >=0.18.1.
|
||||
|
||||
Reference in New Issue
Block a user