From 3365f0938aecf823136e31f568bb9fd5ecb1c894 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Sep 2022 09:26:52 +0100 Subject: media-sound/flac-image: add media-libs/flac subslot dep media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James --- media-sound/flac-image/flac-image-1.00-r1.ebuild | 35 ------------------------ media-sound/flac-image/flac-image-1.00-r2.ebuild | 35 ++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 media-sound/flac-image/flac-image-1.00-r1.ebuild create mode 100644 media-sound/flac-image/flac-image-1.00-r2.ebuild (limited to 'media-sound/flac-image') diff --git a/media-sound/flac-image/flac-image-1.00-r1.ebuild b/media-sound/flac-image/flac-image-1.00-r1.ebuild deleted file mode 100644 index 2d8b79560fdc..000000000000 --- a/media-sound/flac-image/flac-image-1.00-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Utility for adding image files (e.g. album cover art) to metadata of FLAC files" -HOMEPAGE="http://www.singingtree.com/software/" -# FIXME: no version in tarball, but also no updates for a long time. So it's ok. -SRC_URI="http://www.singingtree.com/software/${PN}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="media-libs/flac" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-1.00-add-missing-string-include.patch - "${FILESDIR}"/${PN}-1.00-fix-build-system.patch -) - -src_configure() { - tc-export CC - - # remove pre-compiled binary - rm -f "${PN}" || die -} - -src_install() { - dobin "${PN}" -} diff --git a/media-sound/flac-image/flac-image-1.00-r2.ebuild b/media-sound/flac-image/flac-image-1.00-r2.ebuild new file mode 100644 index 000000000000..210ef0e32715 --- /dev/null +++ b/media-sound/flac-image/flac-image-1.00-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Utility for adding image files (e.g. album cover art) to metadata of FLAC files" +HOMEPAGE="http://www.singingtree.com/software/" +# FIXME: no version in tarball, but also no updates for a long time. So it's ok. +SRC_URI="http://www.singingtree.com/software/${PN}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="media-libs/flac:=" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-1.00-add-missing-string-include.patch + "${FILESDIR}"/${PN}-1.00-fix-build-system.patch +) + +src_configure() { + tc-export CC + + # remove pre-compiled binary + rm -f "${PN}" || die +} + +src_install() { + dobin "${PN}" +} -- cgit v1.2.3-65-gdbad