diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-11 09:38:40 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-11 09:38:40 +0000 |
commit | 28cc971556ea0e7914605b16153ed7a31be0ab18 (patch) | |
tree | ca1b944bafddfa45623c687ac774f662c82e7bfe /media-gfx/icc_examin | |
parent | Stable for amd64, wrt bug #417909 (diff) | |
download | gentoo-2-28cc971556ea0e7914605b16153ed7a31be0ab18.tar.gz gentoo-2-28cc971556ea0e7914605b16153ed7a31be0ab18.tar.bz2 gentoo-2-28cc971556ea0e7914605b16153ed7a31be0ab18.zip |
Version bump (thanks euscan)
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/icc_examin')
-rw-r--r-- | media-gfx/icc_examin/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/icc_examin/icc_examin-0.50.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/icc_examin/icc_examin-0.51.ebuild | 33 |
3 files changed, 42 insertions, 3 deletions
diff --git a/media-gfx/icc_examin/ChangeLog b/media-gfx/icc_examin/ChangeLog index 9e1bc74a0da8..e08e2d1d25a0 100644 --- a/media-gfx/icc_examin/ChangeLog +++ b/media-gfx/icc_examin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/icc_examin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.1 2012/02/08 01:34:42 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/ChangeLog,v 1.2 2012/06/11 09:38:40 xmw Exp $ + +*icc_examin-0.51 (11 Jun 2012) + + 11 Jun 2012; Michael Weber <xmw@gentoo.org> +icc_examin-0.51.ebuild, + icc_examin-0.50.ebuild: + Version bump (thanks euscan) *icc_examin-0.50 (08 Feb 2012) diff --git a/media-gfx/icc_examin/icc_examin-0.50.ebuild b/media-gfx/icc_examin/icc_examin-0.50.ebuild index 998fcd3343a3..a1ee55f948e4 100644 --- a/media-gfx/icc_examin/icc_examin-0.50.ebuild +++ b/media-gfx/icc_examin/icc_examin-0.50.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.50.ebuild,v 1.1 2012/02/08 01:34:42 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.50.ebuild,v 1.2 2012/06/11 09:38:40 xmw Exp $ EAPI=4 inherit toolchain-funcs -DESCRIPTION="viewer for the internals of a ICC profile, measurement data (CGATS), argylls gamut vrml visualisations and video card gamma tables" +DESCRIPTION="viewer for ICC and CGATS profiles, argylls gamut vrml visualisations and video card gamma tables" HOMEPAGE="http://www.behrmann.name/index.php?option=com_content&task=view&id=99&Itemid=1&lang=de" SRC_URI="mirror://sourceforge/oyranos/ICC%20Examin/ICC%20Examin%200.50/icc_examin-0.50.tar.bz2" diff --git a/media-gfx/icc_examin/icc_examin-0.51.ebuild b/media-gfx/icc_examin/icc_examin-0.51.ebuild new file mode 100644 index 000000000000..210ad4a010c2 --- /dev/null +++ b/media-gfx/icc_examin/icc_examin-0.51.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/icc_examin/icc_examin-0.51.ebuild,v 1.1 2012/06/11 09:38:40 xmw Exp $ + +EAPI=4 + +inherit toolchain-funcs + +DESCRIPTION="viewer for ICC and CGATS profiles, argylls gamut vrml visualisations and video card gamma tables" +HOMEPAGE="http://www.behrmann.name/index.php?option=com_content&task=view&id=99&Itemid=1&lang=de" +SRC_URI="mirror://sourceforge/oyranos/ICC%20Examin/ICC%20Examin%20${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-libs/ftgl + media-libs/oyranos + x11-libs/fltk" + +DEPEND="${RDEPEND}" + +src_prepare() { + sed -e '/xdg-icon-resource\|xdg-desktop-menu/d' \ + -i makefile.in +} + +src_configure() { + tc-export CC CXX + econf --enable-verbose \ + --disable-static +} |