summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-12-07 23:42:34 +0000
committerTim Harder <radhermit@gentoo.org>2014-12-07 23:42:34 +0000
commit29b4186b422407b78bd318fd787fcd0680dadce7 (patch)
tree9aa18dcc1f7771eff6a4fde36fe890c5d0172151 /media-gfx/darktable
parentVersion bump, add libsecret use flag, and add rdep on x11-themes/gtk-engines:... (diff)
downloadgentoo-2-29b4186b422407b78bd318fd787fcd0680dadce7.tar.gz
gentoo-2-29b4186b422407b78bd318fd787fcd0680dadce7.tar.bz2
gentoo-2-29b4186b422407b78bd318fd787fcd0680dadce7.zip
Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx/darktable')
-rw-r--r--media-gfx/darktable/ChangeLog7
-rw-r--r--media-gfx/darktable/darktable-1.2.3.ebuild120
-rw-r--r--media-gfx/darktable/darktable-1.4.1-r1.ebuild134
-rw-r--r--media-gfx/darktable/darktable-1.4.ebuild130
-rw-r--r--media-gfx/darktable/files/darktable-1.4.1-automagic-openexr.patch35
5 files changed, 6 insertions, 420 deletions
diff --git a/media-gfx/darktable/ChangeLog b/media-gfx/darktable/ChangeLog
index eb2a4cd8d6b6..b9ddea1b1655 100644
--- a/media-gfx/darktable/ChangeLog
+++ b/media-gfx/darktable/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/darktable
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v 1.58 2014/12/07 23:33:25 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v 1.59 2014/12/07 23:42:34 radhermit Exp $
+
+ 07 Dec 2014; Tim Harder <radhermit@gentoo.org> -darktable-1.2.3.ebuild,
+ -darktable-1.4.ebuild, -darktable-1.4.1-r1.ebuild,
+ -files/darktable-1.4.1-automagic-openexr.patch:
+ Remove old.
*darktable-1.6.0 (07 Dec 2014)
diff --git a/media-gfx/darktable/darktable-1.2.3.ebuild b/media-gfx/darktable/darktable-1.2.3.ebuild
deleted file mode 100644
index e5c618c665d2..000000000000
--- a/media-gfx/darktable/darktable-1.2.3.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.2.3.ebuild,v 1.3 2014/01/12 11:25:14 maekke Exp $
-
-EAPI=5
-
-inherit cmake-utils toolchain-funcs gnome2-utils fdo-mime pax-utils eutils
-
-DESCRIPTION="A virtual lighttable and darkroom for photographers"
-HOMEPAGE="http://www.darktable.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
- doc? ( mirror://sourceforge/${PN}/${PV}/${PN}-usermanual.pdf -> ${PN}-usermanual-${PV}.pdf )"
-
-LICENSE="GPL-3 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="colord doc flickr geo gnome-keyring gphoto2 graphicsmagick jpeg2k kde
-nls opencl openmp pax_kernel +rawspeed +slideshow +squish web-services"
-
-CDEPEND="
- dev-db/sqlite:3
- >=dev-libs/glib-2.28:2
- dev-libs/libxml2:2
- colord? ( x11-misc/colord )
- flickr? ( media-libs/flickcurl )
- geo? ( net-libs/libsoup:2.4 )
- gnome-keyring? ( gnome-base/gnome-keyring )
- gnome-base/librsvg:2
- gphoto2? ( media-libs/libgphoto2:= )
- graphicsmagick? ( media-gfx/graphicsmagick )
- jpeg2k? ( media-libs/openjpeg:0 )
- media-gfx/exiv2[xmp]
- media-libs/lcms:2
- >=media-libs/lensfun-0.2.3
- media-libs/libpng:0=
- media-libs/openexr
- media-libs/tiff:0
- net-misc/curl
- opencl? ( virtual/opencl )
- slideshow? (
- media-libs/libsdl
- virtual/glu
- virtual/opengl
- )
- virtual/jpeg
- web-services? ( dev-libs/json-glib )
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:2
- x11-libs/pango"
-RDEPEND="${CDEPEND}
- kde? ( kde-base/kwalletd )"
-DEPEND="${CDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-pkg_pretend() {
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-}
-
-src_prepare() {
- sed -e "s:\(/share/doc/\)darktable:\1${PF}:" \
- -e "s:LICENSE::" \
- -i doc/CMakeLists.txt || die
-
- epatch_user
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_use colord COLORD)
- $(cmake-utils_use_use flickr FLICKR)
- $(cmake-utils_use_use geo GEO)
- $(cmake-utils_use_use gnome-keyring GNOME_KEYRING)
- $(cmake-utils_use_use gphoto2 CAMERA_SUPPORT)
- $(cmake-utils_use_use graphicsmagick GRAPHICSMAGICK)
- $(cmake-utils_use_use jpeg2k OPENJPEG)
- $(cmake-utils_use_use nls NLS)
- $(cmake-utils_use_use opencl OPENCL)
- $(cmake-utils_use_use openmp OPENMP)
- $(cmake-utils_use !rawspeed DONT_USE_RAWSPEED)
- $(cmake-utils_use_use squish SQUISH)
- $(cmake-utils_use_build slideshow SLIDESHOW)
- $(cmake-utils_use_use web-services GLIBJSON)
- -DCUSTOM_CFLAGS=ON
- -DINSTALL_IOP_EXPERIMENTAL=ON
- -DINSTALL_IOP_LEGACY=ON
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- use doc && dodoc "${DISTDIR}"/${PN}-usermanual-${PV}.pdf
-
- if use pax_kernel && use opencl ; then
- pax-mark Cm "${ED}"/usr/bin/${PN} || die
- eqawarn "USE=pax_kernel is set meaning that ${PN} will be run"
- eqawarn "under a PaX enabled kernel. To do so, the ${PN} binary"
- eqawarn "must be modified and this *may* lead to breakage! If"
- eqawarn "you suspect that ${PN} is broken by this modification,"
- eqawarn "please open a bug."
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
diff --git a/media-gfx/darktable/darktable-1.4.1-r1.ebuild b/media-gfx/darktable/darktable-1.4.1-r1.ebuild
deleted file mode 100644
index 8ccc17290de0..000000000000
--- a/media-gfx/darktable/darktable-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.4.1-r1.ebuild,v 1.1 2014/02/12 07:49:52 radhermit Exp $
-
-EAPI=5
-
-inherit cmake-utils toolchain-funcs gnome2-utils fdo-mime pax-utils eutils
-
-DESCRIPTION="A virtual lighttable and darkroom for photographers"
-HOMEPAGE="http://www.darktable.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
- doc? ( mirror://sourceforge/${PN}/${PV}/${PN}-usermanual.pdf -> ${PN}-usermanual-${PV}.pdf )"
-
-LICENSE="GPL-3 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LANGS=" cs da de el es fr it ja nl pl pt_BR pt_PT ru sq sv uk"
-# TODO add lua once dev-lang/lua-5.2 is unmasked
-IUSE="colord doc flickr geo gnome-keyring gphoto2 graphicsmagick jpeg2k kde
-nls opencl openmp openexr pax_kernel +rawspeed +slideshow +squish web-services webp
-${LANGS// / linguas_}"
-
-CDEPEND="
- dev-db/sqlite:3
- >=dev-libs/glib-2.28:2
- dev-libs/libxml2:2
- gnome-base/librsvg:2
- media-gfx/exiv2:0=[xmp]
- media-libs/lcms:2
- >=media-libs/lensfun-0.2.3
- media-libs/libpng:0=
- media-libs/tiff:0
- net-misc/curl
- virtual/jpeg
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:2
- x11-libs/pango
- colord? ( x11-misc/colord:0= )
- flickr? ( media-libs/flickcurl )
- geo? ( net-libs/libsoup:2.4 )
- gnome-keyring? ( gnome-base/gnome-keyring )
- gphoto2? ( media-libs/libgphoto2:= )
- graphicsmagick? ( media-gfx/graphicsmagick )
- jpeg2k? ( media-libs/openjpeg:0 )
- opencl? ( virtual/opencl )
- openexr? ( media-libs/openexr:0= )
- slideshow? (
- media-libs/libsdl
- virtual/glu
- virtual/opengl
- )
- web-services? ( dev-libs/json-glib )
- webp? ( media-libs/libwebp:0= )"
-RDEPEND="${CDEPEND}
- kde? ( kde-base/kwalletd )"
-DEPEND="${CDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${P}-automagic-openexr.patch )
-
-pkg_pretend() {
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-}
-
-src_prepare() {
- sed -e "s:\(/share/doc/\)darktable:\1${PF}:" \
- -e "s:\(\${SHARE_INSTALL}/doc/\)darktable:\1${PF}:" \
- -e "s:LICENSE::" \
- -i doc/CMakeLists.txt || die
-
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_use colord COLORD)
- $(cmake-utils_use_use flickr FLICKR)
- $(cmake-utils_use_use geo GEO)
- $(cmake-utils_use_use gnome-keyring GNOME_KEYRING)
- $(cmake-utils_use_use gphoto2 CAMERA_SUPPORT)
- $(cmake-utils_use_use graphicsmagick GRAPHICSMAGICK)
- $(cmake-utils_use_use jpeg2k OPENJPEG)
- $(cmake-utils_use_use nls NLS)
- $(cmake-utils_use_use opencl OPENCL)
- $(cmake-utils_use_use openexr OPENEXR)
- $(cmake-utils_use_use openmp OPENMP)
- $(cmake-utils_use !rawspeed DONT_USE_RAWSPEED)
- $(cmake-utils_use_use squish SQUISH)
- $(cmake-utils_use_build slideshow SLIDESHOW)
- $(cmake-utils_use_use web-services GLIBJSON)
- $(cmake-utils_use_use webp WEBP)
- -DUSE_LUA=OFF
- -DCUSTOM_CFLAGS=ON
- -DINSTALL_IOP_EXPERIMENTAL=ON
- -DINSTALL_IOP_LEGACY=ON
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- use doc && dodoc "${DISTDIR}"/${PN}-usermanual-${PV}.pdf
-
- for lang in ${LANGS} ; do
- use linguas_${lang} || rm -r "${ED}"/usr/share/locale/${lang}
- done
-
- if use pax_kernel && use opencl ; then
- pax-mark Cm "${ED}"/usr/bin/${PN} || die
- eqawarn "USE=pax_kernel is set meaning that ${PN} will be run"
- eqawarn "under a PaX enabled kernel. To do so, the ${PN} binary"
- eqawarn "must be modified and this *may* lead to breakage! If"
- eqawarn "you suspect that ${PN} is broken by this modification,"
- eqawarn "please open a bug."
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
diff --git a/media-gfx/darktable/darktable-1.4.ebuild b/media-gfx/darktable/darktable-1.4.ebuild
deleted file mode 100644
index 31e3d766ac12..000000000000
--- a/media-gfx/darktable/darktable-1.4.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.4.ebuild,v 1.1 2014/01/21 20:35:00 maekke Exp $
-
-EAPI=5
-
-inherit cmake-utils toolchain-funcs gnome2-utils fdo-mime pax-utils eutils
-
-DESCRIPTION="A virtual lighttable and darkroom for photographers"
-HOMEPAGE="http://www.darktable.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
- doc? ( mirror://sourceforge/${PN}/${PV}/${PN}-usermanual.pdf -> ${PN}-usermanual-${PV}.pdf )"
-
-LICENSE="GPL-3 CC-BY-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LANGS=" cs da de el es fr it ja nl pl pt_BR pt_PT ru sq sv uk"
-# TODO add lua once dev-lang/lua-5.2 is unmasked
-IUSE="colord doc flickr geo gnome-keyring gphoto2 graphicsmagick jpeg2k kde
-nls opencl openmp pax_kernel +rawspeed +slideshow +squish web-services webp
-${LANGS// / linguas_}"
-
-CDEPEND="
- dev-db/sqlite:3
- >=dev-libs/glib-2.28:2
- dev-libs/libxml2:2
- gnome-base/librsvg:2
- media-gfx/exiv2:0=[xmp]
- media-libs/lcms:2
- >=media-libs/lensfun-0.2.3
- media-libs/libpng:0=
- media-libs/openexr:0=
- media-libs/tiff:0
- net-misc/curl
- virtual/jpeg
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:2
- x11-libs/pango
- colord? ( x11-misc/colord:0= )
- flickr? ( media-libs/flickcurl )
- geo? ( net-libs/libsoup:2.4 )
- gnome-keyring? ( gnome-base/gnome-keyring )
- gphoto2? ( media-libs/libgphoto2:= )
- graphicsmagick? ( media-gfx/graphicsmagick )
- jpeg2k? ( media-libs/openjpeg:0 )
- opencl? ( virtual/opencl )
- slideshow? (
- media-libs/libsdl
- virtual/glu
- virtual/opengl
- )
- web-services? ( dev-libs/json-glib )
- webp? ( media-libs/libwebp:0= )"
-RDEPEND="${CDEPEND}
- kde? ( kde-base/kwalletd )"
-DEPEND="${CDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-pkg_pretend() {
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-}
-
-src_prepare() {
- sed -e "s:\(/share/doc/\)darktable:\1${PF}:" \
- -e "s:LICENSE::" \
- -i doc/CMakeLists.txt || die
-
- epatch_user
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_use colord COLORD)
- $(cmake-utils_use_use flickr FLICKR)
- $(cmake-utils_use_use geo GEO)
- $(cmake-utils_use_use gnome-keyring GNOME_KEYRING)
- $(cmake-utils_use_use gphoto2 CAMERA_SUPPORT)
- $(cmake-utils_use_use graphicsmagick GRAPHICSMAGICK)
- $(cmake-utils_use_use jpeg2k OPENJPEG)
- $(cmake-utils_use_use nls NLS)
- $(cmake-utils_use_use opencl OPENCL)
- $(cmake-utils_use_use openmp OPENMP)
- $(cmake-utils_use !rawspeed DONT_USE_RAWSPEED)
- $(cmake-utils_use_use squish SQUISH)
- $(cmake-utils_use_build slideshow SLIDESHOW)
- $(cmake-utils_use_use web-services GLIBJSON)
- $(cmake-utils_use_use webp WEBP)
- -DUSE_LUA=OFF
- -DCUSTOM_CFLAGS=ON
- -DINSTALL_IOP_EXPERIMENTAL=ON
- -DINSTALL_IOP_LEGACY=ON
- )
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- use doc && dodoc "${DISTDIR}"/${PN}-usermanual-${PV}.pdf
-
- for lang in ${LANGS} ; do
- use linguas_${lang} || rm -r "${ED}"/usr/share/locale/${lang}
- done
-
- if use pax_kernel && use opencl ; then
- pax-mark Cm "${ED}"/usr/bin/${PN} || die
- eqawarn "USE=pax_kernel is set meaning that ${PN} will be run"
- eqawarn "under a PaX enabled kernel. To do so, the ${PN} binary"
- eqawarn "must be modified and this *may* lead to breakage! If"
- eqawarn "you suspect that ${PN} is broken by this modification,"
- eqawarn "please open a bug."
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- fdo-mime_desktop_database_update
-}
diff --git a/media-gfx/darktable/files/darktable-1.4.1-automagic-openexr.patch b/media-gfx/darktable/files/darktable-1.4.1-automagic-openexr.patch
deleted file mode 100644
index f41c0b00d0f1..000000000000
--- a/media-gfx/darktable/files/darktable-1.4.1-automagic-openexr.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- darktable-1.4.1/CMakeLists.txt
-+++ darktable-1.4.1/CMakeLists.txt
-@@ -26,6 +26,7 @@
- option(BINARY_PACKAGE_BUILD "Sets march optimization to generic" OFF)
- option(APRIL_FOOLS "Add the \"file manager\" (a shell) to lighttable mode" OFF)
- option(USE_XMLLINT "Run xmllint to test if darktableconfig.xml is valid" ON)
-+option(USE_OPENEXR "Enable OpenEXR support" ON)
- option(USE_OPENJPEG "Enable JPEG 2000 support" ON)
- option(USE_WEBP "Enable WebP export support" ON)
- option(BUILD_CMSTEST "Build a test program to check your system's color management setup" OFF)
---- darktable-1.4.1/src/CMakeLists.txt
-+++ darktable-1.4.1/src/CMakeLists.txt
-@@ -152,13 +152,15 @@
- add_definitions(${INOTIFY_DEFINITIONS})
- endif(INOTIFY_FOUND)
-
--find_package(OpenEXR)
--if(OPENEXR_FOUND)
-- include_directories(${OpenEXR_INCLUDE_DIRS})
-- list(APPEND LIBS ${OpenEXR_LIBRARIES})
-- add_definitions(${OpenEXR_DEFINITIONS})
-- list(APPEND SOURCES "common/imageio_exr.cc")
--endif(OPENEXR_FOUND)
-+if(USE_OPENEXR)
-+ find_package(OpenEXR)
-+ if(OPENEXR_FOUND)
-+ include_directories(${OpenEXR_INCLUDE_DIRS})
-+ list(APPEND LIBS ${OpenEXR_LIBRARIES})
-+ add_definitions(${OpenEXR_DEFINITIONS})
-+ list(APPEND SOURCES "common/imageio_exr.cc")
-+ endif(OPENEXR_FOUND)
-+endif(USE_OPENEXR)
-
- find_package(WebP 0.3.0)
- if(WEBP_FOUND)