diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2023-03-17 22:43:22 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2023-03-17 22:51:52 +0300 |
commit | 2a9fa4ee221eb69bec83f161cf0a14692bf832b4 (patch) | |
tree | 024ad14b455563fddb4689b5be1487f88110edab /media-plugins/imlib2_loaders | |
parent | net-libs/nodejs: add 18.15.0 (diff) | |
download | gentoo-2a9fa4ee221eb69bec83f161cf0a14692bf832b4.tar.gz gentoo-2a9fa4ee221eb69bec83f161cf0a14692bf832b4.tar.bz2 gentoo-2a9fa4ee221eb69bec83f161cf0a14692bf832b4.zip |
media-plugins/imlib2_loaders: drop 1.7.1, 1.7.5
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'media-plugins/imlib2_loaders')
5 files changed, 0 insertions, 111 deletions
diff --git a/media-plugins/imlib2_loaders/Manifest b/media-plugins/imlib2_loaders/Manifest index 4996f897a9f5..545c99a5cda0 100644 --- a/media-plugins/imlib2_loaders/Manifest +++ b/media-plugins/imlib2_loaders/Manifest @@ -1,4 +1,2 @@ DIST imlib2_loaders-1.11.0.tar.xz 254380 BLAKE2B a578ea36d18e6dfbadc107a862fd9a2089760280a82bb9a1efe047e7d142c0351afd62b228cf53dbca6b7cf6aa3aa17244e86c80416d6dea533f1de721e26eb0 SHA512 ecc26f5b087bf23e7c2a767b7a9663f3b594f7146e8c7e87a5333297641db0b8557a9faf554c95f45ba0b1c336e87e50b8b2b79005fccacd6f9dac9de36949c6 -DIST imlib2_loaders-1.7.1.tar.bz2 302348 BLAKE2B 8f73daa5b70d7122c136a001df920649a438edc60d4e7e94b691dfecc0864b66c321c676fb78a2f9e990b842d31fd5f95dcbacf232d6b9809382173449f86673 SHA512 5752768aa61c36e8f8ae5ff9219f950ba7b1561629bb21e4b4e16890d0fa904e93899e64152f05c6d7190553404336ec33b1d88b0cbec46c61a26598e27d449d -DIST imlib2_loaders-1.7.5.tar.xz 252548 BLAKE2B 5bc048dad9949dabd9ba3253fe862089975fe0b1dc6bc898e0b5fbc27cf4c2d7be81dbec64aa9fc1da357ed881e5617017f36c46d009a633e594a54fa29beeb0 SHA512 3b307dfae033466d2fa37f90d47626d32fd90228747cbd03ca3bfafe33fb995dbd1b86cfd13e4982c622b18940e4d6b2ec4826c017f5dce0c1cdee1b558c9204 DIST imlib2_loaders-1.9.1.tar.xz 257512 BLAKE2B b1610b54923f354fa0946d1e19efc9270f737122f979e5352c2090f25bd79318c58437b8fc7744dff9b9d7991f38a0b26aa5f3ce1e493961e348d1d2012924df SHA512 eed5c567d4c896a321be7492ceda8b1be33c5d8ab7614a7f9588adc9a2c288f4127f1c91ce65ea0ce18b5477c5b9a58bceb04a82a98cb6fc071a0c762f9ce8ee diff --git a/media-plugins/imlib2_loaders/files/imlib2_loaders-1.7.1-loader-api.patch b/media-plugins/imlib2_loaders/files/imlib2_loaders-1.7.1-loader-api.patch deleted file mode 100644 index 981b1ce1e9b1..000000000000 --- a/media-plugins/imlib2_loaders/files/imlib2_loaders-1.7.1-loader-api.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff '--color=auto' -Naurd imlib2_loaders-1.7.1.orig/src/modules/loaders/loader_common.h imlib2_loaders-1.7.1/src/modules/loaders/loader_common.h ---- imlib2_loaders-1.7.1.orig/src/modules/loaders/loader_common.h 2020-05-21 06:49:09.000000000 +0300 -+++ imlib2_loaders-1.7.1/src/modules/loaders/loader_common.h 2021-01-16 15:11:53.229675567 +0300 -@@ -4,6 +4,7 @@ - #include "config.h" - #include "common.h" - #include "image.h" -+#include "loaders.h" - - __EXPORT__ char load(ImlibImage * im, ImlibProgressFunction progress, - char progress_granularity, char load_data); -diff '--color=auto' -Naurd imlib2_loaders-1.7.1.orig/src/modules/loaders/loaders.h imlib2_loaders-1.7.1/src/modules/loaders/loaders.h ---- imlib2_loaders-1.7.1.orig/src/modules/loaders/loaders.h 1970-01-01 03:00:00.000000000 +0300 -+++ imlib2_loaders-1.7.1/src/modules/loaders/loaders.h 2020-07-28 21:13:51.000000000 +0300 -@@ -0,0 +1,21 @@ -+#ifndef __LOADERS -+#define __LOADERS 1 -+ -+#include "image.h" -+ -+struct _imlibloader { -+ char *file; -+ int num_formats; -+ char **formats; -+ void *handle; -+ char (*load)(ImlibImage * im, -+ ImlibProgressFunction progress, -+ char progress_granularity, char load_data); -+ char (*save)(ImlibImage * im, -+ ImlibProgressFunction progress, -+ char progress_granularity); -+ ImlibLoader *next; -+ int (*load2)(ImlibImage * im, int load_data); -+}; -+ -+#endif /* __LOADERS */ diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.7.1.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.7.1.ebuild deleted file mode 100644 index c80e42eab44d..000000000000 --- a/media-plugins/imlib2_loaders/imlib2_loaders-1.7.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Additional image loaders for Imlib2" -HOMEPAGE="https://www.enlightenment.org/ - https://sourceforge.net/projects/enlightenment/files/imlib2-src/" -SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.bz2" - -LICENSE="|| ( BSD GPL-2 )" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" -IUSE="eet xcf" - -RDEPEND=">=media-libs/imlib2-${PV} - eet? ( dev-libs/efl[eet] )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${P}-loader-api.patch" ) - -src_configure() { - local myconf=( - --disable-static - $(use_enable eet) - $(use_enable xcf) - ) - - econf "${myconf[@]}" -} - -src_install() { - V=1 emake install DESTDIR="${D}" - einstalldocs - - find "${D}" -name '*.la' -delete || die -} diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.7.5.ebuild b/media-plugins/imlib2_loaders/imlib2_loaders-1.7.5.ebuild deleted file mode 100644 index 3b6395ad9756..000000000000 --- a/media-plugins/imlib2_loaders/imlib2_loaders-1.7.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Additional image loaders for Imlib2" -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 GPL-2 )" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris" -IUSE="xcf" - -RDEPEND=">=media-libs/imlib2-${PV}" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_configure() { - local myconf=( - --disable-static - $(use_enable xcf) - ) - - econf "${myconf[@]}" -} - -src_install() { - V=1 emake install DESTDIR="${D}" - einstalldocs - - find "${D}" -name '*.la' -delete || die -} diff --git a/media-plugins/imlib2_loaders/metadata.xml b/media-plugins/imlib2_loaders/metadata.xml index cd96dcfcf2de..d09f962d2093 100644 --- a/media-plugins/imlib2_loaders/metadata.xml +++ b/media-plugins/imlib2_loaders/metadata.xml @@ -6,7 +6,6 @@ <name>Andrew Savchenko</name> </maintainer> <use> - <flag name="eet">Enable Eet image loader</flag> <flag name="xcf">Enable XCF image loader</flag> </use> <longdescription> |