summaryrefslogtreecommitdiff
path: root/media-gfx/photivo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-05 21:52:00 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-05 21:52:00 +0100
commit2d446203bcf1a0db08e99abca43513d246dfa73d (patch)
treeec623bb5f1f389976977e375342ec59ff441eab7 /media-gfx/photivo
parent171a011ad3a131671aeb5a98b9e3adf219ad2865 (diff)
gentoo resync : 05.04.2018
Diffstat (limited to 'media-gfx/photivo')
-rw-r--r--media-gfx/photivo/Manifest4
-rw-r--r--media-gfx/photivo/metadata.xml16
-rw-r--r--media-gfx/photivo/photivo-0_pre20131115.ebuild69
-rw-r--r--media-gfx/photivo/photivo-9999.ebuild70
4 files changed, 0 insertions, 159 deletions
diff --git a/media-gfx/photivo/Manifest b/media-gfx/photivo/Manifest
deleted file mode 100644
index 519b5bb892aa..000000000000
--- a/media-gfx/photivo/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST photivo-0_pre20131115.tar.gz 3145008 BLAKE2B 61051c1f1c49eb3e7ae3c350b27cc4336256a2a299bc84d621f290e4fca6f82c7008dc9f32d0472b2a6ac58c088cfcfa861d06d6a80b5435eeb107fe8f8043e9 SHA512 b98d2dced306325b5ab116c4ba170404a6956d081128095b5315f3b061797290b5a305da73ede9f496659b2b1cc8090cd2f300cfbd311c69db59c8425bd2e047
-EBUILD photivo-0_pre20131115.ebuild 1458 BLAKE2B 334b0db7649d6f3d5b50cc11a916fcf7744465d6e8895184a3ab1720519b6b0a762e90f5c5731da2b86bc1b190a3f26ad2f8a1a2fefbdc13342dd8c65fd698ce SHA512 be35da93ca2e06f4aabfc7eda8ba012bba55579d1c336c2fb9dc4d9cce087e66b6f180750a5efd6fa9398e1aba290426a97e01381bbc01553bcd141557211c06
-EBUILD photivo-9999.ebuild 1493 BLAKE2B a8debba86650cf90124d50680338658e108f6e1d437b819c041757fde57d52d127b51cb1a095cf895840c7bb9f01a3b5f0ffeb446d04fd065efb9ece0e5bf972 SHA512 2c387d172af3f30252d6f803932a7531555c39c1ae1ada20fa05a25b5d090c8254ae42bb9228cb20dfffecaabf3b9ddba2d5260e125bb6397c5342bc05a59a12
-MISC metadata.xml 520 BLAKE2B 2aef363f8e6abb47cd7b9b8431a3e8d37eedcff34b7172b4262cce44a01b6e5d16570d463fd840f02921b0b83baef07828e6c8a5fb12a6987456d8dea6d5ef6c SHA512 5512d1cd2cc680cd8931b5f54874a577ce17360d331a9e3a341274bf5cc6f09d1e036c04044ea2e8ebac65bb45920c09bd5eb742e76e57031f2e46d1a84d09e6
diff --git a/media-gfx/photivo/metadata.xml b/media-gfx/photivo/metadata.xml
deleted file mode 100644
index 3910c7f010a9..000000000000
--- a/media-gfx/photivo/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>opensource@andmarios.com</email>
- <name>Marios Andreopoulos</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="google-code">photivo</remote-id>
- <bugs-to>https://code.google.com/p/photivo/issues/list</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/media-gfx/photivo/photivo-0_pre20131115.ebuild b/media-gfx/photivo/photivo-0_pre20131115.ebuild
deleted file mode 100644
index f258013d4bf7..000000000000
--- a/media-gfx/photivo/photivo-0_pre20131115.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit qt4-r2
-
-DESCRIPTION="Photo processor for RAW and Bitmap images"
-HOMEPAGE="http://www.photivo.org"
-SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gimp"
-
-RDEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4
- || ( virtual/jpeg:62 media-libs/jpeg:62 )
- media-gfx/exiv2
- media-libs/tiff
- media-libs/libpng
- media-libs/cimg
- media-libs/lcms:2
- >=media-libs/lensfun-0.2.8-r1
- sci-libs/fftw:3.0
- media-libs/liblqr
- media-gfx/graphicsmagick[q16,-lcms]
- gimp? ( media-gfx/gimp )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${PV/0_pre/}
-
-src_prepare() {
- # remove ccache dependency and fix lensfun header path
- local File
- for File in $(find "${S}" -type f); do
- if grep -sq ccache ${File}; then
- sed -e 's/ccache//' -i "${File}"
- fi
- if grep -sq "lensfun.h" ${File}; then
- sed -e 's/lensfun\.h/lensfun\/lensfun.h/' -i ${File}
- fi
- done
-
- # useless check (no pkgconfig file is provided)
- sed -e "/PKGCONFIG += CImg/d" \
- -i photivoProject/photivoProject.pro || die
- qt4-r2_src_prepare
-}
-
-src_configure() {
- local config="WithSystemCImg"
- if use gimp ; then
- config+=" WithGimp"
- fi
-
- eqmake4 "CONFIG+=${config}"
-}
-
-src_install() {
- qt4-r2_src_install
-
- if use gimp; then
- exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
- doexe ptGimp
- doexe "mm extern photivo.py"
- fi
-}
diff --git a/media-gfx/photivo/photivo-9999.ebuild b/media-gfx/photivo/photivo-9999.ebuild
deleted file mode 100644
index 8bfa2a2968b7..000000000000
--- a/media-gfx/photivo/photivo-9999.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit qt4-r2 mercurial
-
-DESCRIPTION="Photo processor for RAW and Bitmap images"
-HOMEPAGE="http://www.photivo.org"
-EHG_REPO_URI="https://bitbucket.org/Photivo/photivo"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="gimp"
-
-RDEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4
- || ( virtual/jpeg:62 media-libs/jpeg:62 )
- media-gfx/exiv2
- media-libs/cimg
- media-libs/lcms:2
- media-libs/lensfun
- sci-libs/fftw:3.0
- media-libs/liblqr
- media-gfx/graphicsmagick[q16,-lcms]
- gimp? ( media-gfx/gimp )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # remove ccache dependency
- local File
- for File in $(find "${S}" -type f); do
- if grep -sq ccache ${File}; then
- sed -e 's/ccache//' -i "${File}" || die
- fi
- done
-
- # bug 560120 - fix includes for lensfun.h
- sed -s -e 's:lensfun.h:lensfun\/lensfun.h:' \
- -i ReferenceMaterial/LensFunSample.c \
- -i Sources/ptConstants.h \
- -i Sources/ptImage.h \
- -i Sources/ptImage_Lensfun.cpp \
- -i Sources/ptLensfun.h || die
-
- # useless check (no pkgconfig file is provided)
- sed -e "/PKGCONFIG += CImg/d" \
- -i photivoProject/photivoProject.pro || die
- qt4-r2_src_prepare
-}
-
-src_configure() {
- local config="WithSystemCImg"
- if use gimp ; then
- config+=" WithGimp"
- fi
-
- eqmake4 "CONFIG+=${config}"
-}
-
-src_install() {
- qt4-r2_src_install
-
- if use gimp; then
- exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
- doexe ptGimp
- doexe "mm extern photivo.py"
- fi
-}