Install this version:
emerge -a =gnustep-apps/cdplayer-0.6.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gnustep-apps/cdplayer-0.6.0
Or alternatively:
emerge --autounmask-write -a =gnustep-apps/cdplayer-0.6.0
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnustep-2
DESCRIPTION="Small CD Audio Player for GNUstep"
HOMEPAGE="https://github.com/schik/cdplayer"
SRC_URI="https://github.com/schik/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"
IUSE="dbus"
DEPEND="dev-libs/libcdio
dev-libs/libcdio-paranoia
gnustep-apps/cynthiune
dbus? ( gnustep-libs/dbuskit )"
RDEPEND="${DEPEND}"
src_prepare() {
default
sed -e "s#cdda.h#paranoia/cdda.h#" \
-e "s#paranoia.h#paranoia/paranoia.h#" \
-i AudioCD/AudioCD.h || die
}
src_compile() {
local myconf=""
use dbus || myconf="${myconf} notifications=no"
egnustep_env
egnustep_make ${myconf}
}
Manage flags for this package:
euse -i <flag> -p gnustep-apps/cdplayer |
euse -E <flag> -p gnustep-apps/cdplayer |
euse -D <flag> -p gnustep-apps/cdplayer
dev-libs/libcdio dev-libs/libcdio-paranoia gnustep-apps/cynthiune dbus? ( gnustep-libs/dbuskit )
dev-libs/libcdio dev-libs/libcdio-paranoia gnustep-apps/cynthiune dbus? ( gnustep-libs/dbuskit )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cdplayer-0.6.0.tar.gz | 365695 bytes | https://github.com/schik/cdplayer/archive/v0.6.0.tar.gz |