media-sound/wav2json - 0.4 (gentoo)

Search

Package Information

Description:
Generate waveformjs.org compatible json data out of wav files
Homepage:
https://github.com/beschulz/wav2json
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

COMMIT_ID="e412923f1f792408e8ae1096ca40fb5307ddfc74"
DESCRIPTION="Generate waveformjs.org compatible json data out of wav files"
HOMEPAGE="https://github.com/beschulz/wav2json"
SRC_URI="https://github.com/beschulz/wav2json/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT_ID}/build"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
	dev-libs/boost:=
	media-libs/libsndfile:="
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}"/${P}-Makefile.patch )

src_configure() {
	tc-export CXX
}

src_install() {
	dobin ../bin/Linux/wav2json
}

Dependencies

DEPEND

	dev-libs/boost:=
	media-libs/libsndfile:=

RDEPEND

	dev-libs/boost:=
	media-libs/libsndfile:=

Manifest for 0.4

Type File Size Source URLs
DIST wav2json-0.4.tar.gz 742606 bytes https://github.com/beschulz/wav2json/archive/e412923f1f792408e8ae1096ca40fb5307ddfc74.tar.gz