From 87a6ffded9cb5644aeb3703c3bcbfb2456322c0a Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Wed, 12 Jan 2022 21:48:31 +0100 Subject: app-cdr/cdrdao: new EAPI, new maintainer add dependency gnome-base/gconf drop keyword hppa due to gnome-base/gconf drop support for _rc ebuild Closes: https://bugs.gentoo.org/745351 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Martin Dummer Closes: https://github.com/gentoo/gentoo/pull/23763 Signed-off-by: Joonas Niilola --- app-cdr/cdrdao/cdrdao-1.2.4-r1.ebuild | 51 +++++++++++++++++++++++++++++++++++ app-cdr/cdrdao/metadata.xml | 12 ++++++--- 2 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 app-cdr/cdrdao/cdrdao-1.2.4-r1.ebuild (limited to 'app-cdr') diff --git a/app-cdr/cdrdao/cdrdao-1.2.4-r1.ebuild b/app-cdr/cdrdao/cdrdao-1.2.4-r1.ebuild new file mode 100644 index 000000000000..4bdda62111a1 --- /dev/null +++ b/app-cdr/cdrdao/cdrdao-1.2.4-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools flag-o-matic + +DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend" +HOMEPAGE="http://cdrdao.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="encode mad vorbis" + +DEPEND="app-cdr/cdrtools + encode? ( >=media-sound/lame-3.99 ) + mad? ( + media-libs/libao + media-libs/libmad + ) + vorbis? ( + media-libs/libao + media-libs/libvorbis + )" +RDEPEND="${DEPEND} + !app-cdr/cue2toc" +BDEPEND="gnome-base/gconf + virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}/${P}-ax_pthread.patch" + "${FILESDIR}/${P}-wformat-security.patch" +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + append-cxxflags -std=c++11 + local myeconfargs=( + --without-gcdmaster + $(use_with vorbis ogg-support) + $(use_with mad mp3-support) + $(use_with encode lame) + ) + econf "${myeconfargs[@]}" +} diff --git a/app-cdr/cdrdao/metadata.xml b/app-cdr/cdrdao/metadata.xml index 7dc22fa1c02f..c4d81bdcb729 100644 --- a/app-cdr/cdrdao/metadata.xml +++ b/app-cdr/cdrdao/metadata.xml @@ -1,10 +1,16 @@ - + + martin.dummer@gmx.net + Martin Dummer + + + proxy-maint@gentoo.org + Proxy Maintainers + - CD command line recording, ripping and copying tool. Especially ISOs- and - bin/cue-files are handled very well. + CD command line recording, ripping and copying tool. Especially ISOs and bin/cue-files are handled very well. cdrdao -- cgit v1.2.3-65-gdbad