radhermit 14/05/03 07:30:57 Modified: ChangeLog Added: lcms-2.6.ebuild Log: Version bump, add default enabled threads use flag. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.169 media-libs/lcms/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/ChangeLog?rev=1.169&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/ChangeLog?rev=1.169&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/ChangeLog?r1=1.168&r2=1.169 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v retrieving revision 1.168 retrieving revision 1.169 diff -u -r1.168 -r1.169 --- ChangeLog 26 Apr 2014 22:12:14 -0000 1.168 +++ ChangeLog 3 May 2014 07:30:57 -0000 1.169 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/lcms # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.168 2014/04/26 22:12:14 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/ChangeLog,v 1.169 2014/05/03 07:30:57 radhermit Exp $ + +*lcms-2.6 (03 May 2014) + + 03 May 2014; Tim Harder <[email protected]> +lcms-2.6.ebuild: + Version bump, add default enabled threads use flag. 26 Apr 2014; Chema Alonso <[email protected]> lcms-1.19-r1.ebuild: Stable for amd64 wrt bug #504214 1.1 media-libs/lcms/lcms-2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/lcms-2.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lcms/lcms-2.6.ebuild?rev=1.1&content-type=text/plain Index: lcms-2.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.6.ebuild,v 1.1 2014/05/03 07:30:57 radhermit Exp $ EAPI=5 AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules" inherit autotools-multilib DESCRIPTION="A lightweight, speed optimized color management engine" HOMEPAGE="http://www.littlecms.com/" SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz" LICENSE="MIT" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc jpeg static-libs +threads test tiff zlib" RDEPEND="jpeg? ( virtual/jpeg:0[${MULTILIB_USEDEP}] ) tiff? ( media-libs/tiff:0=[${MULTILIB_USEDEP}] ) zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r10 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND}" S=${WORKDIR}/lcms2-${PV} src_configure() { local myeconfargs=( $(use_with jpeg) $(use_with tiff) $(use_with zlib) $(use_with threads) ) autotools-multilib_src_configure } src_install() { autotools-multilib_src_install if use doc; then docinto pdf dodoc doc/*.pdf fi }
