public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/
Date: Tue, 14 Feb 2017 20:46:05 +0000 (UTC)	[thread overview]
Message-ID: <1487105121.488747a35a5657d3e9bbf800d2bc5e010a3eee74.sping@gentoo> (raw)

commit:     488747a35a5657d3e9bbf800d2bc5e010a3eee74
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 20:06:43 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 20:45:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488747a3

media-libs/babl: 0.1.24

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/babl/Manifest           |  1 +
 media-libs/babl/babl-0.1.24.ebuild | 56 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index e79b76245a..e070d8ead4 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -2,3 +2,4 @@ DIST babl-0.1.12.tar.bz2 642234 SHA256 2f802b7f1a17b72c10bf0fe1e69b7a888cf7ce62b
 DIST babl-0.1.18.tar.bz2 734225 SHA256 483a495bc9fa68be624e27e72d2144ebfcbbf63e061eb986db1fb82b04b6fbf9 SHA512 70cf2db7294d5744e30519ccc9bfd795c9ef4bae4425bdf8719ce0028c6bb81deca7b2c0550e98877beddc7f5d5ce71b9ba5318416dc32c3087a13d8eee42304 WHIRLPOOL 63904609dcf9562f2fb1040e052c6001895a87b1e233a7cb6dd13ff549b39edff1c6a3a020028cd897f0b9d494292c15725f2da300cad1fb3f8a1e866c0eb522
 DIST babl-0.1.20.tar.bz2 763513 SHA256 0010909979d4f025d734944722c76eb49e61e412608dbbe4f00857bc8cf59314 SHA512 7200fecdc476233f6b448523b1bb39f34a47438ad1e4033a430851bc30e49b3a1de5086d486d9fadf4ecefd59219541f53575e0677753d059214b93b6270013d WHIRLPOOL 0992a03a833b769b91cd190265d726c5b449f568d26eefa55676737fbb3080671725666fc411e12f2dc7d60d8b60528886ac5ae6bad6f4406c4a07241290f610
 DIST babl-0.1.22.tar.bz2 613916 SHA256 f38a02e76fb96f4119ca82b4088c23f9183b9601cae19c1d8147e3ee8eaf2cca SHA512 5ced37d77ee55f7981b44dd12128ce422faa84a6c951658b1ea76ce776d4426e165301c3fac6144b782015e97388b5655d9bacdd8eca4d961af2df7d6a232114 WHIRLPOOL 7e94c7db1b39dbdf1f17c9ab2b2ad79374a8d09161afc25cb85dfabb80dbddbdee5a23a2e3d7b2f3eb11bd9a8952a1ad47edb3e4cc401b78957ae1dbca126560
+DIST babl-0.1.24.tar.bz2 616887 SHA256 472bf1acdde5bf076e6d86f3004eea4e9b007b1377ab305ebddec99994f29d0b SHA512 af13cc55e2cd8eadc9cb51c14f2603f160640fd31a40c058d76c705dade53cce62b6f0bf2c1a9a53013699d406db0e3d4b3a2372703f40da480e4b438ad7a799 WHIRLPOOL f554a73eb30206cab4b375da798033c336d4b2d66f6bdeda25081759b6b5450b7e9bd365735a988c4773ac2ced1496071bd5acc38b257d16339c9c3e1761eba4

diff --git a/media-libs/babl/babl-0.1.24.ebuild b/media-libs/babl/babl-0.1.24.ebuild
new file mode 100644
index 0000000000..a9a37ca045
--- /dev/null
+++ b/media-libs/babl/babl-0.1.24.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+if [[ ${PV} == *9999* ]]; then
+	inherit autotools git-r3
+	EGIT_REPO_URI="git://git.gnome.org/babl"
+	SRC_URI=""
+else
+	SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"
+	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"
+fi
+
+DESCRIPTION="A dynamic, any to any, pixel format conversion library"
+HOMEPAGE="http://www.gegl.org/babl/"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	>=sys-devel/libtool-2.2
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+	[[ ${PV} == *9999* ]] && eautoreconf
+}
+
+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_f16c f16c) \
+		$(use_enable cpu_flags_x86_mmx mmx) \
+		$(use_enable cpu_flags_x86_sse sse) \
+		$(use_enable cpu_flags_x86_sse2 sse2) \
+		$(use_enable cpu_flags_x86_sse4_1 sse4_1)
+}
+
+src_install() {
+	default
+	prune_libtool_files --all
+}


             reply	other threads:[~2017-02-14 20:46 UTC|newest]

Thread overview: 136+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-14 20:46 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25 13:59 [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/ Joonas Niilola
2024-09-25 13:58 Joonas Niilola
2024-04-14  0:43 Sam James
2024-03-21  2:50 Sam James
2023-12-08  8:46 Arthur Zamarin
2023-12-08  8:41 Arthur Zamarin
2023-08-20  7:16 Joonas Niilola
2023-08-20  7:16 Joonas Niilola
2023-06-28  6:59 Sam James
2023-05-05 13:37 Arthur Zamarin
2023-05-05 13:36 Arthur Zamarin
2023-05-05 12:58 Arthur Zamarin
2023-05-05 10:28 Arthur Zamarin
2023-02-26 21:23 Sam James
2023-02-24 19:09 Joonas Niilola
2022-12-23  8:03 Sam James
2022-12-01  3:21 WANG Xuerui
2022-11-25  7:52 Sam James
2022-11-25  7:52 Sam James
2022-11-21 19:16 Arthur Zamarin
2022-11-21 19:16 Arthur Zamarin
2022-11-07  9:34 Joonas Niilola
2022-11-07  9:15 Joonas Niilola
2022-10-04 18:27 Sam James
2022-10-04 18:27 Sam James
2022-08-31 22:26 Sam James
2022-07-25 15:06 Agostino Sarubbo
2022-07-25 15:01 Agostino Sarubbo
2022-07-25  7:13 Agostino Sarubbo
2022-07-25  7:07 Agostino Sarubbo
2022-07-11 22:50 John Helmert III
2022-07-10 19:13 Sam James
2022-07-09 10:23 Arthur Zamarin
2022-07-09 10:23 Arthur Zamarin
2022-07-09 10:23 Arthur Zamarin
2022-05-17  6:11 Sam James
2022-05-17  1:18 Sam James
2022-03-15  4:20 John Helmert III
2022-02-26 12:08 David Seifert
2022-02-26 11:54 David Seifert
2022-02-26  2:16 Sam James
2022-02-26  2:16 Sam James
2021-11-16  2:53 Sam James
2021-10-29 16:05 Sam James
2021-10-29 11:16 Sam James
2021-10-23 13:51 Sam James
2021-09-08  6:38 Sam James
2021-04-11  8:09 Joonas Niilola
2021-02-21 10:19 Andreas Sturmlechner
2021-02-19 17:17 Sam James
2021-02-19 12:11 Sam James
2021-02-18 22:19 Sam James
2021-02-18 21:01 Sam James
2020-12-29  1:54 Sam James
2020-12-29  1:54 Sam James
2020-11-08 12:02 Sam James
2020-11-04 12:42 Mikle Kolyada
2020-10-31 11:20 Mikle Kolyada
2020-10-20 12:54 Joonas Niilola
2020-09-23  4:06 Sam James
2020-09-20 22:40 Thomas Deutschmann
2020-08-22 16:07 Andreas Sturmlechner
2020-07-05  8:24 Joonas Niilola
2020-04-30 21:28 Andreas Sturmlechner
2020-04-09 22:02 Sergei Trofimovich
2020-04-07 10:21 Mart Raudsepp
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 12:46 Agostino Sarubbo
2020-01-25 22:41 Andreas Sturmlechner
2020-01-25 21:09 Andreas Sturmlechner
2020-01-20 10:12 Lars Wendler
2019-11-27 13:33 Mikle Kolyada
2019-11-23  0:49 Aaron Bauman
2019-11-22 16:23 Matt Turner
2019-11-21 17:17 Sergei Trofimovich
2019-11-20 13:23 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-10-21 12:30 Sebastian Pipping
2019-07-16  6:06 Michał Górny
2019-07-07 18:17 Sebastian Pipping
2019-06-05  7:12 Agostino Sarubbo
2019-05-26 16:00 Sebastian Pipping
2019-05-26 16:00 Sebastian Pipping
2019-05-21  6:31 Aaron Bauman
2019-05-11 12:10 Mikle Kolyada
2019-05-08 19:21 Mikle Kolyada
2019-05-07 21:47 Matt Turner
2019-05-03  7:11 Sergei Trofimovich
2019-04-28 13:03 Sergei Trofimovich
2019-04-27 20:50 Sergei Trofimovich
2019-04-25 22:32 Pacho Ramos
2019-03-09 16:33 Sebastian Pipping
2018-11-25  0:28 Sebastian Pipping
2018-11-24 12:49 Sergei Trofimovich
2018-11-18 21:06 Sebastian Pipping
2018-09-29 15:42 Sebastian Pipping
2018-09-07 14:53 Miroslav Šulc
2018-08-25 19:17 Sebastian Pipping
2018-08-15 17:13 Sebastian Pipping
2018-07-23 14:27 Sebastian Pipping
2018-07-19 20:41 Sebastian Pipping
2018-05-21 12:09 Sebastian Pipping
2018-05-12 20:41 Sergei Trofimovich
2018-04-14  0:04 Sebastian Pipping
2018-03-31 18:01 Sebastian Pipping
2018-03-22  6:07 Markus Meier
2018-03-21  7:39 Sergei Trofimovich
2018-02-24 17:13 Sebastian Pipping
2018-01-31 17:39 Sebastian Pipping
2018-01-22  8:31 Sergei Trofimovich
2018-01-20 16:49 Tobias Klausmann
2018-01-17 17:22 Sebastian Pipping
2018-01-17  6:42 Thomas Deutschmann
2017-11-20 20:04 Sebastian Pipping
2017-08-23 21:52 Sebastian Pipping
2017-06-07 10:25 Sergei Trofimovich
2017-05-14 17:19 Sebastian Pipping
2017-04-04 21:26 Michael Weber
2016-12-26 12:46 Markus Meier
2016-12-25 14:54 Lars Wendler
2016-12-25 14:54 Lars Wendler
2016-11-10 23:10 Sebastian Pipping
2016-10-01 13:40 Jeroen Roovers
2016-09-22  9:59 Tobias Klausmann
2016-09-17  8:27 Pacho Ramos
2016-07-18 16:18 Sebastian Pipping
2016-06-17 11:30 Michael Weber
2016-03-06 22:54 Sebastian Pipping
2016-02-18 22:05 Manuel Rüger
2015-12-04 23:03 Sebastian Pipping
2015-09-05 15:50 Pacho Ramos
2015-08-16 16:38 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487105121.488747a35a5657d3e9bbf800d2bc5e010a3eee74.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox