From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/
Date: Wed, 4 Nov 2020 12:42:52 +0000 (UTC) [thread overview]
Message-ID: <1604493750.2c43086454175a31027d5d4f61651f3c867af0e2.zlogene@gentoo> (raw)
commit: 2c43086454175a31027d5d4f61651f3c867af0e2
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Nov 4 11:25:21 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 12:42:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c430864
media-libs/babl: drop unused old
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/18097
Signed-off-by: Mikle Kolyada <zlogene <AT> 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..00000000000
--- 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} == *9999* ]]; 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..00000000000
--- 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} == *9999* ]]; 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 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
-}
next reply other threads:[~2020-11-04 12:42 UTC|newest]
Thread overview: 136+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-04 12:42 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 13:59 [gentoo-commits] repo/gentoo:master commit in: media-libs/babl/ Joonas Niilola
2024-09-25 13:58 Joonas Niilola
2024-04-14 0:43 Sam James
2024-03-21 2:50 Sam James
2023-12-08 8:46 Arthur Zamarin
2023-12-08 8:41 Arthur Zamarin
2023-08-20 7:16 Joonas Niilola
2023-08-20 7:16 Joonas Niilola
2023-06-28 6:59 Sam James
2023-05-05 13:37 Arthur Zamarin
2023-05-05 13:36 Arthur Zamarin
2023-05-05 12:58 Arthur Zamarin
2023-05-05 10:28 Arthur Zamarin
2023-02-26 21:23 Sam James
2023-02-24 19:09 Joonas Niilola
2022-12-23 8:03 Sam James
2022-12-01 3:21 WANG Xuerui
2022-11-25 7:52 Sam James
2022-11-25 7:52 Sam James
2022-11-21 19:16 Arthur Zamarin
2022-11-21 19:16 Arthur Zamarin
2022-11-07 9:34 Joonas Niilola
2022-11-07 9:15 Joonas Niilola
2022-10-04 18:27 Sam James
2022-10-04 18:27 Sam James
2022-08-31 22:26 Sam James
2022-07-25 15:06 Agostino Sarubbo
2022-07-25 15:01 Agostino Sarubbo
2022-07-25 7:13 Agostino Sarubbo
2022-07-25 7:07 Agostino Sarubbo
2022-07-11 22:50 John Helmert III
2022-07-10 19:13 Sam James
2022-07-09 10:23 Arthur Zamarin
2022-07-09 10:23 Arthur Zamarin
2022-07-09 10:23 Arthur Zamarin
2022-05-17 6:11 Sam James
2022-05-17 1:18 Sam James
2022-03-15 4:20 John Helmert III
2022-02-26 12:08 David Seifert
2022-02-26 11:54 David Seifert
2022-02-26 2:16 Sam James
2022-02-26 2:16 Sam James
2021-11-16 2:53 Sam James
2021-10-29 16:05 Sam James
2021-10-29 11:16 Sam James
2021-10-23 13:51 Sam James
2021-09-08 6:38 Sam James
2021-04-11 8:09 Joonas Niilola
2021-02-21 10:19 Andreas Sturmlechner
2021-02-19 17:17 Sam James
2021-02-19 12:11 Sam James
2021-02-18 22:19 Sam James
2021-02-18 21:01 Sam James
2020-12-29 1:54 Sam James
2020-12-29 1:54 Sam James
2020-11-08 12:02 Sam James
2020-10-31 11:20 Mikle Kolyada
2020-10-20 12:54 Joonas Niilola
2020-09-23 4:06 Sam James
2020-09-20 22:40 Thomas Deutschmann
2020-08-22 16:07 Andreas Sturmlechner
2020-07-05 8:24 Joonas Niilola
2020-04-30 21:28 Andreas Sturmlechner
2020-04-09 22:02 Sergei Trofimovich
2020-04-07 10:21 Mart Raudsepp
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 12:46 Agostino Sarubbo
2020-01-25 22:41 Andreas Sturmlechner
2020-01-25 21:09 Andreas Sturmlechner
2020-01-20 10:12 Lars Wendler
2019-11-27 13:33 Mikle Kolyada
2019-11-23 0:49 Aaron Bauman
2019-11-22 16:23 Matt Turner
2019-11-21 17:17 Sergei Trofimovich
2019-11-20 13:23 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-10-21 12:30 Sebastian Pipping
2019-07-16 6:06 Michał Górny
2019-07-07 18:17 Sebastian Pipping
2019-06-05 7:12 Agostino Sarubbo
2019-05-26 16:00 Sebastian Pipping
2019-05-26 16:00 Sebastian Pipping
2019-05-21 6:31 Aaron Bauman
2019-05-11 12:10 Mikle Kolyada
2019-05-08 19:21 Mikle Kolyada
2019-05-07 21:47 Matt Turner
2019-05-03 7:11 Sergei Trofimovich
2019-04-28 13:03 Sergei Trofimovich
2019-04-27 20:50 Sergei Trofimovich
2019-04-25 22:32 Pacho Ramos
2019-03-09 16:33 Sebastian Pipping
2018-11-25 0:28 Sebastian Pipping
2018-11-24 12:49 Sergei Trofimovich
2018-11-18 21:06 Sebastian Pipping
2018-09-29 15:42 Sebastian Pipping
2018-09-07 14:53 Miroslav Šulc
2018-08-25 19:17 Sebastian Pipping
2018-08-15 17:13 Sebastian Pipping
2018-07-23 14:27 Sebastian Pipping
2018-07-19 20:41 Sebastian Pipping
2018-05-21 12:09 Sebastian Pipping
2018-05-12 20:41 Sergei Trofimovich
2018-04-14 0:04 Sebastian Pipping
2018-03-31 18:01 Sebastian Pipping
2018-03-22 6:07 Markus Meier
2018-03-21 7:39 Sergei Trofimovich
2018-02-24 17:13 Sebastian Pipping
2018-01-31 17:39 Sebastian Pipping
2018-01-22 8:31 Sergei Trofimovich
2018-01-20 16:49 Tobias Klausmann
2018-01-17 17:22 Sebastian Pipping
2018-01-17 6:42 Thomas Deutschmann
2017-11-20 20:04 Sebastian Pipping
2017-08-23 21:52 Sebastian Pipping
2017-06-07 10:25 Sergei Trofimovich
2017-05-14 17:19 Sebastian Pipping
2017-04-04 21:26 Michael Weber
2017-02-14 20:46 Sebastian Pipping
2016-12-26 12:46 Markus Meier
2016-12-25 14:54 Lars Wendler
2016-12-25 14:54 Lars Wendler
2016-11-10 23:10 Sebastian Pipping
2016-10-01 13:40 Jeroen Roovers
2016-09-22 9:59 Tobias Klausmann
2016-09-17 8:27 Pacho Ramos
2016-07-18 16:18 Sebastian Pipping
2016-06-17 11:30 Michael Weber
2016-03-06 22:54 Sebastian Pipping
2016-02-18 22:05 Manuel Rüger
2015-12-04 23:03 Sebastian Pipping
2015-09-05 15:50 Pacho Ramos
2015-08-16 16:38 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1604493750.2c43086454175a31027d5d4f61651f3c867af0e2.zlogene@gentoo \
--to=zlogene@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox