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: Thu, 10 Nov 2016 23:10:06 +0000 (UTC)	[thread overview]
Message-ID: <1478819397.d5398db38db5872a585e1dd507eaea16c2b2a4c5.sping@gentoo> (raw)

commit:     d5398db38db5872a585e1dd507eaea16c2b2a4c5
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 10 21:34:54 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 23:09:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5398db3

media-libs/babl: 0.1.20

Package-Manager: portage-2.3.2

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

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 02ffdf8..cc1c2d0 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -3,3 +3,4 @@ DIST babl-0.1.12.tar.bz2 642234 SHA256 2f802b7f1a17b72c10bf0fe1e69b7a888cf7ce62b
 DIST babl-0.1.14.tar.bz2 718238 SHA256 e6dcb112c8f8f75471823fdcc5a6a65f753b4d0e96e377979ea01a5d6fad7d4f SHA512 fb7c48738b968c2cf01aab20b50c7768501b73c8c34957ef500cf7a77bb2dce519ede34463a8a100037533d5f3566e1cd23d898c41eb29fc01620a0dde131398 WHIRLPOOL e85a868e751f490a9dee002bd93214033f0fbaab7dbd65c0062c55f98af810be83e6899804bdd2c4e45f2625f2e75a36784890c950e34b35baf0104c69bd2a79
 DIST babl-0.1.16.tar.bz2 730441 SHA256 7d6ba55ec53ee6f6bf6945beec28839d09ff72376f4d83035eb379cd4f3e980e SHA512 a129247a827ccd79bb92204e49d6b6614183bff5961ef6b41cb466c51973b01a15aa7720f7401f1ab7d64885ede69ad84e99f628e48beb4525644d109c7f9a5a WHIRLPOOL 77e0c53d4cd809fd43c9a3e775cd8ea3042bd94e8bffd58e06e99d07fa1c7c630fe41ba403aab3c2228744803fe5e9ad64cf28913c4ca99549f290e97df856d1
 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

diff --git a/media-libs/babl/babl-0.1.20.ebuild b/media-libs/babl/babl-0.1.20.ebuild
new file mode 100644
index 00000000..f21c4f4
--- /dev/null
+++ b/media-libs/babl/babl-0.1.20.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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() {
+	epatch_user
+	[[ ${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:[~2016-11-10 23:10 UTC|newest]

Thread overview: 136+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-10 23:10 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
2017-02-14 20:46 Sebastian Pipping
2016-12-26 12:46 Markus Meier
2016-12-25 14:54 Lars Wendler
2016-12-25 14:54 Lars Wendler
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=1478819397.d5398db38db5872a585e1dd507eaea16c2b2a4c5.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