From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/
Date: Wed, 28 Jun 2023 06:59:34 +0000 (UTC) [thread overview]
Message-ID: <1687935508.4e48bd08cf3b9dafe44c9311dd941b0869d87674.sam@gentoo> (raw)
commit: 4e48bd08cf3b9dafe44c9311dd941b0869d87674
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Jun 27 20:03:25 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 06:58:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e48bd08
media-libs/babl: 0.1.106 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/babl/Manifest | 1 +
media-libs/babl/babl-0.1.106.ebuild | 69 +++++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index e97b563bb1a3..8282857eaa4a 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,2 +1,3 @@
DIST babl-0.1.98.tar.xz 312516 BLAKE2B c12626e4b8127a5b2e17507e20cf6ce324834a58d64fa54b80fbe00ef2468d3d29c870d44a22f08f7e74404cf6f47321084c854a4ba017cf0c8c199d8210849f SHA512 33b2e3f8fbcd6602bb82d6242dd2911bb2232e69350f7a0e70e14b1472052e27b0e2a1fa6a2b6d0449fc9796353336e311c8d4007c532447cd61f95b684a3120
DIST babl-0.1.102.tar.xz 313872 BLAKE2B b5720b256368c0d1cba5f6da98185bcad3770390e38e0a495b19a51ef3adeb9ab25e9ada8c085fc685261ca5722ee0dd6876091bf366a0a9ef876e096b8cdba9 SHA512 7a4cbf011bdac3dbb41e76fbb7fe389b3bfc2c844b58b2f743c0805fac47ea8d8f94997ed3e8f0744d7ed8d9b7d14b807fddddb959d809cff8f729462fe1b601
+DIST babl-0.1.106.tar.xz 315068 BLAKE2B 560518beab77ec2f3fc50062bda80839f749992e4c61bef3badd4acfbc2a7bba6dce332ffabe65dcf18e4ba450d0ae1d261b5e34724a1309ea74e50ce3e452c7 SHA512 97dc57141754ff64a961f77df50dcd91b32d3cf26efa8ba9f3dd5fcfae41e96f986178a04ba7a8940effb6e6e33ac98b163551f377dc781308c750222efb4943
diff --git a/media-libs/babl/babl-0.1.106.ebuild b/media-libs/babl/babl-0.1.106.ebuild
new file mode 100644
index 000000000000..8ee17745cb62
--- /dev/null
+++ b/media-libs/babl/babl-0.1.106.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VALA_USE_DEPEND=vapigen
+
+inherit meson gnome2-utils vala
+
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git"
+ SRC_URI=""
+else
+ SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv -sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+fi
+
+DESCRIPTION="A dynamic, any to any, pixel format conversion library"
+HOMEPAGE="https://gegl.org/babl/"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="introspection lcms vala cpu_flags_x86_avx2 cpu_flags_x86_f16c cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1"
+REQUIRED_USE="vala? ( introspection )"
+
+BDEPEND="
+ virtual/pkgconfig
+ vala? ( $(vala_depend) )
+"
+RDEPEND="
+ introspection? ( >=dev-libs/gobject-introspection-1.72:= )
+ lcms? ( >=media-libs/lcms-2.13.1:2 )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ gnome2_environment_reset
+}
+
+src_configure() {
+ use vala && vala_setup
+
+ # 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
+ local emesonargs=(
+ -Dwith-docs=false
+ $(meson_use introspection enable-gir)
+ $(meson_use lcms with-lcms)
+ $(meson_use vala enable-vapi)
+ $(meson_use cpu_flags_x86_avx2 enable-avx2)
+ $(meson_use cpu_flags_x86_f16c enable-f16c)
+ $(meson_use cpu_flags_x86_mmx enable-mmx)
+ $(meson_use cpu_flags_x86_sse enable-sse)
+ $(meson_use cpu_flags_x86_sse2 enable-sse2)
+ $(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+
+ # Create symlink for backward compatibility. See also bug 871690
+ dosym -r /usr/"$(get_libdir)"/pkgconfig/babl-0.1.pc /usr/"$(get_libdir)"/pkgconfig/babl.pc
+}
next reply other threads:[~2023-06-28 6:59 UTC|newest]
Thread overview: 137+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-28 6:59 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-08 13:27 [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/ Joonas Niilola
2024-09-25 13:59 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-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-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=1687935508.4e48bd08cf3b9dafe44c9311dd941b0869d87674.sam@gentoo \
--to=sam@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