Install this version:
emerge -a =media-sound/cyanrip-0.9.3.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/cyanrip-0.9.3.1
Or alternatively:
emerge --autounmask-write -a =media-sound/cyanrip-0.9.3.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.3.1 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="Fully featured CD ripping program able to take out most of the tedium"
HOMEPAGE="https://github.com/cyanreg/cyanrip"
SRC_URI="https://github.com/cyanreg/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
DEPEND="
dev-libs/libcdio-paranoia
media-video/ffmpeg
media-libs/musicbrainz
net-misc/curl"
RDEPEND="${DEPEND}"
dev-libs/libcdio-paranoia media-video/ffmpeg media-libs/musicbrainz net-misc/curl
dev-libs/libcdio-paranoia media-video/ffmpeg media-libs/musicbrainz net-misc/curl
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cyanrip-0.9.3.1.tar.gz | 68291 bytes | https://github.com/cyanreg/cyanrip/archive/refs/tags/v0.9.3.1.tar.gz |