From dd779ebaf58cbda04c881cdeb9158d1f1230c888 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sun, 7 May 2023 18:23:46 +0300 Subject: Added specgram 0.9.3. Removed testing flags for x64. --- sci-visualization/specgram/specgram-0.9.3.ebuild | 34 ++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 sci-visualization/specgram/specgram-0.9.3.ebuild (limited to 'sci-visualization/specgram/specgram-0.9.3.ebuild') diff --git a/sci-visualization/specgram/specgram-0.9.3.ebuild b/sci-visualization/specgram/specgram-0.9.3.ebuild new file mode 100644 index 0000000..a4c2996 --- /dev/null +++ b/sci-visualization/specgram/specgram-0.9.3.ebuild @@ -0,0 +1,34 @@ +# 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 +} -- cgit v1.2.3