From 85269a86ec15634dcd46de68bf5d1d4d6ffcb95a Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Thu, 14 May 2015 15:09:18 +0200 Subject: media-libs/babl: 0.1.10-r1 → 0.1.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- media-libs/babl/Manifest | 11 ++++++++++ media-libs/babl/babl-0.1.12.ebuild | 43 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 media-libs/babl/Manifest create mode 100644 media-libs/babl/babl-0.1.12.ebuild (limited to 'media-libs') diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest new file mode 100644 index 00000000..9dddeea2 --- /dev/null +++ b/media-libs/babl/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +DIST babl-0.1.12.tar.bz2 642234 SHA256 2f802b7f1a17b72c10bf0fe1e69b7a888cf7ce62b7cf1537b030f7f88d55a407 SHA512 b69c8e3870f25372b2223aa4a716383af30342822461fc847039af964cdd194603dbc327a5c3547369d64b206b54280a5a9a227197ca6b7bcfbfa8e2e560df6a WHIRLPOOL b1a170492f1c1e6f030f418cc66c3be02cd2bd7e10896a416b5feaf2d7aa82de4fa15c9d2a65e6e1038ab6822e4dc3333f96102e18d757a6b1e07f4017b4beba +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEAREKAAYFAlVUoj8ACgkQ1fmVwcYIWAa8OQCgojGtJGgiabFv/kAihiK9MrIa +rz8An2QBidvdM7l37eZiqRga0jZnj9Zs +=eZAi +-----END PGP SIGNATURE----- diff --git a/media-libs/babl/babl-0.1.12.ebuild b/media-libs/babl/babl-0.1.12.ebuild new file mode 100644 index 00000000..f7bfe7d0 --- /dev/null +++ b/media-libs/babl/babl-0.1.12.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.10-r1.ebuild,v 1.12 2015/01/29 17:27:42 mgorny Exp $ + +EAPI=5 + +inherit autotools eutils + +DESCRIPTION="A dynamic, any to any, pixel format conversion library" +HOMEPAGE="http://www.gegl.org/babl/" +SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_mmx" + +RDEPEND="" +DEPEND="${RDEPEND} + >=sys-devel/libtool-2.2 + virtual/pkgconfig +" + +src_configure() { + # Automagic rsvg support is just for website generation we do not call, + # so we don't need to fix it + # w3m is used for dist target thus no issue for us that it is automagically + # detected + econf \ + --disable-docs \ + --disable-static \ + --disable-maintainer-mode \ + $(use_enable altivec) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ + $(use_enable cpu_flags_x86_sse sse2) +} + +src_install() { + default + prune_libtool_files --all + dodoc AUTHORS ChangeLog README NEWS +} -- cgit v1.2.3-65-gdbad