media-sound/wavbreaker - 0.16 (gentoo)

Search

Package Information

Description:
wavbreaker/wavmerge GTK+ utility to break or merge WAV files
Homepage:
https://wavbreaker.sourceforge.io/ https://github.com/thp/wavbreaker
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit meson xdg

DESCRIPTION="wavbreaker/wavmerge GTK+ utility to break or merge WAV files"
HOMEPAGE="https://wavbreaker.sourceforge.io/ https://github.com/thp/wavbreaker"
SRC_URI="https://github.com/thp/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="mp3 vorbis"

RDEPEND="
	dev-libs/glib
	media-libs/libao
	x11-libs/gtk+:3
	mp3? ( media-sound/mpg123 )
	vorbis? ( media-libs/libvorbis )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_configure() {
	local emesonargs=(
		$(meson_use mp3)
		$(meson_use vorbis ogg_vorbis)
	)

	meson_src_configure
}

USE Flags

mp3

Dependencies

DEPEND

	dev-libs/glib
	media-libs/libao
	x11-libs/gtk+:3
	mp3? ( media-sound/mpg123 )
	vorbis? ( media-libs/libvorbis )

RDEPEND

	dev-libs/glib
	media-libs/libao
	x11-libs/gtk+:3
	mp3? ( media-sound/mpg123 )
	vorbis? ( media-libs/libvorbis )

BDEPEND

virtual/pkgconfig

Manifest for 0.16

Type File Size Source URLs
DIST wavbreaker-0.16.tar.gz 389319 bytes https://github.com/thp/wavbreaker/archive/refs/tags/0.16.tar.gz