public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/, profiles/arch/s390/
@ 2024-04-10 23:34 Yixun Lan
  0 siblings, 0 replies; only message in thread
From: Yixun Lan @ 2024-04-10 23:34 UTC (permalink / raw
  To: gentoo-commits

commit:     08f14fa18fdd0d833916c9ddba7dbd1d76f4de8d
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Sun Apr  7 19:15:18 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 23:33:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f14fa1

media-libs/imlib2: add v1.12.2

Changes since last version:
- Added support for RAW loader
- Explictly disable y4m loader (needs libyuv which is unpackaged
  in gentoo)
- freetype is dependency only if `text` is enabled
- remove useflag description for flags that are global and have
  useful description already
- add bugs-to in metadata.xml
- add myself as maintainer

Signed-off-by: NRK <nrk <AT> disroot.org>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 media-libs/imlib2/Manifest             |   1 +
 media-libs/imlib2/imlib2-1.12.2.ebuild | 101 +++++++++++++++++++++++++++++++++
 media-libs/imlib2/metadata.xml         |  16 +++---
 profiles/arch/s390/package.use.mask    |   4 ++
 4 files changed, 115 insertions(+), 7 deletions(-)

diff --git a/media-libs/imlib2/Manifest b/media-libs/imlib2/Manifest
index c6907aef828b..04f111861b8f 100644
--- a/media-libs/imlib2/Manifest
+++ b/media-libs/imlib2/Manifest
@@ -1,2 +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.9.1.tar.xz 813104 BLAKE2B ef7369d2285bd5b207f646ebb12492323203306c95786d8561a1191dbe489a8efe61975e4deed7bc9c8ed0ac24cf9bd826fa5a24095bc3d254e6f6d6379c8c8b SHA512 00eb8804a32e1403614e9f899f358dd9797f4bcfa7e9fdecd37992731019933e39834a60bd20be8fb69a35161ba1e784bd638b5ecb626d01a4f69c70c330e5f1

diff --git a/media-libs/imlib2/imlib2-1.12.2.ebuild b/media-libs/imlib2/imlib2-1.12.2.ebuild
new file mode 100644
index 000000000000..95f292e1163c
--- /dev/null
+++ b/media-libs/imlib2/imlib2-1.12.2.ebuild
@@ -0,0 +1,101 @@
+# 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 +filters +gif +jpeg jpeg2k jpegxl heif lzma mp3 packing +png
+raw +shm static-libs svg +text +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}] )
+	text? ( media-libs/freetype:2[${MULTILIB_USEDEP}] )
+	mp3? ( media-libs/libid3tag:=[${MULTILIB_USEDEP}] )
+	png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+	raw? ( media-libs/libraw:= )
+	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.10.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_enable filters)
+		$(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_enable packing)
+		$(use_with png)
+		$(use_with raw)
+		$(use_with shm x-shm-fd)
+		$(use_enable static-libs static)
+		$(use_with svg)
+		$(use_enable text)
+		$(use_with tiff)
+		$(use_with webp)
+		$(use_with zlib)
+		--without-y4m   # TODO(NRK): package libyuv
+	)
+
+	# 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/"* )
+}

diff --git a/media-libs/imlib2/metadata.xml b/media-libs/imlib2/metadata.xml
index 27e892f3c09e..18c00a6f15ff 100644
--- a/media-libs/imlib2/metadata.xml
+++ b/media-libs/imlib2/metadata.xml
@@ -1,24 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>nrk@disroot.org</email>
+		<name>NRK</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<use>
 		<flag name="X">Use the X window system</flag>
 		<flag name="apidoc">Provide doxygen generated API docs</flag>
 		<flag name="bzip2">Bzip2 loader support</flag>
 		<flag name="filters">Build filter functions (blur, sharpen, etc)</flag>
-		<flag name="gif">Gif image loader support</flag>
-		<flag name="jpeg">Jpeg image loader support</flag>
 		<flag name="heif">Heif and Avif image loader support</flag>
 		<flag name="eps">Eps image loader support</flag>
-		<flag name="jpegxl">Jxl image loader support</flag>
 		<flag name="mp3">ID3 loader support</flag>
 		<flag name="packing">Enable structure packing. This will reduce memory footprint at the cost of unaligned memory access</flag>
-		<flag name="png">PNG image loader support</flag>
 		<flag name="shm">Use MIT shared memory support for X image transfer</flag>
 		<flag name="text">Build text (TrueType font) functions</flag>
-		<flag name="tiff">TIFF image loader support</flag>
-		<flag name="webp">WEBP image loader support</flag>
 		<flag name="zlib">Zlib loader support</flag>
 	</use>
 	<longdescription>
@@ -70,5 +71,6 @@
 	</longdescription>
 	<upstream>
 		<remote-id type="sourceforge">enlightenment</remote-id>
+		<bugs-to>https://git.enlightenment.org/old/legacy-imlib2/issues</bugs-to>
 	</upstream>
 </pkgmetadata>

diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask
index d1fa8c87826d..144e11dcf539 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# NRK <nrk@disroot.org> (2024-04-08)
+# media-libs/libraw is not keyworded
+media-libs/imlib2 raw
+
 # Viorel Munteanu <ceamac@gentoo.org> (2024-04-06)
 # sys-libs/nss_wrapper unavailable for tests
 net-misc/dropbear test


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-10 23:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-10 23:34 [gentoo-commits] repo/gentoo:master commit in: media-libs/imlib2/, profiles/arch/s390/ Yixun Lan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox