summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-04-30 03:51:08 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-04-30 04:27:53 -0400
commita850e9bccfa4e9b9221c299524afab180e42ecc6 (patch)
tree9a2c3f85598f24e7e7d3fcf5d8e04e46505cbefe /media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild
parentwww-client/vivaldi: Bump ffmpeg-chromium version to 112 (diff)
downloadgentoo-a850e9bccfa4e9b9221c299524afab180e42ecc6.tar.gz
gentoo-a850e9bccfa4e9b9221c299524afab180e42ecc6.tar.bz2
gentoo-a850e9bccfa4e9b9221c299524afab180e42ecc6.zip
media-gfx/jpegoptim: misc ebuild updates
* GPL-2+ -> GPL-3+ (this changed in >=jpegoptim-1.4.7) * add missing := to libjpeg-turbo (+revbump), subslot has changed twice before and it could potentially happen again * switch to cmake, fixes bug #905365 -- cmake doesn't feel like much of an improvement given it lacks an install target, but autoconf is even still using a configure.in (not .ac) -- cmake tests seem to pass same as gcc if using clang-16 Closes: https://bugs.gentoo.org/905365 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild')
-rw-r--r--media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild b/media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild
deleted file mode 100644
index 19490ee21640..000000000000
--- a/media-gfx/jpegoptim/jpegoptim-1.5.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Utility to optimize JPEG files"
-HOMEPAGE="https://www.kokkonen.net/tjko/projects.html https://github.com/tjko/jpegoptim"
-SRC_URI="https://www.kokkonen.net/tjko/src/${P}.tar.gz"
-
-LICENSE="GPL-2+" # While COPYING is plain GPL-2, COPYRIGHT is clarifying it to be 'any later version'
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-DEPEND="media-libs/libjpeg-turbo:0"
-RDEPEND="${DEPEND}"