media-sound/amulet - 9999 (stuff)

Search

Install

Install this version:

emerge -a =media-sound/amulet-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/amulet-9999

Or alternatively:

emerge --autounmask-write -a =media-sound/amulet-9999

Package Information

Description:
Elegant audio converter based on ffmpeg
Homepage:
https://github.com/aka-mccloud/amulet
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="Elegant audio converter based on ffmpeg"
HOMEPAGE="https://github.com/aka-mccloud/amulet"
EGIT_REPO_URI="https://github.com/aka-mccloud/${PN}.git"

LICENSE="GPL-2"
SLOT="0"
IUSE="+flac +mp3"

# Both flags default on because AmuletPlugins/CMakeLists.txt builds
# codec_flac and codec_lame unconditionally and we do not patch that, so the
# plugins are installed either way. They link only Qt and amulet_core and
# reach the codecs by QProcess-ing the flac and lame binaries, so with both
# flags off the app installs and starts but every conversion fails. The flags
# select which codec tools come along, not which plugins get built.
# verified 2026-07-27
RDEPEND="
	dev-qt/qtbase:6[gui,widgets]
	media-libs/taglib
	flac? ( media-libs/flac )
	mp3? ( media-sound/lame )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

PATCHES=(
	"${FILESDIR}"/amulet-9999-qt6.patch
)

USE Flags

Manage flags for this package: euse -i <flag> -p media-sound/amulet | euse -E <flag> -p media-sound/amulet | euse -D <flag> -p media-sound/amulet

Global/Standard Flags

flac
Default: Enabled (+)
mp3
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	dev-qt/qtbase:6[gui,widgets]
	media-libs/taglib
	flac? ( media-libs/flac )
	mp3? ( media-sound/lame )

RDEPEND

	dev-qt/qtbase:6[gui,widgets]
	media-libs/taglib
	flac? ( media-libs/flac )
	mp3? ( media-sound/lame )

BDEPEND

virtual/pkgconfig