[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2024-04-13 Thread Sam James
commit: a151ef24e15bc429cee86e15570e64493ab50239
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Apr 13 21:33:17 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 14 00:42:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a151ef24

media-libs/babl: drop old 0.1.98, 0.1.102

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/Manifest|  2 --
 media-libs/babl/babl-0.1.102.ebuild | 69 -
 media-libs/babl/babl-0.1.98.ebuild  | 69 -
 3 files changed, 140 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index e47de615b455..6a62c6822859 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,4 +1,2 @@
-DIST babl-0.1.98.tar.xz 312516 BLAKE2B 
c12626e4b8127a5b2e17507e20cf6ce324834a58d64fa54b80fbe00ef2468d3d29c870d44a22f08f7e74404cf6f47321084c854a4ba017cf0c8c199d8210849f
 SHA512 
33b2e3f8fbcd6602bb82d6242dd2911bb2232e69350f7a0e70e14b1472052e27b0e2a1fa6a2b6d0449fc9796353336e311c8d4007c532447cd61f95b684a3120
-DIST babl-0.1.102.tar.xz 313872 BLAKE2B 
b5720b256368c0d1cba5f6da98185bcad3770390e38e0a495b19a51ef3adeb9ab25e9ada8c085fc685261ca5722ee0dd6876091bf366a0a9ef876e096b8cdba9
 SHA512 
7a4cbf011bdac3dbb41e76fbb7fe389b3bfc2c844b58b2f743c0805fac47ea8d8f94997ed3e8f0744d7ed8d9b7d14b807fb959d809cff8f729462fe1b601
 DIST babl-0.1.106.tar.xz 315068 BLAKE2B 
560518beab77ec2f3fc50062bda80839f749992e4c61bef3badd4acfbc2a7bba6dce332ffabe65dcf18e4ba450d0ae1d261b5e34724a1309ea74e50ce3e452c7
 SHA512 
97dc57141754ff64a961f77df50dcd91b32d3cf26efa8ba9f3dd5fcfae41e96f986178a04ba7a8940effb6e6e33ac98b163551f377dc781308c750222efb4943
 DIST babl-0.1.108.tar.xz 317036 BLAKE2B 
a2ece95d7cad33aa70e41ee9c01bd11b7fb1730cb0e0d64df42c4c933a1ac1955b103d75d2ade613ebee0362ade8aaf8ed1257a3cbe307d623243869244f67c1
 SHA512 
3ebdd18b32505e3009ba8f4957ffe892226d83012fbf3217b1761645fdcae943a19bda1a1f93adde78a5dd83fa11b0ba23014118228ca4eab4fd18001f1f4970

diff --git a/media-libs/babl/babl-0.1.102.ebuild 
b/media-libs/babl/babl-0.1.102.ebuild
deleted file mode 100644
index a773e323fecf..
--- a/media-libs/babl/babl-0.1.102.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# 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} == ** ]]; 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
-}

diff --git a/media-libs/babl/babl-0.1.98.ebuild 
b/media-libs/babl/babl-0.1.98.ebuild
deleted file mode 100644
index 77116b671550..
--- a/media-libs/babl/babl-0.1.98.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# 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} == 

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2024-03-20 Thread Sam James
commit: 32e46d59664e13c9cc08f424ad0ab562e70e7cce
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Feb 15 21:00:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 21 02:49:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e46d59

media-libs/babl: 0.1.108 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/Manifest|  1 +
 media-libs/babl/babl-0.1.108.ebuild | 69 +
 2 files changed, 70 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 8282857eaa4a..e47de615b455 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,3 +1,4 @@
 DIST babl-0.1.98.tar.xz 312516 BLAKE2B 
c12626e4b8127a5b2e17507e20cf6ce324834a58d64fa54b80fbe00ef2468d3d29c870d44a22f08f7e74404cf6f47321084c854a4ba017cf0c8c199d8210849f
 SHA512 
33b2e3f8fbcd6602bb82d6242dd2911bb2232e69350f7a0e70e14b1472052e27b0e2a1fa6a2b6d0449fc9796353336e311c8d4007c532447cd61f95b684a3120
 DIST babl-0.1.102.tar.xz 313872 BLAKE2B 
b5720b256368c0d1cba5f6da98185bcad3770390e38e0a495b19a51ef3adeb9ab25e9ada8c085fc685261ca5722ee0dd6876091bf366a0a9ef876e096b8cdba9
 SHA512 
7a4cbf011bdac3dbb41e76fbb7fe389b3bfc2c844b58b2f743c0805fac47ea8d8f94997ed3e8f0744d7ed8d9b7d14b807fb959d809cff8f729462fe1b601
 DIST babl-0.1.106.tar.xz 315068 BLAKE2B 
560518beab77ec2f3fc50062bda80839f749992e4c61bef3badd4acfbc2a7bba6dce332ffabe65dcf18e4ba450d0ae1d261b5e34724a1309ea74e50ce3e452c7
 SHA512 
97dc57141754ff64a961f77df50dcd91b32d3cf26efa8ba9f3dd5fcfae41e96f986178a04ba7a8940effb6e6e33ac98b163551f377dc781308c750222efb4943
+DIST babl-0.1.108.tar.xz 317036 BLAKE2B 
a2ece95d7cad33aa70e41ee9c01bd11b7fb1730cb0e0d64df42c4c933a1ac1955b103d75d2ade613ebee0362ade8aaf8ed1257a3cbe307d623243869244f67c1
 SHA512 
3ebdd18b32505e3009ba8f4957ffe892226d83012fbf3217b1761645fdcae943a19bda1a1f93adde78a5dd83fa11b0ba23014118228ca4eab4fd18001f1f4970

diff --git a/media-libs/babl/babl-0.1.108.ebuild 
b/media-libs/babl/babl-0.1.108.ebuild
new file mode 100644
index ..94c8dae39e51
--- /dev/null
+++ b/media-libs/babl/babl-0.1.108.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2024 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} == ** ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-12-08 Thread Arthur Zamarin
commit: e29fd37f7e1a1326f0843740ea8711cb51025adb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  8 08:46:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  8 08:46:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29fd37f

media-libs/babl: Stabilize 0.1.106 ppc64, #912433

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.106.ebuild 
b/media-libs/babl/babl-0.1.106.ebuild
index 79fc617fd004..a773e323fecf 100644
--- a/media-libs/babl/babl-0.1.106.ebuild
+++ b/media-libs/babl/babl-0.1.106.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-12-08 Thread Arthur Zamarin
commit: 38f14cea669a3d64f59676cde31ad168a97cc7ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  8 08:41:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  8 08:41:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f14cea

media-libs/babl: Stabilize 0.1.106 arm64, #912433

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.106.ebuild 
b/media-libs/babl/babl-0.1.106.ebuild
index 5fad3b4e8057..79fc617fd004 100644
--- a/media-libs/babl/babl-0.1.106.ebuild
+++ b/media-libs/babl/babl-0.1.106.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-08-20 Thread Joonas Niilola
commit: 0f07b150e9fefa62a25bcd7bfb02397870e61e35
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Aug 20 07:16:08 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 20 07:16:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f07b150

media-libs/babl: Stabilize 0.1.106 x86, #912433

Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/babl/babl-0.1.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.106.ebuild 
b/media-libs/babl/babl-0.1.106.ebuild
index 1d09a3ac0788..5fad3b4e8057 100644
--- a/media-libs/babl/babl-0.1.106.ebuild
+++ b/media-libs/babl/babl-0.1.106.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-08-20 Thread Joonas Niilola
commit: 5917bb38aaaed018b40cb7ca72cb72c36dda9eb1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Aug 20 07:14:23 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 20 07:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5917bb38

media-libs/babl: Stabilize 0.1.106 amd64, #912433

Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/babl/babl-0.1.106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.106.ebuild 
b/media-libs/babl/babl-0.1.106.ebuild
index 8ee17745cb62..1d09a3ac0788 100644
--- a/media-libs/babl/babl-0.1.106.ebuild
+++ b/media-libs/babl/babl-0.1.106.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-06-28 Thread Sam James
commit: 4e48bd08cf3b9dafe44c9311dd941b0869d87674
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Jun 27 20:03:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 28 06:58:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e48bd08

media-libs/babl: 0.1.106 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  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 
7a4cbf011bdac3dbb41e76fbb7fe389b3bfc2c844b58b2f743c0805fac47ea8d8f94997ed3e8f0744d7ed8d9b7d14b807fb959d809cff8f729462fe1b601
+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 ..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} == ** ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-05-05 Thread Arthur Zamarin
commit: 5f743b2174385990b8c6e2ad698bb4d49a09d3e8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 13:37:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 13:37:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f743b21

media-libs/babl: Stabilize 0.1.102 x86, #905676

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.102.ebuild 
b/media-libs/babl/babl-0.1.102.ebuild
index 4e92a83567a3..793b5674f4c8 100644
--- a/media-libs/babl/babl-0.1.102.ebuild
+++ b/media-libs/babl/babl-0.1.102.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-05-05 Thread Arthur Zamarin
commit: bf2d2f4d30b2120d1541167cc5eb9bc79272e167
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 13:36:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 13:36:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2d2f4d

media-libs/babl: Stabilize 0.1.102 amd64, #905676

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.102.ebuild 
b/media-libs/babl/babl-0.1.102.ebuild
index 855c99e4ab90..4e92a83567a3 100644
--- a/media-libs/babl/babl-0.1.102.ebuild
+++ b/media-libs/babl/babl-0.1.102.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-05-05 Thread Arthur Zamarin
commit: 9d6afe20df6da9f1bd96779be7af14bcc4058a82
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 12:58:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 12:58:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6afe20

media-libs/babl: Stabilize 0.1.102 ppc64, #905676

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.102.ebuild 
b/media-libs/babl/babl-0.1.102.ebuild
index e8994153c687..855c99e4ab90 100644
--- a/media-libs/babl/babl-0.1.102.ebuild
+++ b/media-libs/babl/babl-0.1.102.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-05-05 Thread Arthur Zamarin
commit: 1a8f2e8574a89645428a84a02ca86b3dca8d1536
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 10:28:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 10:28:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8f2e85

media-libs/babl: Stabilize 0.1.102 arm64, #905676

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.102.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.102.ebuild 
b/media-libs/babl/babl-0.1.102.ebuild
index fa71efb6d66d..e8994153c687 100644
--- a/media-libs/babl/babl-0.1.102.ebuild
+++ b/media-libs/babl/babl-0.1.102.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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 ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-02-26 Thread Sam James
commit: cfac29f90f3af69c42efb37470b5b99740145439
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Feb 26 20:39:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 26 21:23:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfac29f9

media-libs/babl: 0.1.102 version bump

The media-libs/babl-0.1.100 causes GIMP Cut/Copy/Paste breaking:
https://gitlab.gnome.org/GNOME/gimp/-/issues/9175

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/Manifest | 2 +-
 media-libs/babl/{babl-0.1.100.ebuild => babl-0.1.102.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index bc41ca1d03eb..e97b563bb1a3 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,2 +1,2 @@
 DIST babl-0.1.98.tar.xz 312516 BLAKE2B 
c12626e4b8127a5b2e17507e20cf6ce324834a58d64fa54b80fbe00ef2468d3d29c870d44a22f08f7e74404cf6f47321084c854a4ba017cf0c8c199d8210849f
 SHA512 
33b2e3f8fbcd6602bb82d6242dd2911bb2232e69350f7a0e70e14b1472052e27b0e2a1fa6a2b6d0449fc9796353336e311c8d4007c532447cd61f95b684a3120
-DIST babl-0.1.100.tar.xz 313808 BLAKE2B 
068693717d6b9535b1e562d014350e7fb9e891cbb2aab54b6a146acb3c202c54add4b6599624e200c872f6fc44756b62c6e4daf06f806a03abbc5faee61f61a3
 SHA512 
19d2f656b2c758f7b4b5ac090c08689617db0eb8c304ef501ff002ca32e9ddd7eeb99d5d9aeaba79c34c4c551bda936f5a1b209fad20cd73db85b0ddea82f9da
+DIST babl-0.1.102.tar.xz 313872 BLAKE2B 
b5720b256368c0d1cba5f6da98185bcad3770390e38e0a495b19a51ef3adeb9ab25e9ada8c085fc685261ca5722ee0dd6876091bf366a0a9ef876e096b8cdba9
 SHA512 
7a4cbf011bdac3dbb41e76fbb7fe389b3bfc2c844b58b2f743c0805fac47ea8d8f94997ed3e8f0744d7ed8d9b7d14b807fb959d809cff8f729462fe1b601

diff --git a/media-libs/babl/babl-0.1.100.ebuild 
b/media-libs/babl/babl-0.1.102.ebuild
similarity index 100%
rename from media-libs/babl/babl-0.1.100.ebuild
rename to media-libs/babl/babl-0.1.102.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2023-02-24 Thread Joonas Niilola
commit: d9bedbf9874af367fbd15f62c6180d071ff79970
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Feb 24 08:41:11 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Feb 24 19:08:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bedbf9

media-libs/babl: 0.1.100 version bump

Symlink babl-0.1.pc -> babl.pc is created for backward compatibility with 
gegl-0.4.40, gimp-2.10.32 and gimp-2.99.14
Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/babl/Manifest|  1 +
 media-libs/babl/babl-0.1.100.ebuild | 69 +
 2 files changed, 70 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index d8e6aba17b20..bc41ca1d03eb 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1 +1,2 @@
 DIST babl-0.1.98.tar.xz 312516 BLAKE2B 
c12626e4b8127a5b2e17507e20cf6ce324834a58d64fa54b80fbe00ef2468d3d29c870d44a22f08f7e74404cf6f47321084c854a4ba017cf0c8c199d8210849f
 SHA512 
33b2e3f8fbcd6602bb82d6242dd2911bb2232e69350f7a0e70e14b1472052e27b0e2a1fa6a2b6d0449fc9796353336e311c8d4007c532447cd61f95b684a3120
+DIST babl-0.1.100.tar.xz 313808 BLAKE2B 
068693717d6b9535b1e562d014350e7fb9e891cbb2aab54b6a146acb3c202c54add4b6599624e200c872f6fc44756b62c6e4daf06f806a03abbc5faee61f61a3
 SHA512 
19d2f656b2c758f7b4b5ac090c08689617db0eb8c304ef501ff002ca32e9ddd7eeb99d5d9aeaba79c34c4c551bda936f5a1b209fad20cd73db85b0ddea82f9da

diff --git a/media-libs/babl/babl-0.1.100.ebuild 
b/media-libs/babl/babl-0.1.100.ebuild
new file mode 100644
index ..fa71efb6d66d
--- /dev/null
+++ b/media-libs/babl/babl-0.1.100.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} == ** ]]; 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 ~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.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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/files/, media-libs/babl/

2023-01-25 Thread Andreas Sturmlechner
commit: 7bf3457a5c29e257bf1538831644b7b390344328
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 24 21:23:16 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 25 17:46:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf3457a

media-libs/babl: drop 0.1.92-r1, 0.1.96-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/babl/Manifest   |  2 -
 media-libs/babl/babl-0.1.92-r1.ebuild  | 68 -
 media-libs/babl/babl-0.1.96-r1.ebuild  | 69 --
 ...universal_nonlinear_rgb_u8_converter_sse2.patch | 18 --
 4 files changed, 157 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index ba4ddf504fa2..d8e6aba17b20 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,3 +1 @@
-DIST babl-0.1.92.tar.xz 309784 BLAKE2B 
c3c716ba1b54082743ba6ea33da99fb458dc971ab78ae72170af9840eadbc7f2aeb0a26d3270ede2a6e0d7b55489fc8f700b1c69731a4612ba4106f9672762d0
 SHA512 
c2baf39f576bf7f57786c59f2de0818257f4d1d62cadf44fdd802c9a534ed94390dd1616e7e72fcc9de1fb85a24a10fbacdbbabbe376a45ae598be46817e3bc0
-DIST babl-0.1.96.tar.xz 312184 BLAKE2B 
6ee307054cf4d1e0f434a6070189ed143c60056decb59184f880b26863c8177d0c69294254651923f7dfb897555939602e6f4384e7561a839a3cf80ae9468859
 SHA512 
771d68b80f1123baa38256e4b1d7946284cd88997b2ab7c7092a74120e91ea5ee7ab4c001686ae4b3e363b6465484f185a64f9c75515a55d3ffb81fecbeaca42
 DIST babl-0.1.98.tar.xz 312516 BLAKE2B 
c12626e4b8127a5b2e17507e20cf6ce324834a58d64fa54b80fbe00ef2468d3d29c870d44a22f08f7e74404cf6f47321084c854a4ba017cf0c8c199d8210849f
 SHA512 
33b2e3f8fbcd6602bb82d6242dd2911bb2232e69350f7a0e70e14b1472052e27b0e2a1fa6a2b6d0449fc9796353336e311c8d4007c532447cd61f95b684a3120

diff --git a/media-libs/babl/babl-0.1.92-r1.ebuild 
b/media-libs/babl/babl-0.1.92-r1.ebuild
deleted file mode 100644
index aaaefb6f1af8..
--- a/media-libs/babl/babl-0.1.92-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# 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} == ** ]]; 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}"
-
-PATCHES=(
-   "${FILESDIR}/${P}_universal_nonlinear_rgb_u8_converter_sse2.patch" # 
Bug 857708
-)
-
-src_prepare() {
-   default
-   gnome2_environment_reset
-
-   sed -i -e 's/Description/description/' meson.build || die # bug 843266
-}
-
-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
-}

diff --git a/media-libs/babl/babl-0.1.96-r1.ebuild 
b/media-libs/babl/babl-0.1.96-r1.ebuild
deleted file mode 100644
index 6031f275a4be..
--- a/media-libs/babl/babl-0.1.96-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# 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} == ** ]]; 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 ~mips ~ppc 

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-12-23 Thread Sam James
commit: 454eabcfce3cf2de77c07cc8c94ccb70967c9a2e
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 23 07:55:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 23 07:58:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454eabcf

media-libs/babl: add gnome-gitlab upstream metadata

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-libs/babl/metadata.xml b/media-libs/babl/metadata.xml
index c7d0b0f3a771..8a4071e8cef5 100644
--- a/media-libs/babl/metadata.xml
+++ b/media-libs/babl/metadata.xml
@@ -9,4 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   GNOME/babl
+   
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-11-30 Thread WANG Xuerui
commit: 1cdb22d151265eb17c16ed6997661ba3f4f4c08c
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Nov 30 12:15:15 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  1 02:44:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdb22d1

media-libs/babl: keyword 0.1.98 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-libs/babl/babl-0.1.98.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.98.ebuild 
b/media-libs/babl/babl-0.1.98.ebuild
index b0809b33eff6..69a10fcbd600 100644
--- a/media-libs/babl/babl-0.1.98.ebuild
+++ b/media-libs/babl/babl-0.1.98.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.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"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-11-24 Thread Sam James
commit: eab3e1a5ae4c3aa5477c0dd2ad63f7a5c43a6055
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Nov 24 23:10:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 07:52:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab3e1a5

media-libs/babl: drop 0.1.92-r0, 0.1.96-r0

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.92.ebuild | 64 --
 media-libs/babl/babl-0.1.96.ebuild | 62 
 2 files changed, 126 deletions(-)

diff --git a/media-libs/babl/babl-0.1.92.ebuild 
b/media-libs/babl/babl-0.1.92.ebuild
deleted file mode 100644
index 45ebcbe8290e..
--- a/media-libs/babl/babl-0.1.92.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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} == ** ]]; 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
-
-   sed -i -e 's/Description/description/' meson.build || die # bug 843266
-}
-
-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
-}

diff --git a/media-libs/babl/babl-0.1.96.ebuild 
b/media-libs/babl/babl-0.1.96.ebuild
deleted file mode 100644
index d97d11c00c37..
--- a/media-libs/babl/babl-0.1.96.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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} == ** ]]; 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 ~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
-}
-
-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)
- 

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-11-24 Thread Sam James
commit: 02476c2df73b73a00cd08a7c06d12239650d03b9
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Nov 24 22:57:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 25 07:52:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02476c2d

media-libs/babl: 0.1.98 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/Manifest |  1 +
 media-libs/babl/{babl-.ebuild => babl-0.1.98.ebuild} | 11 +--
 media-libs/babl/babl-.ebuild |  4 ++--
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 626612e6328b..ba4ddf504fa2 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,2 +1,3 @@
 DIST babl-0.1.92.tar.xz 309784 BLAKE2B 
c3c716ba1b54082743ba6ea33da99fb458dc971ab78ae72170af9840eadbc7f2aeb0a26d3270ede2a6e0d7b55489fc8f700b1c69731a4612ba4106f9672762d0
 SHA512 
c2baf39f576bf7f57786c59f2de0818257f4d1d62cadf44fdd802c9a534ed94390dd1616e7e72fcc9de1fb85a24a10fbacdbbabbe376a45ae598be46817e3bc0
 DIST babl-0.1.96.tar.xz 312184 BLAKE2B 
6ee307054cf4d1e0f434a6070189ed143c60056decb59184f880b26863c8177d0c69294254651923f7dfb897555939602e6f4384e7561a839a3cf80ae9468859
 SHA512 
771d68b80f1123baa38256e4b1d7946284cd88997b2ab7c7092a74120e91ea5ee7ab4c001686ae4b3e363b6465484f185a64f9c75515a55d3ffb81fecbeaca42
+DIST babl-0.1.98.tar.xz 312516 BLAKE2B 
c12626e4b8127a5b2e17507e20cf6ce324834a58d64fa54b80fbe00ef2468d3d29c870d44a22f08f7e74404cf6f47321084c854a4ba017cf0c8c199d8210849f
 SHA512 
33b2e3f8fbcd6602bb82d6242dd2911bb2232e69350f7a0e70e14b1472052e27b0e2a1fa6a2b6d0449fc9796353336e311c8d4007c532447cd61f95b684a3120

diff --git a/media-libs/babl/babl-.ebuild 
b/media-libs/babl/babl-0.1.98.ebuild
similarity index 87%
copy from media-libs/babl/babl-.ebuild
copy to media-libs/babl/babl-0.1.98.ebuild
index d97d11c00c37..b0809b33eff6 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-0.1.98.ebuild
@@ -29,8 +29,8 @@ BDEPEND="
vala? ( $(vala_depend) )
 "
 RDEPEND="
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-   lcms? ( >=media-libs/lcms-2.8:2 )
+   introspection? ( >=dev-libs/gobject-introspection-1.72:= )
+   lcms? ( >=media-libs/lcms-2.13.1:2 )
 "
 DEPEND="${RDEPEND}"
 
@@ -60,3 +60,10 @@ src_configure() {
)
meson_src_configure
 }
+
+src_install() {
+   meson_src_install
+
+   # Bug 871690
+   dosym -r /usr/"$(get_libdir)"/pkgconfig/babl.pc 
/usr/"$(get_libdir)"/pkgconfig/babl-0.1.pc
+}

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index d97d11c00c37..c2f6e632a595 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -29,8 +29,8 @@ BDEPEND="
vala? ( $(vala_depend) )
 "
 RDEPEND="
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-   lcms? ( >=media-libs/lcms-2.8:2 )
+   introspection? ( >=dev-libs/gobject-introspection-1.72:= )
+   lcms? ( >=media-libs/lcms-2.13.1:2 )
 "
 DEPEND="${RDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-11-21 Thread Arthur Zamarin
commit: d15af8b887c9c4ee470f1af992540ad62c4f2a04
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 21 19:16:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 21 19:16:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15af8b8

media-libs/babl: Stabilize 0.1.96-r1 arm64, #879251

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.96-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.96-r1.ebuild 
b/media-libs/babl/babl-0.1.96-r1.ebuild
index e0231971ad69..6031f275a4be 100644
--- a/media-libs/babl/babl-0.1.96-r1.ebuild
+++ b/media-libs/babl/babl-0.1.96-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-11-21 Thread Arthur Zamarin
commit: e176a4f0b81c5324ed67b6f1e6ba31c6a33437c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 21 19:15:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 21 19:15:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e176a4f0

media-libs/babl: Stabilize 0.1.96-r1 ppc64, #879251

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.96-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.96-r1.ebuild 
b/media-libs/babl/babl-0.1.96-r1.ebuild
index 4eb8df116317..e0231971ad69 100644
--- a/media-libs/babl/babl-0.1.96-r1.ebuild
+++ b/media-libs/babl/babl-0.1.96-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-11-07 Thread Joonas Niilola
commit: 1ae5f26b365c22e020edcb9692a60fbdb07d239a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Nov  7 09:33:38 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov  7 09:33:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae5f26b

media-libs/babl: Stabilize 0.1.96-r1 amd64, #879251

Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/babl/babl-0.1.96-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.96-r1.ebuild 
b/media-libs/babl/babl-0.1.96-r1.ebuild
index fd5f7d7e293e..4eb8df116317 100644
--- a/media-libs/babl/babl-0.1.96-r1.ebuild
+++ b/media-libs/babl/babl-0.1.96-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-11-07 Thread Joonas Niilola
commit: f956b49f86e387e5f7c6a3ee7a10cf35978fe734
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Nov  7 09:13:56 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Nov  7 09:13:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f956b49f

media-libs/babl: Stabilize 0.1.96-r1 x86, #879251

Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/babl/babl-0.1.96-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.96-r1.ebuild 
b/media-libs/babl/babl-0.1.96-r1.ebuild
index c313961dff14..fd5f7d7e293e 100644
--- a/media-libs/babl/babl-0.1.96-r1.ebuild
+++ b/media-libs/babl/babl-0.1.96-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-10-04 Thread Sam James
commit: e0fc2f40702ebf41c1a3032733495ece334c768d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Oct  4 18:15:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  4 18:25:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fc2f40

media-libs/babl: 0.1.96-r1 revbump. Fix absence of babl-0.1.pc

The absence of babl-0.1.pc (instead of presented babl.pc)
results in USE="gegl introspection" media-libs/libmypaint
build error.

This revbump adds babl-0.1.pc symlink to babl.pc file.

Closes: https://bugs.gentoo.org/871690

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/27623
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.96-r1.ebuild | 69 +++
 1 file changed, 69 insertions(+)

diff --git a/media-libs/babl/babl-0.1.96-r1.ebuild 
b/media-libs/babl/babl-0.1.96-r1.ebuild
new file mode 100644
index ..6c089af17d89
--- /dev/null
+++ b/media-libs/babl/babl-0.1.96-r1.ebuild
@@ -0,0 +1,69 @@
+# 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} == ** ]]; 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 ~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
+}
+
+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
+
+   # Bug 871690
+   dosym "${ESYSROOT}"/usr/"$(get_libdir)"/pkgconfig/babl.pc 
/usr/"$(get_libdir)"/pkgconfig/babl-0.1.pc
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-10-04 Thread Sam James
commit: d9bf4a650922c51b4355c199d43e109d7d9fb2a7
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  4 18:26:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  4 18:26:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bf4a65

media-libs/babl: use relative symlink

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.96-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.96-r1.ebuild 
b/media-libs/babl/babl-0.1.96-r1.ebuild
index 6c089af17d89..c313961dff14 100644
--- a/media-libs/babl/babl-0.1.96-r1.ebuild
+++ b/media-libs/babl/babl-0.1.96-r1.ebuild
@@ -65,5 +65,5 @@ src_install() {
meson_src_install
 
# Bug 871690
-   dosym "${ESYSROOT}"/usr/"$(get_libdir)"/pkgconfig/babl.pc 
/usr/"$(get_libdir)"/pkgconfig/babl-0.1.pc
+   dosym -r /usr/"$(get_libdir)"/pkgconfig/babl.pc 
/usr/"$(get_libdir)"/pkgconfig/babl-0.1.pc
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-08-31 Thread Sam James
commit: f79c721403da913feef30a2ea7a866960c6f9edd
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Aug 29 22:19:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 31 22:26:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79c7214

media-libs/babl: 0.1.96 version bump

SRC_URI now uses download.gimp.org as ftp.gimp.org
causes 'pkgdev manifest' certificate error

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/Manifest | 1 +
 media-libs/babl/{babl-.ebuild => babl-0.1.96.ebuild} | 2 +-
 media-libs/babl/babl-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 33790bbc16c5..626612e6328b 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1 +1,2 @@
 DIST babl-0.1.92.tar.xz 309784 BLAKE2B 
c3c716ba1b54082743ba6ea33da99fb458dc971ab78ae72170af9840eadbc7f2aeb0a26d3270ede2a6e0d7b55489fc8f700b1c69731a4612ba4106f9672762d0
 SHA512 
c2baf39f576bf7f57786c59f2de0818257f4d1d62cadf44fdd802c9a534ed94390dd1616e7e72fcc9de1fb85a24a10fbacdbbabbe376a45ae598be46817e3bc0
+DIST babl-0.1.96.tar.xz 312184 BLAKE2B 
6ee307054cf4d1e0f434a6070189ed143c60056decb59184f880b26863c8177d0c69294254651923f7dfb897555939602e6f4384e7561a839a3cf80ae9468859
 SHA512 
771d68b80f1123baa38256e4b1d7946284cd88997b2ab7c7092a74120e91ea5ee7ab4c001686ae4b3e363b6465484f185a64f9c75515a55d3ffb81fecbeaca42

diff --git a/media-libs/babl/babl-.ebuild 
b/media-libs/babl/babl-0.1.96.ebuild
similarity index 96%
copy from media-libs/babl/babl-.ebuild
copy to media-libs/babl/babl-0.1.96.ebuild
index 9c019093af42..d97d11c00c37 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-0.1.96.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
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;
+   SRC_URI="https://download.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
 

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index 9c019093af42..d97d11c00c37 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == ** ]]; then
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;
+   SRC_URI="https://download.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
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-25 Thread Agostino Sarubbo
commit: 6d350f8cf2b5ec3243b27fc02273c23db477cd5c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 25 15:05:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 25 15:05:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d350f8c

media-libs/babl: ppc64 stable wrt bug #860366

Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.92-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.92-r1.ebuild 
b/media-libs/babl/babl-0.1.92-r1.ebuild
index 8be857e31b61..aaaefb6f1af8 100644
--- a/media-libs/babl/babl-0.1.92-r1.ebuild
+++ b/media-libs/babl/babl-0.1.92-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-25 Thread Agostino Sarubbo
commit: 115fee347fd1aa9e3869f2aa3e33186e77f7e8fc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 25 15:00:30 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 25 15:00:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115fee34

media-libs/babl: arm64 stable wrt bug #860366

Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.92-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.92-r1.ebuild 
b/media-libs/babl/babl-0.1.92-r1.ebuild
index 62fd263076d2..8be857e31b61 100644
--- a/media-libs/babl/babl-0.1.92-r1.ebuild
+++ b/media-libs/babl/babl-0.1.92-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-25 Thread Agostino Sarubbo
commit: 9c742e14a7969d06bb98e19faffd1d4365446070
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 25 07:12:39 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 25 07:13:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c742e14

media-libs/babl: x86 stable wrt bug #860366

Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.92-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.92-r1.ebuild 
b/media-libs/babl/babl-0.1.92-r1.ebuild
index 80cee257e8a0..62fd263076d2 100644
--- a/media-libs/babl/babl-0.1.92-r1.ebuild
+++ b/media-libs/babl/babl-0.1.92-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-25 Thread Agostino Sarubbo
commit: 3838f42cdd946604065483e3233f95e163e7e600
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 25 07:06:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 25 07:06:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3838f42c

media-libs/babl: amd64 stable wrt bug #860366

Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.92-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.92-r1.ebuild 
b/media-libs/babl/babl-0.1.92-r1.ebuild
index b3532109b4db..80cee257e8a0 100644
--- a/media-libs/babl/babl-0.1.92-r1.ebuild
+++ b/media-libs/babl/babl-0.1.92-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/files/

2022-07-25 Thread Joonas Niilola
commit: 002591c6e95035b57426ff89de229afb7e0db474
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Jul 15 22:43:40 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 25 06:04:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002591c6

media-libs/babl: add upstream bug link to patch

Add upstream bug link to
'universal_nonlinear_rgb_u8_converter_sse2.patch'

Bug: https://bugs.gentoo.org/857708
Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/26436
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/babl-0.1.92_universal_nonlinear_rgb_u8_converter_sse2.patch| 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/media-libs/babl/files/babl-0.1.92_universal_nonlinear_rgb_u8_converter_sse2.patch
 
b/media-libs/babl/files/babl-0.1.92_universal_nonlinear_rgb_u8_converter_sse2.patch
index 79ff6ab7843a..57954b1b9f25 100644
--- 
a/media-libs/babl/files/babl-0.1.92_universal_nonlinear_rgb_u8_converter_sse2.patch
+++ 
b/media-libs/babl/files/babl-0.1.92_universal_nonlinear_rgb_u8_converter_sse2.patch
@@ -1,5 +1,6 @@
 Fix alignment of vector of floats in babl-rgb-converter.c
 Bug: https://bugs.gentoo.org/857708
+Upstream-Bug: https://gitlab.gnome.org/GNOME/babl/-/issues/76
 Signed-off-by: Alexander Bezrukov 
 
 diff -ur a/babl/base/babl-rgb-converter.c b/babl/base/babl-rgb-converter.c



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/, media-libs/babl/files/

2022-07-14 Thread Sam James
commit: c46124b30e8e1c5d9ce6a9f017c024116c34c5af
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Jul 13 19:36:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 14 02:45:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46124b3

media-libs/babl: 0.1.92-r1. Fix universal_nonlinear_rgb_u8_converter_sse2

Thanks-to: Alexander Bezrukov  mail.ru>
Closes: https://bugs.gentoo.org/857708
Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/26393
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.92-r1.ebuild  | 68 ++
 ...universal_nonlinear_rgb_u8_converter_sse2.patch | 17 ++
 2 files changed, 85 insertions(+)

diff --git a/media-libs/babl/babl-0.1.92-r1.ebuild 
b/media-libs/babl/babl-0.1.92-r1.ebuild
new file mode 100644
index ..b3532109b4db
--- /dev/null
+++ b/media-libs/babl/babl-0.1.92-r1.ebuild
@@ -0,0 +1,68 @@
+# 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} == ** ]]; 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}"
+
+PATCHES=(
+   "${FILESDIR}/${P}_universal_nonlinear_rgb_u8_converter_sse2.patch" # 
Bug 857708
+)
+
+src_prepare() {
+   default
+   gnome2_environment_reset
+
+   sed -i -e 's/Description/description/' meson.build || die # bug 843266
+}
+
+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
+}

diff --git 
a/media-libs/babl/files/babl-0.1.92_universal_nonlinear_rgb_u8_converter_sse2.patch
 
b/media-libs/babl/files/babl-0.1.92_universal_nonlinear_rgb_u8_converter_sse2.patch
new file mode 100644
index ..79ff6ab7843a
--- /dev/null
+++ 
b/media-libs/babl/files/babl-0.1.92_universal_nonlinear_rgb_u8_converter_sse2.patch
@@ -0,0 +1,17 @@
+Fix alignment of vector of floats in babl-rgb-converter.c
+Bug: https://bugs.gentoo.org/857708
+Signed-off-by: Alexander Bezrukov 
+
+diff -ur a/babl/base/babl-rgb-converter.c b/babl/base/babl-rgb-converter.c
+--- a/babl/base/babl-rgb-converter.c
 b/babl/base/babl-rgb-converter.c
+@@ -306,7 +306,8 @@
+   uint8_t *rgb_in_u8 = (void*)src_char;
+   uint8_t *rgb_out_u8 = (void*)dst_char;
+ 
+-  float rgba_out[4*samples];
++  // The alignment is necessary for SIMD intrinsics in 
babl_matrix_mul_vectorff_buf4_sse2()
++  float __attribute__ ((aligned (16))) rgba_out[4*samples];
+ 
+   for (i = 0; i < samples; i++)
+   {



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-11 Thread John Helmert III
commit: 50e4fd1998c3ca9afcf318fba980e7faed698e71
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Jul 11 21:07:55 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 11 22:47:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e4fd19

media-libs/babl: cleanup old 0.1.88, 0.1.90

Closes: https://bugs.gentoo.org/856931

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: John Helmert III  gentoo.org>

 media-libs/babl/Manifest  |  2 --
 media-libs/babl/babl-0.1.88.ebuild| 61 -
 media-libs/babl/babl-0.1.90-r1.ebuild | 64 ---
 3 files changed, 127 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index f676bcb26b94..33790bbc16c5 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,3 +1 @@
-DIST babl-0.1.88.tar.xz 299972 BLAKE2B 
a22811196e306e3b846da63f361ecf792715d461cd8af85017af8dd353a406a38130f3e675214edc261557b6a0f6d3ed5586bfe7ecdf9b08ed5b8e7bc4aeb7f7
 SHA512 
1260133e44aa1878e13e2c64387e8540ca93edd7a905e2f8eebc58679444ba8815b9b6801b538a759c9b7b60294d7d7c33418bb1feee1879dcb8381450fe1742
-DIST babl-0.1.90.tar.xz 309324 BLAKE2B 
9fbbbe06539fd85007875e697529aa071d32a2d9e65f9750ceeb4a1f1ec1a3ac4a74dc40f932f7ff669bafdb1e9506df05414c7765f57b7d818901bffc55ccc2
 SHA512 
c0eac3c7d5eb328de2f97ccc9743bc2f78d79c23dc4d3465e979d98827b1643a0f2a257f0445e4acd09f15a9f95c79f67d09cb18c2c94b4f3d290944a0341e3c
 DIST babl-0.1.92.tar.xz 309784 BLAKE2B 
c3c716ba1b54082743ba6ea33da99fb458dc971ab78ae72170af9840eadbc7f2aeb0a26d3270ede2a6e0d7b55489fc8f700b1c69731a4612ba4106f9672762d0
 SHA512 
c2baf39f576bf7f57786c59f2de0818257f4d1d62cadf44fdd802c9a534ed94390dd1616e7e72fcc9de1fb85a24a10fbacdbbabbe376a45ae598be46817e3bc0

diff --git a/media-libs/babl/babl-0.1.88.ebuild 
b/media-libs/babl/babl-0.1.88.ebuild
deleted file mode 100644
index eddbea853de4..
--- a/media-libs/babl/babl-0.1.88.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VALA_USE_DEPEND=vapigen
-
-inherit meson gnome2-utils vala
-
-if [[ ${PV} == ** ]]; 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
-}

diff --git a/media-libs/babl/babl-0.1.90-r1.ebuild 
b/media-libs/babl/babl-0.1.90-r1.ebuild
deleted file mode 100644
index bd0399f8e4cf..
--- a/media-libs/babl/babl-0.1.90-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# 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} == ** ]]; 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"

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-10 Thread Sam James
commit: f97e413ececcd665c2d457d5f99985beca863314
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 19:13:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 19:13:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97e413e

media-libs/babl: Stabilize 0.1.92 amd64, #856790

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.92.ebuild 
b/media-libs/babl/babl-0.1.92.ebuild
index d57f8880f2dc..45ebcbe8290e 100644
--- a/media-libs/babl/babl-0.1.92.ebuild
+++ b/media-libs/babl/babl-0.1.92.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-09 Thread Arthur Zamarin
commit: f4cb91635eded8590650fa049c35eb44c6dfb39a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  9 10:23:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  9 10:23:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cb9163

media-libs/babl: Stabilize 0.1.92 x86, #856790

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.92.ebuild 
b/media-libs/babl/babl-0.1.92.ebuild
index 2d2e953fb670..d57f8880f2dc 100644
--- a/media-libs/babl/babl-0.1.92.ebuild
+++ b/media-libs/babl/babl-0.1.92.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-09 Thread Arthur Zamarin
commit: 8d05611c2be6236fd0812708f49a79e8ed7a0518
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  9 10:23:32 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  9 10:23:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d05611c

media-libs/babl: Stabilize 0.1.92 ppc64, #856790

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.92.ebuild 
b/media-libs/babl/babl-0.1.92.ebuild
index e0b0a0c793a3..2d2e953fb670 100644
--- a/media-libs/babl/babl-0.1.92.ebuild
+++ b/media-libs/babl/babl-0.1.92.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-07-09 Thread Arthur Zamarin
commit: e57a6a95a6c12a2e124c07adb364fb7b88e312d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  9 10:23:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  9 10:23:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57a6a95

media-libs/babl: Stabilize 0.1.92 arm64, #856790

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/babl/babl-0.1.92.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.92.ebuild 
b/media-libs/babl/babl-0.1.92.ebuild
index bd0399f8e4cf..e0b0a0c793a3 100644
--- a/media-libs/babl/babl-0.1.92.ebuild
+++ b/media-libs/babl/babl-0.1.92.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-05-17 Thread Sam James
commit: 31246208d4e48d8456cf6c9b1fb500ce62320a8f
Author: Sam James  gentoo  org>
AuthorDate: Tue May 17 06:11:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 17 06:11:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31246208

media-libs/babl: fix build w/ meson-0.62 for 0.1.90 too

Closes: https://bugs.gentoo.org/845132
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.90-r1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-libs/babl/babl-0.1.90-r1.ebuild 
b/media-libs/babl/babl-0.1.90-r1.ebuild
index 9c019093af42..bd0399f8e4cf 100644
--- a/media-libs/babl/babl-0.1.90-r1.ebuild
+++ b/media-libs/babl/babl-0.1.90-r1.ebuild
@@ -37,6 +37,8 @@ DEPEND="${RDEPEND}"
 src_prepare() {
default
gnome2_environment_reset
+
+   sed -i -e 's/Description/description/' meson.build || die # bug 843266
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-05-16 Thread Sam James
commit: 1831ff8c4a88e16be77248556d969d21ef785c83
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun May 15 20:45:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 17 01:18:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1831ff8c

media-libs/babl: 0.1.92 version bump

Closes: https://bugs.gentoo.org/843266

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/25506
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.92.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 0f0b012413ae..f676bcb26b94 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,2 +1,3 @@
 DIST babl-0.1.88.tar.xz 299972 BLAKE2B 
a22811196e306e3b846da63f361ecf792715d461cd8af85017af8dd353a406a38130f3e675214edc261557b6a0f6d3ed5586bfe7ecdf9b08ed5b8e7bc4aeb7f7
 SHA512 
1260133e44aa1878e13e2c64387e8540ca93edd7a905e2f8eebc58679444ba8815b9b6801b538a759c9b7b60294d7d7c33418bb1feee1879dcb8381450fe1742
 DIST babl-0.1.90.tar.xz 309324 BLAKE2B 
9fbbbe06539fd85007875e697529aa071d32a2d9e65f9750ceeb4a1f1ec1a3ac4a74dc40f932f7ff669bafdb1e9506df05414c7765f57b7d818901bffc55ccc2
 SHA512 
c0eac3c7d5eb328de2f97ccc9743bc2f78d79c23dc4d3465e979d98827b1643a0f2a257f0445e4acd09f15a9f95c79f67d09cb18c2c94b4f3d290944a0341e3c
+DIST babl-0.1.92.tar.xz 309784 BLAKE2B 
c3c716ba1b54082743ba6ea33da99fb458dc971ab78ae72170af9840eadbc7f2aeb0a26d3270ede2a6e0d7b55489fc8f700b1c69731a4612ba4106f9672762d0
 SHA512 
c2baf39f576bf7f57786c59f2de0818257f4d1d62cadf44fdd802c9a534ed94390dd1616e7e72fcc9de1fb85a24a10fbacdbbabbe376a45ae598be46817e3bc0

diff --git a/media-libs/babl/babl-0.1.92.ebuild 
b/media-libs/babl/babl-0.1.92.ebuild
new file mode 100644
index ..bd0399f8e4cf
--- /dev/null
+++ b/media-libs/babl/babl-0.1.92.ebuild
@@ -0,0 +1,64 @@
+# 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} == ** ]]; 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
+
+   sed -i -e 's/Description/description/' meson.build || die # bug 843266
+}
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-03-14 Thread John Helmert III
commit: 2ca46676c97175a720cf8216171c860acf8e78d4
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Mar 14 19:13:49 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Mar 15 04:05:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca46676

media-libs/babl: drop old 0.1.84, 0.1.86

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: John Helmert III  gentoo.org>

 media-libs/babl/Manifest   |  2 --
 media-libs/babl/babl-0.1.84.ebuild | 61 --
 media-libs/babl/babl-0.1.86.ebuild | 61 --
 3 files changed, 124 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 4f2c2ec19da6..0f0b012413ae 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,4 +1,2 @@
-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.84.ebuild 
b/media-libs/babl/babl-0.1.84.ebuild
deleted file mode 100644
index 721b1da802da..
--- a/media-libs/babl/babl-0.1.84.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VALA_USE_DEPEND=vapigen
-
-inherit meson gnome2-utils vala
-
-if [[ ${PV} == ** ]]; 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 -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
-}

diff --git a/media-libs/babl/babl-0.1.86.ebuild 
b/media-libs/babl/babl-0.1.86.ebuild
deleted file mode 100644
index 4efedaf83c70..
--- a/media-libs/babl/babl-0.1.86.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VALA_USE_DEPEND=vapigen
-
-inherit meson gnome2-utils vala
-
-if [[ ${PV} == ** ]]; 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;
-   

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-02-26 Thread David Seifert
commit: 4bae1e229cfcbeb460cdebb73ec24c5a30c82c10
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb 26 12:08:45 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 26 12:08:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bae1e22

media-libs/babl: sync live ebuild

Signed-off-by: David Seifert  gentoo.org>

 media-libs/babl/babl-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index a9a572ca524e..9c019093af42 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -37,10 +37,11 @@ DEPEND="${RDEPEND}"
 src_prepare() {
default
gnome2_environment_reset
-   use vala && vala_src_prepare
 }
 
 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



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-02-26 Thread David Seifert
commit: 6097b88d51c93f523fd44f5f95efa055d437f07d
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb 26 11:54:23 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 26 11:54:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6097b88d

media-libs/babl: fix missing vala/vapi dir

Signed-off-by: David Seifert  gentoo.org>

 media-libs/babl/{babl-0.1.90.ebuild => babl-0.1.90-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.90.ebuild 
b/media-libs/babl/babl-0.1.90-r1.ebuild
similarity index 98%
rename from media-libs/babl/babl-0.1.90.ebuild
rename to media-libs/babl/babl-0.1.90-r1.ebuild
index a9a572ca524e..9c019093af42 100644
--- a/media-libs/babl/babl-0.1.90.ebuild
+++ b/media-libs/babl/babl-0.1.90-r1.ebuild
@@ -37,10 +37,11 @@ DEPEND="${RDEPEND}"
 src_prepare() {
default
gnome2_environment_reset
-   use vala && vala_src_prepare
 }
 
 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



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

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

media-libs/babl: 0.1.90 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  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 ..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} == ** ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2022-02-25 Thread Sam James
commit: a3201228f8fc5e40c4445065585b31f197b4d811
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 26 02:13:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 26 02:13:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3201228

media-libs/babl: update EAPI 7 -> 8

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index 4efedaf83c70..a9a572ca524e 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 VALA_USE_DEPEND=vapigen
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-11-15 Thread Sam James
commit: 8f7800c0263a407512456b151ff18ed757431406
Author: Sam James  gentoo  org>
AuthorDate: Tue Nov 16 02:52:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Nov 16 02:52:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7800c0

media-libs/babl: Stabilize 0.1.88 arm64, #819372

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.88.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.88.ebuild 
b/media-libs/babl/babl-0.1.88.ebuild
index 1886912b7fd5..eddbea853de4 100644
--- a/media-libs/babl/babl-0.1.88.ebuild
+++ b/media-libs/babl/babl-0.1.88.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-10-29 Thread Sam James
commit: c855c9ed9bb57124ced88b845cfc8b4c50c9ae71
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 16:05:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 16:05:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c855c9ed

media-libs/babl: Stabilize 0.1.88 ppc64, #819372

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.88.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.88.ebuild 
b/media-libs/babl/babl-0.1.88.ebuild
index c13abfafa77..1886912b7fd 100644
--- a/media-libs/babl/babl-0.1.88.ebuild
+++ b/media-libs/babl/babl-0.1.88.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-10-29 Thread Sam James
commit: 0108a4f880d314e3dd9a76791f4c836cc1a71758
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 11:14:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 11:14:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0108a4f8

media-libs/babl: Stabilize 0.1.88 x86, #819372

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.88.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.88.ebuild 
b/media-libs/babl/babl-0.1.88.ebuild
index c6e3624b8c8..c13abfafa77 100644
--- a/media-libs/babl/babl-0.1.88.ebuild
+++ b/media-libs/babl/babl-0.1.88.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-10-23 Thread Sam James
commit: 08f2fa04ca7469f1139b10703ada941350c704a7
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 23 13:48:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 23 13:48:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f2fa04

media-libs/babl: Stabilize 0.1.88 amd64, #819372

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.88.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.88.ebuild 
b/media-libs/babl/babl-0.1.88.ebuild
index 4efedaf83c7..c6e3624b8c8 100644
--- a/media-libs/babl/babl-0.1.88.ebuild
+++ b/media-libs/babl/babl-0.1.88.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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"
+   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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-09-08 Thread Sam James
commit: fee57234598d963629b6df70b09976e803e9886a
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Sep  8 05:55:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 06:37:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee57234

media-libs/babl: 0.1.88 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.88.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 5e1b2d625f1..ae77487ee51 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/media-libs/babl/babl-0.1.88.ebuild 
b/media-libs/babl/babl-0.1.88.ebuild
new file mode 100644
index 000..4efedaf83c7
--- /dev/null
+++ b/media-libs/babl/babl-0.1.88.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VALA_USE_DEPEND=vapigen
+
+inherit meson gnome2-utils vala
+
+if [[ ${PV} == ** ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-04-11 Thread Joonas Niilola
commit: 4d4ed6afbe14b647f38367abfefb086c28f5689d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Mar 30 20:34:05 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Apr 11 08:08:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4ed6af

media-libs/babl: 0.1.86 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.86.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index fa8c86d7888..5e1b2d625f1 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1 +1,2 @@
 DIST babl-0.1.84.tar.xz 299216 BLAKE2B 
80db725230f5bee71a9e2056e40cfe9c4dda7669fe3004d73c2d1525c9a89362491edc5addef47f28a94938ab3cdefef0496b38404fc4ab11931e7b9e0daaebe
 SHA512 
a8cba80bd3a434ee9bbd1a0d1fcd6e5e38f9c657b189a70631ff3fe4e4c270e64762d1be13d48e8514d4166ac4175745001499fcda68eb1ea93e03c18b2a5d06
+DIST babl-0.1.86.tar.xz 299868 BLAKE2B 
2189659ef5b3890bc78329808dcff5e7577a85c9728d54f848fa2f6ed085cea53deeaa734c600b1d73dcb5a8acd2f680800459c0a4c5b7dce61bc69a54ab9d3c
 SHA512 
aff3b0069f7cdb515e6ace880500f4b89521062f9030ef452f0555b3cd993fffdd5f700c403a7be8e6758957073e7623360fc6ac41d86d5d31551c0fd0ff6048

diff --git a/media-libs/babl/babl-0.1.86.ebuild 
b/media-libs/babl/babl-0.1.86.ebuild
new file mode 100644
index 000..a247b4053c8
--- /dev/null
+++ b/media-libs/babl/babl-0.1.86.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VALA_USE_DEPEND=vapigen
+
+inherit meson gnome2-utils vala
+
+if [[ ${PV} == ** ]]; 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 
-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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-02-21 Thread Andreas Sturmlechner
commit: 15651446785dd91e44c58c335bebbb9a05f8fe9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 20 14:36:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 21 10:19:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15651446

media-libs/babl: Drop 0.1.78

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/babl/Manifest   |  1 -
 media-libs/babl/babl-0.1.78.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 0535b744eab..fa8c86d7888 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,2 +1 @@
-DIST babl-0.1.78.tar.xz 298920 BLAKE2B 
654baf0ed09fbbad54578bf8bba60f45152e446d8b3d3ee49ca57084f220d22ed9478bc95851c5c1b17deeacdacfc14a39ab4d6e3f0448012eb212eef8b357b2
 SHA512 
d40f68cbd3d7703066a8985958b6cc49eaefe842c0fb3b7bbf6a5d6e6198642b55c4f95bdbf0d25a29d24a975c9b94acfd084792c60b18ec5f66260dfe54893b
 DIST babl-0.1.84.tar.xz 299216 BLAKE2B 
80db725230f5bee71a9e2056e40cfe9c4dda7669fe3004d73c2d1525c9a89362491edc5addef47f28a94938ab3cdefef0496b38404fc4ab11931e7b9e0daaebe
 SHA512 
a8cba80bd3a434ee9bbd1a0d1fcd6e5e38f9c657b189a70631ff3fe4e4c270e64762d1be13d48e8514d4166ac4175745001499fcda68eb1ea93e03c18b2a5d06

diff --git a/media-libs/babl/babl-0.1.78.ebuild 
b/media-libs/babl/babl-0.1.78.ebuild
deleted file mode 100644
index a0888f521ae..000
--- a/media-libs/babl/babl-0.1.78.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VALA_USE_DEPEND=vapigen
-
-inherit meson gnome2-utils vala
-
-if [[ ${PV} == ** ]]; 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 -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_sse3 
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_sse3 enable-sse3)
-   $(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
-   )
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-02-19 Thread Sam James
commit: e96f04e70fa8604ef966ef449ad8c6b1bade01ee
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 17:14:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 17:16:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96f04e7

media-libs/babl: Stabilize 0.1.84 arm64, #769014

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.84.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.84.ebuild 
b/media-libs/babl/babl-0.1.84.ebuild
index 32ae58acc7e..721b1da802d 100644
--- a/media-libs/babl/babl-0.1.84.ebuild
+++ b/media-libs/babl/babl-0.1.84.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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 -sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 -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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-02-19 Thread Sam James
commit: 4f87a605c109581042a91e58cc0556b67c152169
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 19 12:08:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 19 12:08:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f87a605

media-libs/babl: Stabilize 0.1.84 ppc64, #769014

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.84.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.84.ebuild 
b/media-libs/babl/babl-0.1.84.ebuild
index db8c64c41dc..32ae58acc7e 100644
--- a/media-libs/babl/babl-0.1.84.ebuild
+++ b/media-libs/babl/babl-0.1.84.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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 -sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 -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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-02-18 Thread Sam James
commit: c8f5f7d272802569f17bec144a6a2bec858bcd14
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 22:18:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 22:18:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f5f7d2

media-libs/babl: Stabilize 0.1.84 x86, #769014

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.84.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.84.ebuild 
b/media-libs/babl/babl-0.1.84.ebuild
index ebe25092ce0..db8c64c41dc 100644
--- a/media-libs/babl/babl-0.1.84.ebuild
+++ b/media-libs/babl/babl-0.1.84.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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 -sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2021-02-18 Thread Sam James
commit: f78ed50dfb8397ad765a3a6167820365d127f4e9
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 21:01:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 21:01:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78ed50d

media-libs/babl: Stabilize 0.1.84 amd64, #769014

Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.84.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.84.ebuild 
b/media-libs/babl/babl-0.1.84.ebuild
index a247b4053c8..ebe25092ce0 100644
--- a/media-libs/babl/babl-0.1.84.ebuild
+++ b/media-libs/babl/babl-0.1.84.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
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 
-sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -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"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-12-28 Thread Sam James
commit: 695d3e781f7c0251ac1e20318b32b0cdb5e730ee
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Dec 28 22:59:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 29 01:54:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695d3e78

media-libs/babl: , sse3 meson option is removed

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index b812702c314..cd9637db782 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -21,7 +21,7 @@ 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_sse3 
cpu_flags_x86_sse4_1"
+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="
@@ -55,7 +55,6 @@ src_configure() {
$(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_sse3 enable-sse3)
$(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
)
meson_src_configure



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-12-28 Thread Sam James
commit: 9dc282fb7b31e7f7beb5e63c8846e5b0721375d5
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Dec 28 23:02:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 29 01:54:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc282fb

media-libs/babl: 0.1.84 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.84.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index e52c4aea7c8..0535b744eab 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1 +1,2 @@
 DIST babl-0.1.78.tar.xz 298920 BLAKE2B 
654baf0ed09fbbad54578bf8bba60f45152e446d8b3d3ee49ca57084f220d22ed9478bc95851c5c1b17deeacdacfc14a39ab4d6e3f0448012eb212eef8b357b2
 SHA512 
d40f68cbd3d7703066a8985958b6cc49eaefe842c0fb3b7bbf6a5d6e6198642b55c4f95bdbf0d25a29d24a975c9b94acfd084792c60b18ec5f66260dfe54893b
+DIST babl-0.1.84.tar.xz 299216 BLAKE2B 
80db725230f5bee71a9e2056e40cfe9c4dda7669fe3004d73c2d1525c9a89362491edc5addef47f28a94938ab3cdefef0496b38404fc4ab11931e7b9e0daaebe
 SHA512 
a8cba80bd3a434ee9bbd1a0d1fcd6e5e38f9c657b189a70631ff3fe4e4c270e64762d1be13d48e8514d4166ac4175745001499fcda68eb1ea93e03c18b2a5d06

diff --git a/media-libs/babl/babl-0.1.84.ebuild 
b/media-libs/babl/babl-0.1.84.ebuild
new file mode 100644
index 000..cd9637db782
--- /dev/null
+++ b/media-libs/babl/babl-0.1.84.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VALA_USE_DEPEND=vapigen
+
+inherit meson gnome2-utils vala
+
+if [[ ${PV} == ** ]]; 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 
-sparc ~x86 ~amd64-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="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
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-11-08 Thread Sam James
commit: 0bce5929a1eb763e63793def2d0baf872cd8978f
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Nov  4 22:32:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  8 11:53:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bce5929

media-libs/babl: switch HOMEPAGE and SRC_URI to https

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.78.ebuild | 4 ++--
 media-libs/babl/babl-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/babl/babl-0.1.78.ebuild 
b/media-libs/babl/babl-0.1.78.ebuild
index 4e90efb2470..3358be74af2 100644
--- a/media-libs/babl/babl-0.1.78.ebuild
+++ b/media-libs/babl/babl-0.1.78.ebuild
@@ -12,12 +12,12 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
SRC_URI=""
 else
-   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
+   SRC_URI="https://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 -sparc 
x86 ~amd64-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/;
+HOMEPAGE="https://gegl.org/babl/;
 
 LICENSE="LGPL-3"
 SLOT="0"

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index be6f45add6b..b812702c314 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -12,12 +12,12 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
SRC_URI=""
 else
-   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
+   SRC_URI="https://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc ~x86 ~amd64-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/;
+HOMEPAGE="https://gegl.org/babl/;
 
 LICENSE="LGPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-11-04 Thread Mikle Kolyada
commit: 2c43086454175a31027d5d4f61651f3c867af0e2
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Nov  4 11:25:21 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Nov  4 12:42:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c430864

media-libs/babl: drop unused old

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/18097
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-libs/babl/Manifest  |  1 -
 media-libs/babl/babl-0.1.74-r1.ebuild | 49 ---
 media-libs/babl/babl-0.1.74.ebuild| 46 
 3 files changed, 96 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 62dcdfb25af..e52c4aea7c8 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,2 +1 @@
-DIST babl-0.1.74.tar.xz 294156 BLAKE2B 
bb5df4db706f817d9cf8674caed9b758fc1380b9dd33a26b24990eae07543f097c5e5fb68788c02cb2a2c0e68e917bb7a1c68aa0d2f9871dfd3267934291d474
 SHA512 
97b4a5aad76b7d6dee1835774cee48f866a9513c6454d74c3378068a60359704c1ba106a7542b9ac6a7968b3cf632ed2626b835ec9c7f3fcc6e29968c1e39396
 DIST babl-0.1.78.tar.xz 298920 BLAKE2B 
654baf0ed09fbbad54578bf8bba60f45152e446d8b3d3ee49ca57084f220d22ed9478bc95851c5c1b17deeacdacfc14a39ab4d6e3f0448012eb212eef8b357b2
 SHA512 
d40f68cbd3d7703066a8985958b6cc49eaefe842c0fb3b7bbf6a5d6e6198642b55c4f95bdbf0d25a29d24a975c9b94acfd084792c60b18ec5f66260dfe54893b

diff --git a/media-libs/babl/babl-0.1.74-r1.ebuild 
b/media-libs/babl/babl-0.1.74-r1.ebuild
deleted file mode 100644
index 16fe9b5de13..000
--- a/media-libs/babl/babl-0.1.74-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
-   SRC_URI=""
-else
-   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc ~x86 ~amd64-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="introspection lcms cpu_flags_x86_avx2 cpu_flags_x86_f16c 
cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-   lcms? ( >=media-libs/lcms-2.8:2 )
-"
-DEPEND="${RDEPEND}"
-
-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 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_sse3 enable-sse3)
-   $(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
-   )
-   meson_src_configure
-}

diff --git a/media-libs/babl/babl-0.1.74.ebuild 
b/media-libs/babl/babl-0.1.74.ebuild
deleted file mode 100644
index 3c11ec855b3..000
--- a/media-libs/babl/babl-0.1.74.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
-   SRC_URI=""
-else
-   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 -sparc 
x86 ~amd64-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="introspection lcms cpu_flags_x86_avx2 cpu_flags_x86_f16c 
cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1"
-
-BDEPEND="virtual/pkgconfig"
-RDEPEND="lcms? ( media-libs/lcms:2 )"
-DEPEND="${RDEPEND}"
-
-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 

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-10-31 Thread Mikle Kolyada
commit: 12e8f3795e15c7903d9e0922ee1be79df502aec7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 31 11:16:50 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 31 11:20:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e8f379

media-libs/babl: Stabilize 0.1.78 amd64, #743799

Signed-off-by: Mikle Kolyada  gentoo.org>

 media-libs/babl/babl-0.1.78.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.78.ebuild 
b/media-libs/babl/babl-0.1.78.ebuild
index 4007f79ad4b..4e90efb2470 100644
--- a/media-libs/babl/babl-0.1.78.ebuild
+++ b/media-libs/babl/babl-0.1.78.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 -sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 -sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-10-20 Thread Joonas Niilola
commit: a0cced041e82bef36880cf1eadaae2e0c39679b3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Oct 20 12:52:34 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Oct 20 12:52:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0cced04

media-libs/babl: stabilize 0.1.78 on ppc64

Bug: https://bugs.gentoo.org/743799
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/babl/babl-0.1.78.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.78.ebuild 
b/media-libs/babl/babl-0.1.78.ebuild
index b0033977386..4007f79ad4b 100644
--- a/media-libs/babl/babl-0.1.78.ebuild
+++ b/media-libs/babl/babl-0.1.78.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 -sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-09-22 Thread Sam James
commit: 63c4c8c124f8ce951f26e3566e15eba746ac31cd
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 23 04:03:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 23 04:03:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c4c8c1

media-libs/babl: arm64 stable (bug #743799)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 media-libs/babl/babl-0.1.78.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.78.ebuild 
b/media-libs/babl/babl-0.1.78.ebuild
index f528037d41f..b0033977386 100644
--- a/media-libs/babl/babl-0.1.78.ebuild
+++ b/media-libs/babl/babl-0.1.78.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-09-20 Thread Thomas Deutschmann
commit: 96d2024cae96c7378843e02960004197a6a50230
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 20 22:33:16 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 20 22:39:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d2024c

media-libs/babl: x86 stable (bug #743799)

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/babl/babl-0.1.78.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.78.ebuild 
b/media-libs/babl/babl-0.1.78.ebuild
index be6f45add6b..f528037d41f 100644
--- a/media-libs/babl/babl-0.1.78.ebuild
+++ b/media-libs/babl/babl-0.1.78.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-08-22 Thread Andreas Sturmlechner
commit: d738e31740f36b457754bb5c4dad7e88b50afcf4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  7 09:29:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 22 16:06:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d738e317

media-libs/babl: Drop 0.1.66

No revdeps on remaining arches.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/babl/Manifest  |  1 -
 media-libs/babl/babl-0.1.66-r1.ebuild | 53 --
 media-libs/babl/babl-0.1.66.ebuild| 54 ---
 3 files changed, 108 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 7d17525f432..62dcdfb25af 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,3 +1,2 @@
-DIST babl-0.1.66.tar.bz2 706100 BLAKE2B 
0de443dd4ea32cd025c8b121f042c24528677f32a6c201f3abedd13fb3a2ce2636d03f4b45eefce2c9f7a86426355af9b584602ca9ebb1a2140ee88f500c2843
 SHA512 
41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3
 DIST babl-0.1.74.tar.xz 294156 BLAKE2B 
bb5df4db706f817d9cf8674caed9b758fc1380b9dd33a26b24990eae07543f097c5e5fb68788c02cb2a2c0e68e917bb7a1c68aa0d2f9871dfd3267934291d474
 SHA512 
97b4a5aad76b7d6dee1835774cee48f866a9513c6454d74c3378068a60359704c1ba106a7542b9ac6a7968b3cf632ed2626b835ec9c7f3fcc6e29968c1e39396
 DIST babl-0.1.78.tar.xz 298920 BLAKE2B 
654baf0ed09fbbad54578bf8bba60f45152e446d8b3d3ee49ca57084f220d22ed9478bc95851c5c1b17deeacdacfc14a39ab4d6e3f0448012eb212eef8b357b2
 SHA512 
d40f68cbd3d7703066a8985958b6cc49eaefe842c0fb3b7bbf6a5d6e6198642b55c4f95bdbf0d25a29d24a975c9b94acfd084792c60b18ec5f66260dfe54893b

diff --git a/media-libs/babl/babl-0.1.66-r1.ebuild 
b/media-libs/babl/babl-0.1.66-r1.ebuild
deleted file mode 100644
index 5f6ba2b9f66..000
--- a/media-libs/babl/babl-0.1.66-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == ** ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
-   SRC_URI=""
-else
-   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc ~x86 ~amd64-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 lcms cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c"
-
-RDEPEND="lcms? ( >=media-libs/lcms-2.8:2 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   [[ ${PV} == ** ]] && 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_sse3 sse3) \
-   $(use_enable cpu_flags_x86_sse4_1 sse4_1) \
-   $(use_with lcms)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
deleted file mode 100644
index 8a25c028768..000
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == ** ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
-   SRC_URI=""
-else
-   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 
~amd64-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_sse3 
cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/libtool-2.2
-   virtual/pkgconfig
-"
-

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-07-05 Thread Joonas Niilola
commit: d4487daf3befb464be78a714cbd89e644a876967
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Jun 11 22:10:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jul  5 08:24:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4487daf

media-libs/babl: 0.1.78 version bump

Bug: https://bugs.gentoo.org/723868

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.78.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index e5bd89675be..7d17525f432 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,2 +1,3 @@
 DIST babl-0.1.66.tar.bz2 706100 BLAKE2B 
0de443dd4ea32cd025c8b121f042c24528677f32a6c201f3abedd13fb3a2ce2636d03f4b45eefce2c9f7a86426355af9b584602ca9ebb1a2140ee88f500c2843
 SHA512 
41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3
 DIST babl-0.1.74.tar.xz 294156 BLAKE2B 
bb5df4db706f817d9cf8674caed9b758fc1380b9dd33a26b24990eae07543f097c5e5fb68788c02cb2a2c0e68e917bb7a1c68aa0d2f9871dfd3267934291d474
 SHA512 
97b4a5aad76b7d6dee1835774cee48f866a9513c6454d74c3378068a60359704c1ba106a7542b9ac6a7968b3cf632ed2626b835ec9c7f3fcc6e29968c1e39396
+DIST babl-0.1.78.tar.xz 298920 BLAKE2B 
654baf0ed09fbbad54578bf8bba60f45152e446d8b3d3ee49ca57084f220d22ed9478bc95851c5c1b17deeacdacfc14a39ab4d6e3f0448012eb212eef8b357b2
 SHA512 
d40f68cbd3d7703066a8985958b6cc49eaefe842c0fb3b7bbf6a5d6e6198642b55c4f95bdbf0d25a29d24a975c9b94acfd084792c60b18ec5f66260dfe54893b

diff --git a/media-libs/babl/babl-0.1.78.ebuild 
b/media-libs/babl/babl-0.1.78.ebuild
new file mode 100644
index 000..be6f45add6b
--- /dev/null
+++ b/media-libs/babl/babl-0.1.78.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VALA_USE_DEPEND=vapigen
+
+inherit meson gnome2-utils vala
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
+   SRC_URI=""
+else
+   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc ~x86 ~amd64-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="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_sse3 
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_sse3 enable-sse3)
+   $(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-04-30 Thread Andreas Sturmlechner
commit: 248c07dc801573e42798745efb86e066ad2ae155
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 30 16:55:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 30 21:28:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248c07dc

media-libs/babl: Drop 0.1.62

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/babl/Manifest   |  1 -
 media-libs/babl/babl-0.1.62.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 1c1bc1e4ca8..e5bd89675be 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,3 +1,2 @@
-DIST babl-0.1.62.tar.bz2 698161 BLAKE2B 
21fdc009e56d40a8ee08509161dcad10c3f5b41c42ab7f2d64f888762a15b3dd4b6723a4caa4aea7c977179007db4b6e39b6ab9fde4c68bb24ea170ccf29dbd3
 SHA512 
4d2ba25e39b8dcb122913731861fa04cafd97388a1c354afb2188e8582ac78e9e32f838e2be8e9f41ee9ac582081fdee1d79accb60e824b8b2c12995f96a8293
 DIST babl-0.1.66.tar.bz2 706100 BLAKE2B 
0de443dd4ea32cd025c8b121f042c24528677f32a6c201f3abedd13fb3a2ce2636d03f4b45eefce2c9f7a86426355af9b584602ca9ebb1a2140ee88f500c2843
 SHA512 
41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3
 DIST babl-0.1.74.tar.xz 294156 BLAKE2B 
bb5df4db706f817d9cf8674caed9b758fc1380b9dd33a26b24990eae07543f097c5e5fb68788c02cb2a2c0e68e917bb7a1c68aa0d2f9871dfd3267934291d474
 SHA512 
97b4a5aad76b7d6dee1835774cee48f866a9513c6454d74c3378068a60359704c1ba106a7542b9ac6a7968b3cf632ed2626b835ec9c7f3fcc6e29968c1e39396

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
deleted file mode 100644
index 8a25c028768..000
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == ** ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
-   SRC_URI=""
-else
-   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 
~amd64-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_sse3 
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} == ** ]] && 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_sse3 sse3) \
-   $(use_enable cpu_flags_x86_sse4_1 sse4_1)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-04-09 Thread Sergei Trofimovich
commit: 1f7cf3cf3ba085f5198622de287cd4df9b380513
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Apr  9 20:31:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr  9 22:01:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7cf3cf

media-libs/babl: mark -sparc, unfixable unaligned accesses

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 media-libs/babl/babl-0.1.74.ebuild | 2 +-
 media-libs/babl/babl-.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index fd178de78ff..8a25c028768 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index fd178de78ff..8a25c028768 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"

diff --git a/media-libs/babl/babl-0.1.74.ebuild 
b/media-libs/babl/babl-0.1.74.ebuild
index 3896fa07f35..51a90052f31 100644
--- a/media-libs/babl/babl-0.1.74.ebuild
+++ b/media-libs/babl/babl-0.1.74.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index 8cf5a1b4dbe..e31e4dbc6a4 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-04-07 Thread Mart Raudsepp
commit: a03637a12511b7efea04b378d65b6cfc0f36fc70
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue Apr  7 02:34:59 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  7 10:16:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03637a1

media-libs/babl: arm64 stable (bug #706368)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/babl/babl-0.1.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.74.ebuild 
b/media-libs/babl/babl-0.1.74.ebuild
index 3ec0ba49cbf..3896fa07f35 100644
--- a/media-libs/babl/babl-0.1.74.ebuild
+++ b/media-libs/babl/babl-0.1.74.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-01-27 Thread Agostino Sarubbo
commit: e5986c412b3ce44f495ec7a7ec953819472f1878
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 27 14:24:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 27 14:24:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5986c41

media-libs/babl: x86 stable wrt bug #706368

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.74.ebuild 
b/media-libs/babl/babl-0.1.74.ebuild
index c4b7678cfbe..3ec0ba49cbf 100644
--- a/media-libs/babl/babl-0.1.74.ebuild
+++ b/media-libs/babl/babl-0.1.74.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-01-27 Thread Agostino Sarubbo
commit: 100b8a2b1905146852f7a312e6d87e7750e9c197
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 27 12:45:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 27 12:45:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100b8a2b

media-libs/babl: amd64 stable wrt bug #706368

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.74.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.74.ebuild 
b/media-libs/babl/babl-0.1.74.ebuild
index 8cf5a1b4dbe..c4b7678cfbe 100644
--- a/media-libs/babl/babl-0.1.74.ebuild
+++ b/media-libs/babl/babl-0.1.74.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-01-25 Thread Andreas Sturmlechner
commit: 5b978d0c5d566d64bd619710039878cd5facf1ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 25 21:38:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 25 22:40:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b978d0c

media-libs/babl: 0.1.12, 0.1.38, 0.1.64, 0.1.72

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/babl/Manifest   |  4 ---
 media-libs/babl/babl-0.1.12.ebuild | 53 
 media-libs/babl/babl-0.1.38.ebuild | 55 --
 media-libs/babl/babl-0.1.64.ebuild | 54 -
 media-libs/babl/babl-0.1.72.ebuild | 47 
 5 files changed, 213 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 85b3fb9b29f..1c1bc1e4ca8 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,7 +1,3 @@
-DIST babl-0.1.12.tar.bz2 642234 BLAKE2B 
2e60f7bc5edd55d78e3e588c1c777e3aff6953ffb0ecb5ac91b2a1bf7019329a1ddedb8de53b77fd1c37342b607f2f9603bedfb45ceb9943051d63bb0bd364ba
 SHA512 
b69c8e3870f25372b2223aa4a716383af30342822461fc847039af964cdd194603dbc327a5c3547369d64b206b54280a5a9a227197ca6b7bcfbfa8e2e560df6a
-DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6797a6e077de16d47239a67cc8fcb93253f54de31012cfb1622cafed2c220cba5cb3cdd9eb1599e5d11b4000f
 SHA512 
4b55b666170322adad4b4624c98110d7a34c496f7aadb22a53c09d1ce5ae518122c2105fd2cb2a057e752fe1540beb703f8192e48e7c43601342a75db2bfdca0
 DIST babl-0.1.62.tar.bz2 698161 BLAKE2B 
21fdc009e56d40a8ee08509161dcad10c3f5b41c42ab7f2d64f888762a15b3dd4b6723a4caa4aea7c977179007db4b6e39b6ab9fde4c68bb24ea170ccf29dbd3
 SHA512 
4d2ba25e39b8dcb122913731861fa04cafd97388a1c354afb2188e8582ac78e9e32f838e2be8e9f41ee9ac582081fdee1d79accb60e824b8b2c12995f96a8293
-DIST babl-0.1.64.tar.bz2 705991 BLAKE2B 
a22522f3c9ce73b4a0d29f2dddae870e7d241c4456295cab8b3a1d6441dcc7221c510ace57ba22a86ad8aff605734430396b65dbad3a51d306344d0a230034bc
 SHA512 
b728c2973f80b62e2ee62307880e00a95a90839e778644dd6ab4076e43708e4939c8162b9a6a474dc3c3c4c087475d51eb64d2effd6dcdf969696060cc22a8aa
 DIST babl-0.1.66.tar.bz2 706100 BLAKE2B 
0de443dd4ea32cd025c8b121f042c24528677f32a6c201f3abedd13fb3a2ce2636d03f4b45eefce2c9f7a86426355af9b584602ca9ebb1a2140ee88f500c2843
 SHA512 
41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3
-DIST babl-0.1.72.tar.xz 293660 BLAKE2B 
454b663753597c9b626f8fd1f6604e50cd0e9f5e4a62c8646b6904e97f79ed29a3e151a70593f191bed098192b3993e7f05049b3d6533ece0ac901cf00515cd0
 SHA512 
55425688467d565acecbe3657ed4191971fe70d0da0f69c348eec8a6db9807f3e27f5101cade2d886d017b5156e4ef56382df93f26cc335acb4ce33bbef23d6b
 DIST babl-0.1.74.tar.xz 294156 BLAKE2B 
bb5df4db706f817d9cf8674caed9b758fc1380b9dd33a26b24990eae07543f097c5e5fb68788c02cb2a2c0e68e917bb7a1c68aa0d2f9871dfd3267934291d474
 SHA512 
97b4a5aad76b7d6dee1835774cee48f866a9513c6454d74c3378068a60359704c1ba106a7542b9ac6a7968b3cf632ed2626b835ec9c7f3fcc6e29968c1e39396

diff --git a/media-libs/babl/babl-0.1.12.ebuild 
b/media-libs/babl/babl-0.1.12.ebuild
deleted file mode 100644
index ff19c765a87..000
--- a/media-libs/babl/babl-0.1.12.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-if [[ ${PV} == ** ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
-   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-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_mmx"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/libtool-2.2
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   epatch_user
-   [[ ${PV} == ** ]] && 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_mmx mmx) \
-   $(use_enable cpu_flags_x86_sse sse) \
-   $(use_enable cpu_flags_x86_sse sse2)
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-01-25 Thread Andreas Sturmlechner
commit: eeb4cb366a7c87c464257676ac5a9ad6a4d6606a
Author: band-a-prend  yandex  ru>
AuthorDate: Thu Jan 23 10:38:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 25 21:09:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb4cb36

media-libs/babl: add maintainer, sort IUSE and conf options

Signed-off-by: Sergey Torokhov  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/14418
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/babl/babl-0.1.74.ebuild | 17 -
 media-libs/babl/babl-.ebuild   | 19 +--
 media-libs/babl/metadata.xml   |  9 -
 3 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/media-libs/babl/babl-0.1.74.ebuild 
b/media-libs/babl/babl-0.1.74.ebuild
index 505dc6c77a1..8cf5a1b4dbe 100644
--- a/media-libs/babl/babl-0.1.74.ebuild
+++ b/media-libs/babl/babl-0.1.74.ebuild
@@ -19,12 +19,11 @@ HOMEPAGE="http://www.gegl.org/babl/;
 
 LICENSE="LGPL-3"
 SLOT="0"
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c 
introspection lcms"
+IUSE="introspection lcms cpu_flags_x86_avx2 cpu_flags_x86_f16c 
cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1"
 
+BDEPEND="virtual/pkgconfig"
 RDEPEND="lcms? ( media-libs/lcms:2 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
# Automagic rsvg support is just for website generation we do not call,
@@ -32,16 +31,16 @@ src_configure() {
# 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 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_sse3 enable-sse3)
$(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
-   $(meson_use cpu_flags_x86_avx2 enable-avx2)
-   $(meson_use cpu_flags_x86_f16c enable-f16c)
-   $(meson_use introspection enable-gir)
-   -Dwith-docs=false
-   $(meson_use lcms with-lcms)
)
meson_src_configure
 }

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index 7aeda229c13..8cf5a1b4dbe 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,12 +19,11 @@ HOMEPAGE="http://www.gegl.org/babl/;
 
 LICENSE="LGPL-3"
 SLOT="0"
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c 
introspection lcms"
+IUSE="introspection lcms cpu_flags_x86_avx2 cpu_flags_x86_f16c 
cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1"
 
+BDEPEND="virtual/pkgconfig"
 RDEPEND="lcms? ( media-libs/lcms:2 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
# Automagic rsvg support is just for website generation we do not call,
@@ -32,16 +31,16 @@ src_configure() {
# 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 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_sse3 enable-sse3)
$(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
-   $(meson_use cpu_flags_x86_avx2 enable-avx2)
-   $(meson_use cpu_flags_x86_f16c enable-f16c)
-   $(meson_use introspection enable-gir)
-   -Dwith-docs=false
-   $(meson_use lcms with-lcms)
)
meson_src_configure
 }

diff --git a/media-libs/babl/metadata.xml b/media-libs/babl/metadata.xml
index 7a38bb90096..e7e7a5da0ad 100644
--- a/media-libs/babl/metadata.xml
+++ b/media-libs/babl/metadata.xml
@@ -1,5 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   torokhov-...@yandex.ru
+   Sergey Torokhov
+   
+   
+   

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2020-01-20 Thread Lars Wendler
commit: cf4bfcc7c043b118cd65ee9c3c0c8b99955a6362
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 20 10:12:02 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 20 10:12:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4bfcc7

media-libs/babl: Bump to version 0.1.74

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.74.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 8ac6ad93b64..85b3fb9b29f 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -4,3 +4,4 @@ DIST babl-0.1.62.tar.bz2 698161 BLAKE2B 
21fdc009e56d40a8ee08509161dcad10c3f5b41c
 DIST babl-0.1.64.tar.bz2 705991 BLAKE2B 
a22522f3c9ce73b4a0d29f2dddae870e7d241c4456295cab8b3a1d6441dcc7221c510ace57ba22a86ad8aff605734430396b65dbad3a51d306344d0a230034bc
 SHA512 
b728c2973f80b62e2ee62307880e00a95a90839e778644dd6ab4076e43708e4939c8162b9a6a474dc3c3c4c087475d51eb64d2effd6dcdf969696060cc22a8aa
 DIST babl-0.1.66.tar.bz2 706100 BLAKE2B 
0de443dd4ea32cd025c8b121f042c24528677f32a6c201f3abedd13fb3a2ce2636d03f4b45eefce2c9f7a86426355af9b584602ca9ebb1a2140ee88f500c2843
 SHA512 
41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3
 DIST babl-0.1.72.tar.xz 293660 BLAKE2B 
454b663753597c9b626f8fd1f6604e50cd0e9f5e4a62c8646b6904e97f79ed29a3e151a70593f191bed098192b3993e7f05049b3d6533ece0ac901cf00515cd0
 SHA512 
55425688467d565acecbe3657ed4191971fe70d0da0f69c348eec8a6db9807f3e27f5101cade2d886d017b5156e4ef56382df93f26cc335acb4ce33bbef23d6b
+DIST babl-0.1.74.tar.xz 294156 BLAKE2B 
bb5df4db706f817d9cf8674caed9b758fc1380b9dd33a26b24990eae07543f097c5e5fb68788c02cb2a2c0e68e917bb7a1c68aa0d2f9871dfd3267934291d474
 SHA512 
97b4a5aad76b7d6dee1835774cee48f866a9513c6454d74c3378068a60359704c1ba106a7542b9ac6a7968b3cf632ed2626b835ec9c7f3fcc6e29968c1e39396

diff --git a/media-libs/babl/babl-0.1.74.ebuild 
b/media-libs/babl/babl-0.1.74.ebuild
new file mode 100644
index 000..505dc6c77a1
--- /dev/null
+++ b/media-libs/babl/babl-0.1.74.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
+   SRC_URI=""
+else
+   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-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="cpu_flags_x86_avx2 cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c 
introspection lcms"
+
+RDEPEND="lcms? ( media-libs/lcms:2 )"
+DEPEND="${RDEPEND}
+   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
+   local emesonargs=(
+   $(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_sse3 enable-sse3)
+   $(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
+   $(meson_use cpu_flags_x86_avx2 enable-avx2)
+   $(meson_use cpu_flags_x86_f16c enable-f16c)
+   $(meson_use introspection enable-gir)
+   -Dwith-docs=false
+   $(meson_use lcms with-lcms)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-27 Thread Mikle Kolyada
commit: 38be4396a3449c51195ae6f0bfcf55291bef121a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Nov 27 13:30:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Nov 27 13:33:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38be4396

media-libs/babl: arm stable wrt bug #700642

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index 5e0002f5c97..61dffd8b9f2 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-22 Thread Aaron Bauman
commit: bbb394ae42fe48a87ef2dba8e0eb483e83a33c74
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Nov 23 00:43:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Nov 23 00:49:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb394ae

media-libs/babl: arm64 stable (bug #700642)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index 92645c8449b..5e0002f5c97 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-22 Thread Matt Turner
commit: 810db7337c1aa3a071e623bfaeb2eb1adcca6c5a
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov 22 16:23:35 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov 22 16:23:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810db733

media-libs/babl-0.1.66: alpha stable, bug 700642

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index 4c8de193c1b..92645c8449b 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-21 Thread Sergei Trofimovich
commit: c40af032a78ae5c9c44107b07241c651a94f5289
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Nov 21 16:21:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov 21 17:17:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40af032

media-libs/babl: stable 0.1.66 for hppa, bug #700642

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index 46ee4c9f9ec..4c8de193c1b 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-20 Thread Agostino Sarubbo
commit: aebc4efc9be69b17b22b990c9217f2af16ede99d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 13:23:38 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 13:23:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebc4efc

media-libs/babl: x86 stable wrt bug #700642

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index d60e1b04866..46ee4c9f9ec 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-20 Thread Agostino Sarubbo
commit: cbeed447a2d846b7afd6c53ec46931892aea56a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:34:24 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:34:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbeed447

media-libs/babl: ia64 stable wrt bug #700642

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index 90c0d5089c2..d60e1b04866 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-20 Thread Agostino Sarubbo
commit: a0d78a5b4830a4178844be52abf88bc7cdcf8d6f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:26:52 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:26:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d78a5b

media-libs/babl: ppc stable wrt bug #700642

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index 72fa30d2817..90c0d5089c2 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-20 Thread Agostino Sarubbo
commit: 9d0936c65d104a5b6ba6747c3e85d62949f71a13
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:20:00 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:20:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0936c6

media-libs/babl: ppc64 stable wrt bug #700642

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index 14fcf07ebbc..72fa30d2817 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-11-20 Thread Agostino Sarubbo
commit: 5a114d77bb41352cfdbe6c42d17c4aa72321f9f3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:16:25 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:16:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a114d77

media-libs/babl: amd64 stable wrt bug #700642

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/babl/babl-0.1.66.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
index 634e2a1ade6..14fcf07ebbc 100644
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-10-21 Thread Sebastian Pipping
commit: e858494a782c5b292b217bc3e61120aaad1147c7
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Oct 21 12:24:45 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Oct 21 12:29:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e858494a

media-libs/babl: 0.1.72 with meson + sync 

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.68, Repoman-2.3.16

 media-libs/babl/Manifest   |  1 +
 .../babl/{babl-.ebuild => babl-0.1.72.ebuild}  | 45 +-
 media-libs/babl/babl-.ebuild   | 45 +-
 3 files changed, 39 insertions(+), 52 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index baf04eb8cd7..8ac6ad93b64 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -3,3 +3,4 @@ DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6
 DIST babl-0.1.62.tar.bz2 698161 BLAKE2B 
21fdc009e56d40a8ee08509161dcad10c3f5b41c42ab7f2d64f888762a15b3dd4b6723a4caa4aea7c977179007db4b6e39b6ab9fde4c68bb24ea170ccf29dbd3
 SHA512 
4d2ba25e39b8dcb122913731861fa04cafd97388a1c354afb2188e8582ac78e9e32f838e2be8e9f41ee9ac582081fdee1d79accb60e824b8b2c12995f96a8293
 DIST babl-0.1.64.tar.bz2 705991 BLAKE2B 
a22522f3c9ce73b4a0d29f2dddae870e7d241c4456295cab8b3a1d6441dcc7221c510ace57ba22a86ad8aff605734430396b65dbad3a51d306344d0a230034bc
 SHA512 
b728c2973f80b62e2ee62307880e00a95a90839e778644dd6ab4076e43708e4939c8162b9a6a474dc3c3c4c087475d51eb64d2effd6dcdf969696060cc22a8aa
 DIST babl-0.1.66.tar.bz2 706100 BLAKE2B 
0de443dd4ea32cd025c8b121f042c24528677f32a6c201f3abedd13fb3a2ce2636d03f4b45eefce2c9f7a86426355af9b584602ca9ebb1a2140ee88f500c2843
 SHA512 
41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3
+DIST babl-0.1.72.tar.xz 293660 BLAKE2B 
454b663753597c9b626f8fd1f6604e50cd0e9f5e4a62c8646b6904e97f79ed29a3e151a70593f191bed098192b3993e7f05049b3d6533ece0ac901cf00515cd0
 SHA512 
55425688467d565acecbe3657ed4191971fe70d0da0f69c348eec8a6db9807f3e27f5101cade2d886d017b5156e4ef56382df93f26cc335acb4ce33bbef23d6b

diff --git a/media-libs/babl/babl-.ebuild 
b/media-libs/babl/babl-0.1.72.ebuild
similarity index 50%
copy from media-libs/babl/babl-.ebuild
copy to media-libs/babl/babl-0.1.72.ebuild
index 634e2a1ade6..7aeda229c13 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-0.1.72.ebuild
@@ -3,12 +3,14 @@
 
 EAPI=7
 
+inherit meson
+
 if [[ ${PV} == ** ]]; then
-   inherit autotools git-r3
+   inherit git-r3
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
SRC_URI=""
 else
-   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
+   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
@@ -17,38 +19,29 @@ HOMEPAGE="http://www.gegl.org/babl/;
 
 LICENSE="LGPL-3"
 SLOT="0"
-IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c"
+IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse cpu_flags_x86_sse2 
cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c 
introspection lcms"
 
-RDEPEND=""
+RDEPEND="lcms? ( media-libs/lcms:2 )"
 DEPEND="${RDEPEND}
-   >=sys-devel/libtool-2.2
virtual/pkgconfig
 "
 
-src_prepare() {
-   default
-   [[ ${PV} == ** ]] && 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_sse3 sse3) \
-   $(use_enable cpu_flags_x86_sse4_1 sse4_1)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -type f -delete || die
+   local emesonargs=(
+   $(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_sse3 enable-sse3)
+   $(meson_use cpu_flags_x86_sse4_1 enable-sse4_1)
+   $(meson_use cpu_flags_x86_avx2 enable-avx2)
+   $(meson_use cpu_flags_x86_f16c enable-f16c)
+   $(meson_use 

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-07-16 Thread Michał Górny
commit: 61ef6944e9e1927f7dce5ea63cdd5232bea66d56
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 16 06:05:14 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 16 06:05:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ef6944

media-libs/babl: Remove duplicate f16c desc

Signed-off-by: Michał Górny  gentoo.org>

 media-libs/babl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/media-libs/babl/metadata.xml b/media-libs/babl/metadata.xml
index c86b23d9da6..82b7b795379 100644
--- a/media-libs/babl/metadata.xml
+++ b/media-libs/babl/metadata.xml
@@ -4,7 +4,4 @@

sp...@gentoo.org

-   
-   Take advantage of CPU feature 
f16c
-   
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-07-07 Thread Sebastian Pipping
commit: ee89d60b108e0ac60a7f4273aebb7a05f8773496
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Jul  7 17:55:57 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Jul  7 18:17:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee89d60b

media-libs/babl: 0.1.66

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.68, Repoman-2.3.16

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.66.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 83a4f92ddab..baf04eb8cd7 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -2,3 +2,4 @@ DIST babl-0.1.12.tar.bz2 642234 BLAKE2B 
2e60f7bc5edd55d78e3e588c1c777e3aff6953ff
 DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6797a6e077de16d47239a67cc8fcb93253f54de31012cfb1622cafed2c220cba5cb3cdd9eb1599e5d11b4000f
 SHA512 
4b55b666170322adad4b4624c98110d7a34c496f7aadb22a53c09d1ce5ae518122c2105fd2cb2a057e752fe1540beb703f8192e48e7c43601342a75db2bfdca0
 DIST babl-0.1.62.tar.bz2 698161 BLAKE2B 
21fdc009e56d40a8ee08509161dcad10c3f5b41c42ab7f2d64f888762a15b3dd4b6723a4caa4aea7c977179007db4b6e39b6ab9fde4c68bb24ea170ccf29dbd3
 SHA512 
4d2ba25e39b8dcb122913731861fa04cafd97388a1c354afb2188e8582ac78e9e32f838e2be8e9f41ee9ac582081fdee1d79accb60e824b8b2c12995f96a8293
 DIST babl-0.1.64.tar.bz2 705991 BLAKE2B 
a22522f3c9ce73b4a0d29f2dddae870e7d241c4456295cab8b3a1d6441dcc7221c510ace57ba22a86ad8aff605734430396b65dbad3a51d306344d0a230034bc
 SHA512 
b728c2973f80b62e2ee62307880e00a95a90839e778644dd6ab4076e43708e4939c8162b9a6a474dc3c3c4c087475d51eb64d2effd6dcdf969696060cc22a8aa
+DIST babl-0.1.66.tar.bz2 706100 BLAKE2B 
0de443dd4ea32cd025c8b121f042c24528677f32a6c201f3abedd13fb3a2ce2636d03f4b45eefce2c9f7a86426355af9b584602ca9ebb1a2140ee88f500c2843
 SHA512 
41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
new file mode 100644
index 000..c6f18423b43
--- /dev/null
+++ b/media-libs/babl/babl-0.1.66.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == ** ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
+   SRC_URI=""
+else
+   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~amd64-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_sse3 
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} == ** ]] && 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_sse3 sse3) \
+   $(use_enable cpu_flags_x86_sse4_1 sse4_1)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-06-05 Thread Agostino Sarubbo
commit: bc1bbde624d080623e8e7b33df9b268f58b435d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  5 07:11:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  5 07:12:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1bbde6

media-libs/babl: ppc stable wrt bug #681082

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index b3470e44376..58bb27fcf61 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-05-26 Thread Sebastian Pipping
commit: 599da07f5dd9e5740b49cd9ee5a9956438f079ec
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun May 26 15:59:55 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun May 26 16:00:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599da07f

media-libs/babl: Remove old

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.65, Repoman-2.3.12

 media-libs/babl/Manifest   |  4 ---
 media-libs/babl/babl-0.1.18.ebuild | 55 
 media-libs/babl/babl-0.1.56.ebuild | 57 --
 media-libs/babl/babl-0.1.58.ebuild | 57 --
 media-libs/babl/babl-0.1.60.ebuild | 57 --
 5 files changed, 230 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 8694c654325..83a4f92ddab 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,8 +1,4 @@
 DIST babl-0.1.12.tar.bz2 642234 BLAKE2B 
2e60f7bc5edd55d78e3e588c1c777e3aff6953ffb0ecb5ac91b2a1bf7019329a1ddedb8de53b77fd1c37342b607f2f9603bedfb45ceb9943051d63bb0bd364ba
 SHA512 
b69c8e3870f25372b2223aa4a716383af30342822461fc847039af964cdd194603dbc327a5c3547369d64b206b54280a5a9a227197ca6b7bcfbfa8e2e560df6a
-DIST babl-0.1.18.tar.bz2 734225 BLAKE2B 
8fc7f0c25adbde4c88fef6ef104de232f5dd074c6262a6e47f177be9362d62dc8cf30e098f3f341fe57f164383eb2fc5054d7796214464482c1ef684f09d1cbd
 SHA512 
70cf2db7294d5744e30519ccc9bfd795c9ef4bae4425bdf8719ce0028c6bb81deca7b2c0550e98877beddc7f5d5ce71b9ba5318416dc32c3087a13d8eee42304
 DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6797a6e077de16d47239a67cc8fcb93253f54de31012cfb1622cafed2c220cba5cb3cdd9eb1599e5d11b4000f
 SHA512 
4b55b666170322adad4b4624c98110d7a34c496f7aadb22a53c09d1ce5ae518122c2105fd2cb2a057e752fe1540beb703f8192e48e7c43601342a75db2bfdca0
-DIST babl-0.1.56.tar.bz2 673080 BLAKE2B 
a172819342e6982249734d2e5a0014bc9feaf882788c50c72494adac7160e9cca4b8d45411c110217b8bd8642fe46689295801f1207e54de1219be5e13a475b0
 SHA512 
e3d6192126df136537ce13b2858a7ec078251093762052bb3edd826a26ab36fee73375ee854bdf423f22fc30f23bcafb3ae46e986ed6555f3ef0809b12c612ba
-DIST babl-0.1.58.tar.bz2 686407 BLAKE2B 
89e93f9152a5761728e0234e0139b8e7a4611fd0b082998f34bfca6cfc155d35e3d9b66d777022948d6b46e8d6e12af739d43138139b361c63879f39f1da
 SHA512 
4747e9432072ab786f096f18fabe307587f307369ca89ec7ece2ae8db59ea8f618a67c6c9ed93a8f21533bd91e00db05653b37b923dfee074d7c4381452324ce
-DIST babl-0.1.60.tar.bz2 685707 BLAKE2B 
dccbbb6974160377eb70fa32dad998ceeed6d065ba87a34c11d38e4bd2ea6a4c359f107bfe4afc0ab637fea99377d83c4669519a61fbc9e221a842d1d5375870
 SHA512 
a65533b4527c4334c7ab14fb16be41e3e2e93f51bbeb24dd427fa9263e25fa8ad83337b73a805bebc2414fb57bccceaa681f89ce5c5187bd0a03703bf072
 DIST babl-0.1.62.tar.bz2 698161 BLAKE2B 
21fdc009e56d40a8ee08509161dcad10c3f5b41c42ab7f2d64f888762a15b3dd4b6723a4caa4aea7c977179007db4b6e39b6ab9fde4c68bb24ea170ccf29dbd3
 SHA512 
4d2ba25e39b8dcb122913731861fa04cafd97388a1c354afb2188e8582ac78e9e32f838e2be8e9f41ee9ac582081fdee1d79accb60e824b8b2c12995f96a8293
 DIST babl-0.1.64.tar.bz2 705991 BLAKE2B 
a22522f3c9ce73b4a0d29f2dddae870e7d241c4456295cab8b3a1d6441dcc7221c510ace57ba22a86ad8aff605734430396b65dbad3a51d306344d0a230034bc
 SHA512 
b728c2973f80b62e2ee62307880e00a95a90839e778644dd6ab4076e43708e4939c8162b9a6a474dc3c3c4c087475d51eb64d2effd6dcdf969696060cc22a8aa

diff --git a/media-libs/babl/babl-0.1.18.ebuild 
b/media-libs/babl/babl-0.1.18.ebuild
deleted file mode 100644
index c4a928b7208..000
--- a/media-libs/babl/babl-0.1.18.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-if [[ ${PV} == ** ]]; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
-   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 ~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} == ** ]] && 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 \

[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-05-26 Thread Sebastian Pipping
commit: b0a9443a0a029b3205c5bddf5880d37672aee6cd
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun May 26 15:56:07 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun May 26 16:00:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a9443a

media-libs/babl: 0.1.64

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.65, Repoman-2.3.12

 media-libs/babl/Manifest   |  1 +
 media-libs/babl/babl-0.1.64.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index f0716864667..8694c654325 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -5,3 +5,4 @@ DIST babl-0.1.56.tar.bz2 673080 BLAKE2B 
a172819342e6982249734d2e5a0014bc9feaf882
 DIST babl-0.1.58.tar.bz2 686407 BLAKE2B 
89e93f9152a5761728e0234e0139b8e7a4611fd0b082998f34bfca6cfc155d35e3d9b66d777022948d6b46e8d6e12af739d43138139b361c63879f39f1da
 SHA512 
4747e9432072ab786f096f18fabe307587f307369ca89ec7ece2ae8db59ea8f618a67c6c9ed93a8f21533bd91e00db05653b37b923dfee074d7c4381452324ce
 DIST babl-0.1.60.tar.bz2 685707 BLAKE2B 
dccbbb6974160377eb70fa32dad998ceeed6d065ba87a34c11d38e4bd2ea6a4c359f107bfe4afc0ab637fea99377d83c4669519a61fbc9e221a842d1d5375870
 SHA512 
a65533b4527c4334c7ab14fb16be41e3e2e93f51bbeb24dd427fa9263e25fa8ad83337b73a805bebc2414fb57bccceaa681f89ce5c5187bd0a03703bf072
 DIST babl-0.1.62.tar.bz2 698161 BLAKE2B 
21fdc009e56d40a8ee08509161dcad10c3f5b41c42ab7f2d64f888762a15b3dd4b6723a4caa4aea7c977179007db4b6e39b6ab9fde4c68bb24ea170ccf29dbd3
 SHA512 
4d2ba25e39b8dcb122913731861fa04cafd97388a1c354afb2188e8582ac78e9e32f838e2be8e9f41ee9ac582081fdee1d79accb60e824b8b2c12995f96a8293
+DIST babl-0.1.64.tar.bz2 705991 BLAKE2B 
a22522f3c9ce73b4a0d29f2dddae870e7d241c4456295cab8b3a1d6441dcc7221c510ace57ba22a86ad8aff605734430396b65dbad3a51d306344d0a230034bc
 SHA512 
b728c2973f80b62e2ee62307880e00a95a90839e778644dd6ab4076e43708e4939c8162b9a6a474dc3c3c4c087475d51eb64d2effd6dcdf969696060cc22a8aa

diff --git a/media-libs/babl/babl-0.1.64.ebuild 
b/media-libs/babl/babl-0.1.64.ebuild
new file mode 100644
index 000..c6f18423b43
--- /dev/null
+++ b/media-libs/babl/babl-0.1.64.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} == ** ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
+   SRC_URI=""
+else
+   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~amd64-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_sse3 
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} == ** ]] && 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_sse3 sse3) \
+   $(use_enable cpu_flags_x86_sse4_1 sse4_1)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-05-21 Thread Aaron Bauman
commit: 5f5c8c7c09146cc23d95308df66d445c35881d47
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 06:28:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 06:31:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5c8c7c

media-libs/babl: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index 3930ee7f2a6..b3470e44376 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-05-11 Thread Mikle Kolyada
commit: 8de82262b6bd6ac5e873d1e6e91601707388cbd9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May 11 12:10:35 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May 11 12:10:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de82262

media-libs/babl: arm stable wrt bug #681082

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index dabc63cdf16..3930ee7f2a6 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-05-08 Thread Mikle Kolyada
commit: 65ded69d7876659b30ae2a8839ad0e7e96e51b88
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  8 19:20:35 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  8 19:20:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ded69d

media-libs/babl: x86 stable wrt bug #681082

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index d0d76e5ef94..dabc63cdf16 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-05-07 Thread Matt Turner
commit: 7dbadfdcbda1f493a763115606c21585c017bf18
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May  7 21:47:26 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  7 21:47:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbadfdc

media-libs/babl-0.1.62: alpha stable, bug 681082

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index 9ede1d88612..d0d76e5ef94 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-05-03 Thread Sergei Trofimovich
commit: 6b6ab898cb619b55302d1440b86d1eff5b7b1657
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May  3 07:09:35 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  3 07:11:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6ab898

media-libs/babl: stable 0.1.62 for hppa, bug #681082

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index 3b6ebc2c4fd..9ede1d88612 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-04-28 Thread Sergei Trofimovich
commit: 08d59b4b7072847bbb4f015a656cd97f8d16af6f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 28 08:39:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 28 13:03:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d59b4b

media-libs/babl: stable 0.1.62 for ppc64, bug #681082

Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index 4bd957b7a29..3b6ebc2c4fd 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-04-27 Thread Sergei Trofimovich
commit: 243ec8e72dea99fbd33bd7bc8b34daf5d54a8ec5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr 27 20:49:49 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr 27 20:50:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243ec8e7

media-libs/babl: stable 0.1.62 for ia64, bug #681082

Package-Manager: Portage-2.3.65, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index d5ea65419b2..4bd957b7a29 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-04-25 Thread Pacho Ramos
commit: de18700eceb8493c9fcd9112382f675459bffa35
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Apr 25 22:30:42 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Apr 25 22:32:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de18700e

media-libs/babl: amd64 stable, bug #681082

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 media-libs/babl/babl-0.1.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/babl/babl-0.1.62.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
index c6f18423b43..d5ea65419b2 100644
--- a/media-libs/babl/babl-0.1.62.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
SRC_URI=""
 else
SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2019-03-09 Thread Sebastian Pipping
commit: 6135b1200ba7ae470df2815fa0db4001e0acaeae
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Mar  9 15:04:13 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Mar  9 16:33:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6135b120

media-libs/babl: 0.1.62, EAPI 7, drop ltprune, sync 

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/babl/Manifest | 1 +
 media-libs/babl/{babl-.ebuild => babl-0.1.62.ebuild} | 8 +++-
 media-libs/babl/babl-.ebuild | 8 +++-
 3 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 48f8547f908..f0716864667 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -4,3 +4,4 @@ DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6
 DIST babl-0.1.56.tar.bz2 673080 BLAKE2B 
a172819342e6982249734d2e5a0014bc9feaf882788c50c72494adac7160e9cca4b8d45411c110217b8bd8642fe46689295801f1207e54de1219be5e13a475b0
 SHA512 
e3d6192126df136537ce13b2858a7ec078251093762052bb3edd826a26ab36fee73375ee854bdf423f22fc30f23bcafb3ae46e986ed6555f3ef0809b12c612ba
 DIST babl-0.1.58.tar.bz2 686407 BLAKE2B 
89e93f9152a5761728e0234e0139b8e7a4611fd0b082998f34bfca6cfc155d35e3d9b66d777022948d6b46e8d6e12af739d43138139b361c63879f39f1da
 SHA512 
4747e9432072ab786f096f18fabe307587f307369ca89ec7ece2ae8db59ea8f618a67c6c9ed93a8f21533bd91e00db05653b37b923dfee074d7c4381452324ce
 DIST babl-0.1.60.tar.bz2 685707 BLAKE2B 
dccbbb6974160377eb70fa32dad998ceeed6d065ba87a34c11d38e4bd2ea6a4c359f107bfe4afc0ab637fea99377d83c4669519a61fbc9e221a842d1d5375870
 SHA512 
a65533b4527c4334c7ab14fb16be41e3e2e93f51bbeb24dd427fa9263e25fa8ad83337b73a805bebc2414fb57bccceaa681f89ce5c5187bd0a03703bf072
+DIST babl-0.1.62.tar.bz2 698161 BLAKE2B 
21fdc009e56d40a8ee08509161dcad10c3f5b41c42ab7f2d64f888762a15b3dd4b6723a4caa4aea7c977179007db4b6e39b6ab9fde4c68bb24ea170ccf29dbd3
 SHA512 
4d2ba25e39b8dcb122913731861fa04cafd97388a1c354afb2188e8582ac78e9e32f838e2be8e9f41ee9ac582081fdee1d79accb60e824b8b2c12995f96a8293

diff --git a/media-libs/babl/babl-.ebuild 
b/media-libs/babl/babl-0.1.62.ebuild
similarity index 93%
copy from media-libs/babl/babl-.ebuild
copy to media-libs/babl/babl-0.1.62.ebuild
index 20dfb53dae7..c6f18423b43 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-0.1.62.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit ltprune
+EAPI=7
 
 if [[ ${PV} == ** ]]; then
inherit autotools git-r3
@@ -52,5 +50,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -type f -delete || die
 }

diff --git a/media-libs/babl/babl-.ebuild b/media-libs/babl/babl-.ebuild
index 20dfb53dae7..c6f18423b43 100644
--- a/media-libs/babl/babl-.ebuild
+++ b/media-libs/babl/babl-.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit ltprune
+EAPI=7
 
 if [[ ${PV} == ** ]]; then
inherit autotools git-r3
@@ -52,5 +50,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -type f -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/files/

2019-03-03 Thread Aaron Bauman
commit: c284390762f0d17443257597c4a45bddee8595c8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar  2 12:00:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar  4 03:11:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2843907

media-libs/babl: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11214
Signed-off-by: Aaron Bauman  gentoo.org>

 .../babl/files/babl-0.1.48-configure-cflags.patch  | 26 --
 1 file changed, 26 deletions(-)

diff --git a/media-libs/babl/files/babl-0.1.48-configure-cflags.patch 
b/media-libs/babl/files/babl-0.1.48-configure-cflags.patch
deleted file mode 100644
index 089a82f0e00..000
--- a/media-libs/babl/files/babl-0.1.48-configure-cflags.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 17d85b43750bc4cdfde71ab6b1d5f41acc89f2ed Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping 
-Date: Thu, 17 May 2018 20:50:29 +0200
-Subject: [PATCH] configure.ac: No longer enforce -Ofast
-

- configure.ac | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 924b0df..7933ead 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -161,9 +161,6 @@ CFLAGS="$CFLAGS $extra_warnings"
- BABL_DETECT_CFLAGS(extra_warnings, '-Wold-style-definition')
- CFLAGS="$CFLAGS $extra_warnings"
- 
--BABL_DETECT_CFLAGS(extra_warnings, '-Ofast' )
--CFLAGS="$CFLAGS $extra_warnings"
--
- fi
- 
- AC_PATH_PROG(RSVG, rsvg-convert, no)
--- 
-2.17.0
-



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2018-11-24 Thread Sebastian Pipping
commit: 6d737c78be0b9df255cff0859ebd796c4425f971
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Nov 25 00:22:37 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Nov 25 00:23:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d737c78

media-libs/babl: 0.1.60

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

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

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 7d4b66af762..48f8547f908 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -3,3 +3,4 @@ DIST babl-0.1.18.tar.bz2 734225 BLAKE2B 
8fc7f0c25adbde4c88fef6ef104de232f5dd074c
 DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6797a6e077de16d47239a67cc8fcb93253f54de31012cfb1622cafed2c220cba5cb3cdd9eb1599e5d11b4000f
 SHA512 
4b55b666170322adad4b4624c98110d7a34c496f7aadb22a53c09d1ce5ae518122c2105fd2cb2a057e752fe1540beb703f8192e48e7c43601342a75db2bfdca0
 DIST babl-0.1.56.tar.bz2 673080 BLAKE2B 
a172819342e6982249734d2e5a0014bc9feaf882788c50c72494adac7160e9cca4b8d45411c110217b8bd8642fe46689295801f1207e54de1219be5e13a475b0
 SHA512 
e3d6192126df136537ce13b2858a7ec078251093762052bb3edd826a26ab36fee73375ee854bdf423f22fc30f23bcafb3ae46e986ed6555f3ef0809b12c612ba
 DIST babl-0.1.58.tar.bz2 686407 BLAKE2B 
89e93f9152a5761728e0234e0139b8e7a4611fd0b082998f34bfca6cfc155d35e3d9b66d777022948d6b46e8d6e12af739d43138139b361c63879f39f1da
 SHA512 
4747e9432072ab786f096f18fabe307587f307369ca89ec7ece2ae8db59ea8f618a67c6c9ed93a8f21533bd91e00db05653b37b923dfee074d7c4381452324ce
+DIST babl-0.1.60.tar.bz2 685707 BLAKE2B 
dccbbb6974160377eb70fa32dad998ceeed6d065ba87a34c11d38e4bd2ea6a4c359f107bfe4afc0ab637fea99377d83c4669519a61fbc9e221a842d1d5375870
 SHA512 
a65533b4527c4334c7ab14fb16be41e3e2e93f51bbeb24dd427fa9263e25fa8ad83337b73a805bebc2414fb57bccceaa681f89ce5c5187bd0a03703bf072

diff --git a/media-libs/babl/babl-0.1.60.ebuild 
b/media-libs/babl/babl-0.1.60.ebuild
new file mode 100644
index 000..8d6d747f60a
--- /dev/null
+++ b/media-libs/babl/babl-0.1.60.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune
+
+if [[ ${PV} == ** ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
+   SRC_URI=""
+else
+   inherit autotools
+   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~amd64-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_sse3 
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
+   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_sse3 sse3) \
+   $(use_enable cpu_flags_x86_sse4_1 sse4_1)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2018-11-24 Thread Sergei Trofimovich
commit: d405557742ffa80ee2141536bf33f23f9520a5e2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 24 12:49:17 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 24 12:49:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4055577

media-libs/babl: stable 0.1.38 for ppc, bug #641322

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/babl/babl-0.1.38.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/babl/babl-0.1.38.ebuild 
b/media-libs/babl/babl-0.1.38.ebuild
index 6b93a845b52..140b2792c00 100644
--- a/media-libs/babl/babl-0.1.38.ebuild
+++ b/media-libs/babl/babl-0.1.38.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]]; then
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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"



[gentoo-commits] repo/gentoo:master commit in: media-libs/babl/

2018-11-18 Thread Sebastian Pipping
commit: 63c48c6f0b7b3f76f640e8f45c8e09336c76a799
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Nov 18 20:04:06 2018 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Nov 18 21:06:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c48c6f

media-libs/babl: 0.1.58

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

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

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 67c61e1a28a..7d4b66af762 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -2,3 +2,4 @@ DIST babl-0.1.12.tar.bz2 642234 BLAKE2B 
2e60f7bc5edd55d78e3e588c1c777e3aff6953ff
 DIST babl-0.1.18.tar.bz2 734225 BLAKE2B 
8fc7f0c25adbde4c88fef6ef104de232f5dd074c6262a6e47f177be9362d62dc8cf30e098f3f341fe57f164383eb2fc5054d7796214464482c1ef684f09d1cbd
 SHA512 
70cf2db7294d5744e30519ccc9bfd795c9ef4bae4425bdf8719ce0028c6bb81deca7b2c0550e98877beddc7f5d5ce71b9ba5318416dc32c3087a13d8eee42304
 DIST babl-0.1.38.tar.bz2 653047 BLAKE2B 
8bc43a7e0b7265f72122743ff4b3e25825e4bbe6797a6e077de16d47239a67cc8fcb93253f54de31012cfb1622cafed2c220cba5cb3cdd9eb1599e5d11b4000f
 SHA512 
4b55b666170322adad4b4624c98110d7a34c496f7aadb22a53c09d1ce5ae518122c2105fd2cb2a057e752fe1540beb703f8192e48e7c43601342a75db2bfdca0
 DIST babl-0.1.56.tar.bz2 673080 BLAKE2B 
a172819342e6982249734d2e5a0014bc9feaf882788c50c72494adac7160e9cca4b8d45411c110217b8bd8642fe46689295801f1207e54de1219be5e13a475b0
 SHA512 
e3d6192126df136537ce13b2858a7ec078251093762052bb3edd826a26ab36fee73375ee854bdf423f22fc30f23bcafb3ae46e986ed6555f3ef0809b12c612ba
+DIST babl-0.1.58.tar.bz2 686407 BLAKE2B 
89e93f9152a5761728e0234e0139b8e7a4611fd0b082998f34bfca6cfc155d35e3d9b66d777022948d6b46e8d6e12af739d43138139b361c63879f39f1da
 SHA512 
4747e9432072ab786f096f18fabe307587f307369ca89ec7ece2ae8db59ea8f618a67c6c9ed93a8f21533bd91e00db05653b37b923dfee074d7c4381452324ce

diff --git a/media-libs/babl/babl-0.1.58.ebuild 
b/media-libs/babl/babl-0.1.58.ebuild
new file mode 100644
index 000..8d6d747f60a
--- /dev/null
+++ b/media-libs/babl/babl-0.1.58.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit ltprune
+
+if [[ ${PV} == ** ]]; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git;
+   SRC_URI=""
+else
+   inherit autotools
+   SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~amd64-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_sse3 
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
+   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_sse3 sse3) \
+   $(use_enable cpu_flags_x86_sse4_1 sse4_1)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



  1   2   >