From 02e8a1aeb82a53c636ab19add4fd590c3bc3f2c4 Mon Sep 17 00:00:00 2001 From: Daniel Novomesky Date: Thu, 3 Jun 2021 13:36:28 +0200 Subject: [PATCH] media-libs/jpeg-xl: drop obsolete package Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Daniel Novomesky --- media-libs/jpeg-xl/jpeg-xl-9999.ebuild | 50 -------------------------- media-libs/jpeg-xl/metadata.xml | 8 ----- 2 files changed, 58 deletions(-) delete mode 100644 media-libs/jpeg-xl/jpeg-xl-9999.ebuild delete mode 100644 media-libs/jpeg-xl/metadata.xml diff --git a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild deleted file mode 100644 index be107c6d80..0000000000 --- a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit xdg cmake git-r3 - -DESCRIPTION="JPEG XL Reference Software" -HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/" - -EGIT_REPO_URI="https://gitlab.com/wg1/jpeg-xl.git" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="app-arch/brotli - sys-libs/zlib - media-libs/libpng - virtual/jpeg - virtual/opengl - media-libs/freeglut - media-libs/giflib - media-libs/openexr - dev-util/google-perftools - x11-misc/shared-mime-info - dev-qt/qtwidgets - dev-qt/qtx11extras -" - -BDEPEND="" - -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DJPEGXL_ENABLE_BENCHMARK=OFF - -DJPEGXL_ENABLE_COVERAGE=OFF - -DJPEGXL_ENABLE_FUZZERS=OFF - -DJPEGXL_ENABLE_SJPEG=OFF - -DJPEGXL_WARNINGS_AS_ERRORS=OFF - - -DJPEGXL_ENABLE_EXAMPLES=ON - -DJPEGXL_ENABLE_VIEWERS=ON - -DJPEGXL_ENABLE_PLUGINS=ON - -DJPEGXL_FORCE_SYSTEM_BROTLI=ON - ) - - cmake_src_configure -} diff --git a/media-libs/jpeg-xl/metadata.xml b/media-libs/jpeg-xl/metadata.xml deleted file mode 100644 index d9a1e3c6ef..0000000000 --- a/media-libs/jpeg-xl/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dnovomesky@gmail.com - Daniel Novomesky - -