summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-01-15 07:46:47 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2023-01-15 07:46:47 +0100
commita10001ad8dd5112498cf6814310ebaf6dd5d7b98 (patch)
treeb57bcb22a092ac417eb8e14a395d3846f1acb4ec
parentdev-util/netbeans-standalone: added home dir for gradle & unpacker dep (diff)
downloadfordfrog-a10001ad8dd5112498cf6814310ebaf6dd5d7b98.tar.gz
fordfrog-a10001ad8dd5112498cf6814310ebaf6dd5d7b98.tar.bz2
fordfrog-a10001ad8dd5112498cf6814310ebaf6dd5d7b98.zip
dropped media-libs/lensfun-9999
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--media-libs/lensfun/Manifest2
-rw-r--r--media-libs/lensfun/lensfun-9999.ebuild61
-rw-r--r--media-libs/lensfun/metadata.xml14
3 files changed, 0 insertions, 77 deletions
diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
deleted file mode 100644
index 214674c10..000000000
--- a/media-libs/lensfun/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD lensfun-9999.ebuild 1335 BLAKE2B 5354232d8eefca68530ce6267745db7f42203ce5b7c2d2e3cd77d070baab2e8864d8b367b4a3a103e7e03256a123ae1cde6e6a91ab6d45512533dd090eb26bdd SHA512 88121049986ffedc57fe8460f3fed29b60e82e6deb567a7298fb2069f271621438fd94920fee67c1372709f68c8cb3a8c7e1252f0c44a287b2ad960c690c8dab
-MISC metadata.xml 609 BLAKE2B f9ebe22f93c9622961688f478f0f46c111fda47252c57c96aa4f566107705f27b6beb820c0d3c6df6414f7d31dd3d1c89e31a66b064ff96fc7e7e481faf47b7c SHA512 f3c9ae5432aaae9e83dec01dc9d6a4b8d01998183ef1c6ba7731ea9eb92b4960ddfdd0a2395bfb9f137224e83d4c938a7187f01579eb5c9e882e9f4d8008ee39
diff --git a/media-libs/lensfun/lensfun-9999.ebuild b/media-libs/lensfun/lensfun-9999.ebuild
deleted file mode 100644
index d15ac1e39..000000000
--- a/media-libs/lensfun/lensfun-9999.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit python-single-r1 cmake git-r3
-
-DESCRIPTION="Library for rectifying and simulating photographic lens distortions"
-HOMEPAGE="https://lensfun.github.io"
-EGIT_REPO_URI="https://github.com/lensfun/lensfun.git"
-
-LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
-SLOT="0"
-KEYWORDS=""
-IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- doc? (
- app-doc/doxygen
- dev-python/docutils
- )
-"
-RDEPEND="${PYTHON_DEPS}
- >=dev-libs/glib-2.40
- media-libs/libpng:0=
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md docs/mounts.txt ChangeLog )
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
- -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/$(get_libdir)
- -DBUILD_LENSTOOL=ON
- -DBUILD_STATIC=OFF
- -DBUILD_DOC=$(usex doc)
- -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse)
- -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2)
- -DBUILD_TESTS=$(usex test)
- )
- cmake_src_configure
-}
-
-src_test() {
- mkdir -p "${T}/db/lensfun" || die
- cp data/db/* "${T}/db/lensfun/" || die
-
- XDG_DATA_HOME="${T}/db" cmake_src_test
-}
-
-src_install() {
- cmake_src_install
- python_optimize
-}
diff --git a/media-libs/lensfun/metadata.xml b/media-libs/lensfun/metadata.xml
deleted file mode 100644
index 02bc5f156..000000000
--- a/media-libs/lensfun/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>graphics@gentoo.org</email>
- <name>Gentoo Graphics Project</name>
- </maintainer>
- <longdescription lang="en">
-The project provides a database of photographic lenses and a library that allows advanced access to the database including functions to correct images based on intimate knowledge of lens characteristics and calibration data.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">lensfun</remote-id>
- </upstream>
-</pkgmetadata>