commit: 2b38be6b53dbaf256a14a93866a98696283b0b4c Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 10:37:55 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 10:37:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b38be6b
media-sound/fapg: bump to 0.45 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/fapg/Manifest | 1 + media-sound/fapg/fapg-0.45.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/media-sound/fapg/Manifest b/media-sound/fapg/Manifest index 40e9945e6785..3c10ab740e84 100644 --- a/media-sound/fapg/Manifest +++ b/media-sound/fapg/Manifest @@ -1 +1,2 @@ DIST fapg-0.44.tar.gz 95423 BLAKE2B 7ceb0bada49092b491daa553786a88c193489b702b898638d118f0616738a746973a2d7982ec6a95376bd27a7c8c6ac531a546688c2d1f1079a2e7255f5a64d5 SHA512 ffb7e95c6060b0afeffc820c74f8cf619aff3b8876212a94106184d1b61201896626806a9334722fe856203cc09b01c0a1cd10a40cba62ad6f6709f3663fd933 +DIST fapg-0.45.tar.gz 95554 BLAKE2B b453e20af0373378dcec8a4de733eb4b61eb659ea0c19f67ec962df2f92cd5dc23090c00d7fdd28ec4be9f5efad102a2610144111994fcf10cb2c1f50381ae20 SHA512 befc5980462d210fbac273e4eb565e35f5e5db36d8c0bf5ba1aacf14d50db1b70b2d92a091c00dc8c459ef351043c2349d0b6973c719336043d597aa48a5d418 diff --git a/media-sound/fapg/fapg-0.45.ebuild b/media-sound/fapg/fapg-0.45.ebuild new file mode 100644 index 000000000000..e7c1407fe128 --- /dev/null +++ b/media-sound/fapg/fapg-0.45.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Fast Audio Playlist Generator" +HOMEPAGE="http://royale.zerezo.com/fapg/" +SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="xspf" + +DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )" +RDEPEND="${DEPEND}" + +src_configure() { + local myconf="" + use xspf || myconf="${myconf} --disable-xspf" + econf ${myconf} +} + +src_install() { + emake DESTDIR="${D}" install + einstalldocs +}
