public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/darktable: metadata.xml ChangeLog darktable-0.9.ebuild darktable-9999.ebuild
@ 2011-07-19 19:11 Dane Smith (c1pher)
  0 siblings, 0 replies; only message in thread
From: Dane Smith (c1pher) @ 2011-07-19 19:11 UTC (permalink / raw
  To: gentoo-commits

c1pher      11/07/19 19:11:57

  Added:                metadata.xml ChangeLog darktable-0.9.ebuild
                        darktable-9999.ebuild
  Log:
  media-gfx/darktable: New package. Closes bug 300681 and bug 359325.
  
  (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-gfx/darktable/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>no-herd</herd>
	<maintainer>
		<email>c1pher@gentoo.org</email>
		<name>Dane Smith</name>
	</maintainer>
	<use>
		<flag name="gconf">Add support for the gconf backend</flag>
	</use>
</pkgmetadata>




1.1                  media-gfx/darktable/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for media-gfx/darktable
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/ChangeLog,v 1.1 2011/07/19 19:11:57 c1pher Exp $

*darktable-9999 (19 Jul 2011)
*darktable-0.9 (19 Jul 2011)

  19 Jul 2011; Dane Smith <c1pher@gentoo.org> +darktable-0.9.ebuild,
  +darktable-9999.ebuild, +metadata.xml:
  Initial version of darktable. Closes bug 300681 and bug 359325. Thanks
  to the folks upstream for the ebuild.




1.1                  media-gfx/darktable/darktable-0.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-0.9.ebuild?rev=1.1&content-type=text/plain

Index: darktable-0.9.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-0.9.ebuild,v 1.1 2011/07/19 19:11:57 c1pher Exp $

EAPI="4"
if [[ ${PV} == "9999" ]]; then
	EGIT_REPO_URI="git://darktable.git.sf.net/gitroot/darktable/darktable"
	EGIT_BRANCH="master"
	EGIT_COMMIT="master"
	SCM="git-2"
	KEYWORDS=""
else
	SRC_URI="mirror://sourceforge/project/darktable/darktable/${PV}/${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi
GCONF_DEBUG="no"
inherit cmake-utils ${SCM}

DESCRIPTION="A virtual lighttable and darkroom for photographers"
HOMEPAGE="http://darktable.sf.net/"

LICENSE="GPL-3"
SLOT="0"

IUSE="gconf gphoto2 openmp gnome-keyring"
RDEPEND="
	gconf? ( gnome-base/gconf )
	gphoto2? ( media-libs/libgphoto2 )
	dev-db/sqlite:3
	dev-libs/libxml2:2
	gnome-base/libglade:2.0
	gnome-keyring? ( gnome-base/gnome-keyring )
	media-gfx/exiv2
	media-libs/lcms:2
	>=media-libs/lensfun-0.2.3
	media-libs/libpng
	gnome-base/librsvg:2
	media-libs/openexr
	media-libs/tiff
	net-misc/curl
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/gtk+:2
	virtual/jpeg"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	openmp? ( >=sys-devel/gcc-4.4[openmp] )"

src_configure() {
	mycmakeargs=(
		"$(cmake-utils_use_use openmp OPENMP)"
		"$(cmake-utils_use_use gconf GCONF_BACKEND)"
		"$(cmake-utils_use_use gphoto2 CAMERA_SUPPORT)"
		"-DDONT_INSTALL_GCONF_SCHEMAS=ON"
		"-DINSTALL_IOP_EXPERIMENTAL=ON"
		"-DINSTALL_IOP_LEGACY=ON" )
	cmake-utils_src_configure
}

src_install(){
	cmake-utils_src_install
	newicon data/pixmaps/48x48/darktable.png darktable.png
}



1.1                  media-gfx/darktable/darktable-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild?rev=1.1&content-type=text/plain

Index: darktable-9999.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/darktable/darktable-9999.ebuild,v 1.1 2011/07/19 19:11:57 c1pher Exp $

EAPI="4"
if [[ ${PV} == "9999" ]]; then
	EGIT_REPO_URI="git://darktable.git.sf.net/gitroot/darktable/darktable"
	EGIT_BRANCH="master"
	EGIT_COMMIT="master"
	SCM="git-2"
	KEYWORDS=""
else
	SRC_URI="mirror://sourceforge/project/darktable/darktable/${PV}/${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi
GCONF_DEBUG="no"
inherit cmake-utils ${SCM}

DESCRIPTION="A virtual lighttable and darkroom for photographers"
HOMEPAGE="http://darktable.sf.net/"

LICENSE="GPL-3"
SLOT="0"

IUSE="gconf gphoto2 openmp gnome-keyring"
RDEPEND="
	gconf? ( gnome-base/gconf )
	gphoto2? ( media-libs/libgphoto2 )
	dev-db/sqlite:3
	dev-libs/libxml2:2
	gnome-base/libglade:2.0
	gnome-keyring? ( gnome-base/gnome-keyring )
	media-gfx/exiv2
	media-libs/lcms:2
	>=media-libs/lensfun-0.2.3
	media-libs/libpng
	gnome-base/librsvg:2
	media-libs/openexr
	media-libs/tiff
	net-misc/curl
	x11-libs/cairo
	x11-libs/gdk-pixbuf:2
	x11-libs/gtk+:2
	virtual/jpeg"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	openmp? ( >=sys-devel/gcc-4.4[openmp] )"

src_configure() {
	mycmakeargs=(
		"$(cmake-utils_use_use openmp OPENMP)"
		"$(cmake-utils_use_use gconf GCONF_BACKEND)"
		"$(cmake-utils_use_use gphoto2 CAMERA_SUPPORT)"
		"-DDONT_INSTALL_GCONF_SCHEMAS=ON"
		"-DINSTALL_IOP_EXPERIMENTAL=ON"
		"-DINSTALL_IOP_LEGACY=ON" )
	cmake-utils_src_configure
}

src_install(){
	cmake-utils_src_install
	newicon data/pixmaps/48x48/darktable.png darktable.png
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-19 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19 19:11 [gentoo-commits] gentoo-x86 commit in media-gfx/darktable: metadata.xml ChangeLog darktable-0.9.ebuild darktable-9999.ebuild Dane Smith (c1pher)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox