sci-visualization/specgram - 0.9.3 (rimio)

Search

Package Information

Description:
Program that computes and plots spectrograms
Homepage:
https://github.com/rimio/specgram
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.9.3 8 amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake
inherit xdg-utils

DESCRIPTION="Program that computes and plots spectrograms"
HOMEPAGE="https://github.com/rimio/specgram"
SRC_URI="https://github.com/rimio/specgram/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
RESTRICT="mirror"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
IUSE=""

RDEPEND="
	>=sci-libs/fftw-3.3.10
	>=media-libs/libsfml-2.5.1
"

DEPEND="${RDEPEND}"

BDEPEND="virtual/pkgconfig"

pkg_postinst() {
	xdg_icon_cache_update
}

pkg_postrm() {
	xdg_icon_cache_update
}

Dependencies

DEPEND

	>=sci-libs/fftw-3.3.10
	>=media-libs/libsfml-2.5.1

RDEPEND

	>=sci-libs/fftw-3.3.10
	>=media-libs/libsfml-2.5.1

BDEPEND

virtual/pkgconfig

Manifest for 0.9.3

Type File Size Source URLs
DIST specgram-0.9.3.tar.gz 7669474 bytes https://github.com/rimio/specgram/archive/refs/tags/v0.9.3.tar.gz