diff options
author | 2014-02-11 05:47:28 +0000 | |
---|---|---|
committer | 2014-02-11 05:47:28 +0000 | |
commit | 39b7fa50f90d284d997ce462810fe5ce7f18fb84 (patch) | |
tree | b33b2753dd95664c0aa5502330aca16f42086585 /media-gfx | |
parent | Version bump, add openexr use flag (bug #499708). (diff) | |
download | gentoo-2-39b7fa50f90d284d997ce462810fe5ce7f18fb84.tar.gz gentoo-2-39b7fa50f90d284d997ce462810fe5ce7f18fb84.tar.bz2 gentoo-2-39b7fa50f90d284d997ce462810fe5ce7f18fb84.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/darktable/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/darktable/darktable-1.1.4.ebuild | 118 | ||||
-rw-r--r-- | media-gfx/darktable/darktable-1.2-r1.ebuild | 119 | ||||
-rw-r--r-- | media-gfx/darktable/darktable-1.2.1.ebuild | 119 | ||||
-rw-r--r-- | media-gfx/darktable/darktable-1.2.2.ebuild | 120 | ||||
-rw-r--r-- | media-gfx/darktable/metadata.xml | 1 |
6 files changed, 6 insertions, 478 deletions
diff --git a/media-gfx/darktable/ChangeLog b/media-gfx/darktable/ChangeLog index 3d7c60e7a754..45bfb596d026 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.54 2014/02/11 05:43:49 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v 1.55 2014/02/11 05:47:28 radhermit Exp $ + + 11 Feb 2014; Tim Harder <radhermit@gentoo.org> -darktable-1.1.4.ebuild, + -darktable-1.2-r1.ebuild, -darktable-1.2.1.ebuild, -darktable-1.2.2.ebuild, + metadata.xml: + Remove old. *darktable-1.4.1 (11 Feb 2014) diff --git a/media-gfx/darktable/darktable-1.1.4.ebuild b/media-gfx/darktable/darktable-1.1.4.ebuild deleted file mode 100644 index 6161b10720df..000000000000 --- a/media-gfx/darktable/darktable-1.1.4.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.1.4.ebuild,v 1.1 2013/03/15 19:04:24 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}/${PN}-usermanual-1.1.2.pdf )" - -LICENSE="GPL-3 CC-BY-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="colord doc facebook flickr geo gnome-keyring gphoto2 kde -nls opencl openmp pax_kernel +rawspeed +slideshow" - -RDEPEND=" - dev-db/sqlite:3 - >=dev-libs/glib-2.28:2 - dev-libs/libxml2:2 - colord? ( x11-misc/colord ) - facebook? ( dev-libs/json-glib ) - flickr? ( media-libs/flickcurl ) - geo? ( net-libs/libsoup:2.4 ) - gnome-keyring? ( gnome-base/gnome-keyring ) - gnome-base/librsvg:2 - gphoto2? ( media-libs/libgphoto2 ) - kde? ( - dev-libs/dbus-glib - kde-base/kwalletd - ) - 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 - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/pango" -DEPEND="${RDEPEND} - 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 facebook GLIBJSON) - $(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 kde KWALLET) - $(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_build slideshow SLIDESHOW) - -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-1.1.2.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.2-r1.ebuild b/media-gfx/darktable/darktable-1.2-r1.ebuild deleted file mode 100644 index 4f83ed3f57d4..000000000000 --- a/media-gfx/darktable/darktable-1.2-r1.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.2-r1.ebuild,v 1.2 2013/06/13 12:28:27 xmw 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 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_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-1.2.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.2.1.ebuild b/media-gfx/darktable/darktable-1.2.1.ebuild deleted file mode 100644 index 1b5d83ffb196..000000000000 --- a/media-gfx/darktable/darktable-1.2.1.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.2.1.ebuild,v 1.2 2013/06/13 12:28:27 xmw 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 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_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-1.2.1.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.2.2.ebuild b/media-gfx/darktable/darktable-1.2.2.ebuild deleted file mode 100644 index cd8912402f3d..000000000000 --- a/media-gfx/darktable/darktable-1.2.2.ebuild +++ /dev/null @@ -1,120 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-1.2.2.ebuild,v 1.1 2013/07/03 09:43:13 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" -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/metadata.xml b/media-gfx/darktable/metadata.xml index ab4636d43516..72695e229fe2 100644 --- a/media-gfx/darktable/metadata.xml +++ b/media-gfx/darktable/metadata.xml @@ -9,7 +9,6 @@ <use> <flag name="colord">Support color management using <pkg>x11-misc/colord</pkg></flag> <flag name="graphicsmagick">Use <pkg>media-gfx/graphicsmagick</pkg> for image importing</flag> - <flag name="facebook">Add support for uploading photos to facebook</flag> <flag name="flickr">Add support for uploading photos to flickr</flag> <flag name="geo">Enable geotagging support</flag> <flag name="opencl">Enable opencl support</flag> |