commit:     f9ee94c1094e8b64eb60553b720e31ee1e739f76
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Fri Feb 25 21:46:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 26 02:12:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ee94c1

media-libs/babl: 0.1.90 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.90.ebuild | 61 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index ae77487ee510..4f2c2ec19da6 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,3 +1,4 @@
 DIST babl-0.1.84.tar.xz 299216 BLAKE2B 
80db725230f5bee71a9e2056e40cfe9c4dda7669fe3004d73c2d1525c9a89362491edc5addef47f28a94938ab3cdefef0496b38404fc4ab11931e7b9e0daaebe
 SHA512 
a8cba80bd3a434ee9bbd1a0d1fcd6e5e38f9c657b189a70631ff3fe4e4c270e64762d1be13d48e8514d4166ac4175745001499fcda68eb1ea93e03c18b2a5d06
 DIST babl-0.1.86.tar.xz 299868 BLAKE2B 
2189659ef5b3890bc78329808dcff5e7577a85c9728d54f848fa2f6ed085cea53deeaa734c600b1d73dcb5a8acd2f680800459c0a4c5b7dce61bc69a54ab9d3c
 SHA512 
aff3b0069f7cdb515e6ace880500f4b89521062f9030ef452f0555b3cd993fffdd5f700c403a7be8e6758957073e7623360fc6ac41d86d5d31551c0fd0ff6048
 DIST babl-0.1.88.tar.xz 299972 BLAKE2B 
a22811196e306e3b846da63f361ecf792715d461cd8af85017af8dd353a406a38130f3e675214edc261557b6a0f6d3ed5586bfe7ecdf9b08ed5b8e7bc4aeb7f7
 SHA512 
1260133e44aa1878e13e2c64387e8540ca93edd7a905e2f8eebc58679444ba8815b9b6801b538a759c9b7b60294d7d7c33418bb1feee1879dcb8381450fe1742
+DIST babl-0.1.90.tar.xz 309324 BLAKE2B 
9fbbbe06539fd85007875e697529aa071d32a2d9e65f9750ceeb4a1f1ec1a3ac4a74dc40f932f7ff669bafdb1e9506df05414c7765f57b7d818901bffc55ccc2
 SHA512 
c0eac3c7d5eb328de2f97ccc9743bc2f78d79c23dc4d3465e979d98827b1643a0f2a257f0445e4acd09f15a9f95c79f67d09cb18c2c94b4f3d290944a0341e3c

diff --git a/media-libs/babl/babl-0.1.90.ebuild 
b/media-libs/babl/babl-0.1.90.ebuild
new file mode 100644
index 000000000000..a9a572ca524e
--- /dev/null
+++ b/media-libs/babl/babl-0.1.90.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 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://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz";
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv -sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-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.32:= )
+       lcms? ( >=media-libs/lcms-2.8:2 )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+       default
+       gnome2_environment_reset
+       use vala && vala_src_prepare
+}
+
+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
+       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
+}

Reply via email to