From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/
Date: Sun, 14 Jul 2024 11:01:44 +0000 (UTC) [thread overview]
Message-ID: <1720954884.95f21e7804087f09d84b3d4643469ae5512539dd.dlan@gentoo> (raw)
commit: 95f21e7804087f09d84b3d4643469ae5512539dd
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 10:58:44 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 11:01:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f21e78
media-libs/imlib2: drop 1.9.1-r1
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
media-libs/imlib2/Manifest | 1 -
media-libs/imlib2/imlib2-1.9.1-r1.ebuild | 95 --------------------------------
2 files changed, 96 deletions(-)
diff --git a/media-libs/imlib2/Manifest b/media-libs/imlib2/Manifest
index d75ae1cc81de..fc2f0b8bee5f 100644
--- a/media-libs/imlib2/Manifest
+++ b/media-libs/imlib2/Manifest
@@ -1,4 +1,3 @@
DIST imlib2-1.11.0.tar.xz 820368 BLAKE2B 2e1dec04c44ce14429910c0dd6b7b5173bc70e8968912c9c25e8b47d38fdfd6753c29de2e5a2ae0b0e6498550e207989ae927682b09032b637baf759744dfbec SHA512 2727b217ae18e1015591f2587f885a5a8d59471d6051f1aefb761329fd0fc979163e228154b2bff8728a3a2acc28437f189989d24a4d6e37bfc6f69445bd47e7
DIST imlib2-1.12.2.tar.xz 831812 BLAKE2B 6b1bad56a70c3beb91ef85d6b7a40c80d0f3d2dc8b87bb9d37f2073ab0154860230671c3e78bc87051e5f25fc5871a036cb51dcc24b6734dcd2c322f406796b3 SHA512 3bffb8f0f6b3ec73a81f1d0c6ef3a3443425677cd8a1950422f102b67769c06df54128b21f84bd6c7880120cc5ec6f30d2ab134b3c001ad77f2d39efd749a5b7
DIST imlib2-1.12.3.tar.xz 833128 BLAKE2B 3c02b103bf65ed54319b30d3112b8c4a1b8f41333f2a8848fc44bc1380e1e5dbe3a21e311685d80f77f08815bb11a2a1073beb1683df852919f2c6003535fcaf SHA512 79feea73fb67508ffdce52f8430c2c887b06d8bcb70f6e3bc551c86d521ebf61fc1eff10994b69def4d7a237873f107066aefa367e05b5f89b5d675751d9314f
-DIST imlib2-1.9.1.tar.xz 813104 BLAKE2B ef7369d2285bd5b207f646ebb12492323203306c95786d8561a1191dbe489a8efe61975e4deed7bc9c8ed0ac24cf9bd826fa5a24095bc3d254e6f6d6379c8c8b SHA512 00eb8804a32e1403614e9f899f358dd9797f4bcfa7e9fdecd37992731019933e39834a60bd20be8fb69a35161ba1e784bd638b5ecb626d01a4f69c70c330e5f1
diff --git a/media-libs/imlib2/imlib2-1.9.1-r1.ebuild b/media-libs/imlib2/imlib2-1.9.1-r1.ebuild
deleted file mode 100644
index e6c47d041a47..000000000000
--- a/media-libs/imlib2/imlib2-1.9.1-r1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Must be bumped with media-plugins/imlib2_loaders!
-
-inherit multilib-minimal toolchain-funcs
-
-DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"
-HOMEPAGE="https://www.enlightenment.org/
- https://sourceforge.net/projects/enlightenment/files/imlib2-src/"
-SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="+X apidoc bzip2 cpu_flags_x86_mmx cpu_flags_x86_sse2 debug
-eps +gif +jpeg jpeg2k jpegxl heif lzma mp3 +png +shm static-libs
-svg +tiff +webp zlib"
-
-REQUIRED_USE="shm? ( X )"
-
-RDEPEND="
- X? (
- x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libXext[${MULTILIB_USEDEP}]
- )
- bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] )
- eps? ( app-text/libspectre )
- gif? ( media-libs/giflib:=[${MULTILIB_USEDEP}] )
- heif? ( media-libs/libheif:=[${MULTILIB_USEDEP}] )
- jpeg2k? ( media-libs/openjpeg:=[${MULTILIB_USEDEP}] )
- jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] )
- jpegxl? ( media-libs/libjxl:=[${MULTILIB_USEDEP}] )
- lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] )
- media-libs/freetype:2[${MULTILIB_USEDEP}]
- mp3? ( media-libs/libid3tag:=[${MULTILIB_USEDEP}] )
- png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
- svg? ( >=gnome-base/librsvg-2.46.0:=[${MULTILIB_USEDEP}] )
- tiff? ( >=media-libs/tiff-4.0.4:=[${MULTILIB_USEDEP}] )
- webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
- zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
- !<media-plugins/imlib2_loaders-1.7.0
-"
-DEPEND="${RDEPEND}
- X? ( x11-base/xorg-proto )"
-BDEPEND="
- virtual/pkgconfig
- apidoc? ( app-text/doxygen )
-"
-
-# default DOCS will haul README.in we do not need
-DOCS=( AUTHORS ChangeLog README TODO )
-
-multilib_src_configure() {
- local myeconfargs=(
- $(use_with X x)
- $(multilib_native_use_enable apidoc doc-build)
- $(use_with bzip2 bz2)
- $(use_enable debug)
- $(multilib_native_use_with eps ps)
- $(use_with gif)
- $(use_with heif)
- $(use_with jpeg)
- $(use_with jpeg2k j2k)
- $(use_with jpegxl jxl)
- $(use_with lzma)
- $(use_with mp3 id3)
- $(use_with png)
- $(use_with shm x-shm-fd)
- $(use_enable static-libs static)
- $(use_with svg)
- $(use_with tiff)
- $(use_with webp)
- $(use_with zlib)
- )
-
- # imlib2 has different configure options for x86/amd64 assembly
- if [[ $(tc-arch) == amd64 ]]; then
- myeconfargs+=( $(use_enable cpu_flags_x86_sse2 amd64) --disable-mmx )
- else
- myeconfargs+=( --disable-amd64 $(use_enable cpu_flags_x86_mmx mmx) )
- fi
-
- ECONF_SOURCE="${S}" \
- econf "${myeconfargs[@]}"
-}
-
-multilib_src_install() {
- V=1 emake install DESTDIR="${D}"
- find "${D}" -name '*.la' -delete || die
- multilib_is_native_abi && use apidoc &&
- export HTML_DOCS=( "${BUILD_DIR}/doc/html/"* )
-}
next reply other threads:[~2024-07-14 11:01 UTC|newest]
Thread overview: 129+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-14 11:01 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-19 3:09 [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/ Sam James
2024-09-19 3:09 Sam James
2024-09-19 3:09 Sam James
2024-09-19 3:09 Sam James
2024-09-19 3:09 Sam James
2024-07-14 11:01 Yixun Lan
2024-05-12 11:21 Yixun Lan
2024-04-13 18:57 Arthur Zamarin
2024-04-13 18:53 Arthur Zamarin
2024-04-13 16:01 Arthur Zamarin
2024-04-13 16:01 Arthur Zamarin
2024-04-13 16:01 Arthur Zamarin
2024-04-13 13:59 Sam James
2024-04-13 13:59 Sam James
2024-04-10 23:34 Yixun Lan
2023-03-17 19:40 Andrew Savchenko
2023-01-13 16:32 Arthur Zamarin
2022-12-22 7:27 Arthur Zamarin
2022-12-21 23:09 Sam James
2022-12-21 23:09 Sam James
2022-12-21 22:54 Sam James
2022-12-21 22:48 Sam James
2022-12-21 22:48 Sam James
2022-12-21 22:47 Sam James
2022-12-18 8:32 Sam James
2022-12-11 17:52 Arthur Zamarin
2022-10-20 19:06 Arthur Zamarin
2022-10-20 18:59 Jakov Smolić
2022-10-15 7:06 Jakov Smolić
2022-10-13 23:01 Sam James
2022-10-13 22:46 Sam James
2022-08-01 3:24 Sam James
2022-07-31 14:24 Andrew Savchenko
2022-05-14 3:42 WANG Xuerui
2022-04-29 4:42 Sam James
2021-12-12 10:10 Andrew Savchenko
2021-12-12 1:53 Sam James
2021-12-12 1:53 Sam James
2021-12-12 1:53 Sam James
2021-12-12 1:52 Sam James
2021-12-12 1:51 Sam James
2021-12-11 14:42 Jakov Smolić
2021-12-11 14:42 Jakov Smolić
2021-12-10 21:08 Andrew Savchenko
2021-10-02 22:52 James Le Cuirot
2021-08-16 21:28 Sam James
2021-08-16 8:52 David Seifert
2021-05-27 14:34 Yixun Lan
2021-01-16 13:00 Andrew Savchenko
2021-01-16 13:00 Andrew Savchenko
2020-05-16 7:09 Joonas Niilola
2020-03-15 17:38 Mart Raudsepp
2020-03-10 8:35 Agostino Sarubbo
2020-02-08 7:58 Joonas Niilola
2020-01-27 11:38 Mikle Kolyada
2020-01-17 8:09 Sergei Trofimovich
2020-01-17 8:07 Sergei Trofimovich
2020-01-16 18:14 Sergei Trofimovich
2020-01-15 23:52 Sergei Trofimovich
2020-01-15 5:43 Joonas Niilola
2020-01-15 5:43 Joonas Niilola
2019-12-14 7:42 Joonas Niilola
2019-12-14 7:42 Joonas Niilola
2019-11-26 14:59 Joonas Niilola
2019-11-24 13:36 Joonas Niilola
2019-11-24 13:16 Joonas Niilola
2019-11-24 13:16 Joonas Niilola
2019-07-31 3:41 Joonas Niilola
2019-05-15 1:04 Aaron Bauman
2018-12-27 18:48 Fabian Groffen
2018-12-12 14:55 Mikle Kolyada
2018-11-28 16:19 Michał Górny
2018-11-28 12:15 Tobias Klausmann
2018-11-18 12:05 Mikle Kolyada
2018-11-06 23:56 Sergei Trofimovich
2018-11-05 7:51 Sergei Trofimovich
2018-11-05 7:51 Sergei Trofimovich
2018-11-03 18:34 Mikle Kolyada
2018-11-01 19:07 Sergei Trofimovich
2018-10-31 23:35 Sergei Trofimovich
2018-10-31 1:04 Thomas Deutschmann
2018-08-25 6:14 Michał Górny
2018-08-23 12:32 Michał Górny
2018-07-31 11:04 Michał Górny
2018-07-29 10:35 Sergei Trofimovich
2018-07-22 23:22 Andreas Sturmlechner
2018-07-22 23:22 Andreas Sturmlechner
2018-07-22 23:22 Andreas Sturmlechner
2018-07-22 1:27 Mikle Kolyada
2018-07-09 14:17 Mikle Kolyada
2018-07-02 0:49 Thomas Deutschmann
2018-06-28 21:32 Pacho Ramos
2018-06-27 22:22 Sergei Trofimovich
2018-06-27 21:54 Sergei Trofimovich
2018-06-27 17:23 Tobias Klausmann
2018-06-27 6:25 Sergei Trofimovich
2018-06-17 21:53 Mart Raudsepp
2018-06-13 10:41 Michał Górny
2018-06-12 20:48 Sergei Trofimovich
2018-06-12 10:23 Sergei Trofimovich
2018-04-27 18:22 Michał Górny
2018-04-16 15:35 Michał Górny
2017-06-16 10:37 Alexis Ballier
2017-04-21 7:59 Lars Wendler
2016-11-20 7:28 Michael Palimaka
2016-10-24 9:34 Pacho Ramos
2016-08-11 13:28 Mike Frysinger
2016-07-08 12:02 Agostino Sarubbo
2016-07-08 10:02 Agostino Sarubbo
2016-07-08 7:53 Agostino Sarubbo
2016-05-20 15:27 Tobias Klausmann
2016-05-17 18:33 Markus Meier
2016-05-14 22:23 Agostino Sarubbo
2016-05-14 22:22 Agostino Sarubbo
2016-05-14 8:13 Jeroen Roovers
2016-05-13 13:52 Jeroen Roovers
2016-05-11 7:29 Lars Wendler
2016-04-05 17:28 Mike Frysinger
2016-04-02 4:11 Mike Frysinger
2016-03-19 11:35 Agostino Sarubbo
2016-03-15 16:39 Agostino Sarubbo
2016-02-03 20:50 Markus Meier
2016-01-30 16:55 Tobias Klausmann
2016-01-27 17:41 Jeroen Roovers
2016-01-26 16:42 Agostino Sarubbo
2016-01-26 7:52 Mike Frysinger
2015-11-02 20:07 Mike Frysinger
2015-08-14 6:36 Mike Frysinger
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=1720954884.95f21e7804087f09d84b3d4643469ae5512539dd.dlan@gentoo \
--to=dlan@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