commit:     26bd265c33c5f2e6974eb0bcad6e89f1a864ebdf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 19:28:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 23 19:28:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bd265c

media-libs/libfpx: drop 1.3.1_p10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-libs/libfpx/libfpx-1.3.1_p10.ebuild | 55 -------------------------------
 1 file changed, 55 deletions(-)

diff --git a/media-libs/libfpx/libfpx-1.3.1_p10.ebuild 
b/media-libs/libfpx/libfpx-1.3.1_p10.ebuild
deleted file mode 100644
index 782c66231228..000000000000
--- a/media-libs/libfpx/libfpx-1.3.1_p10.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic libtool
-
-DESCRIPTION="A library for manipulating FlashPIX images"
-HOMEPAGE="https://github.com/ImageMagick/libfpx";
-SRC_URI="mirror://imagemagick/delegates/${P/_p/-}.tar.bz2"
-
-LICENSE="Flashpix"
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="static-libs"
-
-S=${WORKDIR}/${P/_p/-}
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.2.0.13-export-symbols.patch
-       "${FILESDIR}"/${PN}-1.3.1_p10-musl-1.2.3-null.patch
-)
-
-src_prepare() {
-       default
-
-       # we're not windows, even though we don't define __unix by default
-       [[ ${CHOST} == *-darwin* ]] && append-flags -D__unix
-
-       elibtoolize
-}
-
-src_configure() {
-       # -Werror=strict-aliasing
-       # https://bugs.gentoo.org/859913
-       # https://github.com/ImageMagick/libfpx/issues/6
-       #
-       # Do not trust for LTO either
-       append-flags -fno-strict-aliasing
-       filter-lto
-
-       append-ldflags -Wl,--no-undefined
-       econf \
-               $(use_enable static-libs static) \
-               LIBS="-lstdc++ -lm"
-}
-
-src_install() {
-       default
-
-       dodoc AUTHORS ChangeLog doc/*.txt
-
-       docinto pdf
-       dodoc doc/*.pdf
-       docompress -x /usr/share/doc/${PF}/pdf
-}

Reply via email to