diff options
Diffstat (limited to 'sci-visualization/specgram')
| -rw-r--r-- | sci-visualization/specgram/Manifest | 1 | ||||
| -rw-r--r-- | sci-visualization/specgram/specgram-0.9.3.ebuild | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/sci-visualization/specgram/Manifest b/sci-visualization/specgram/Manifest index fc3cd48..4a4a0d5 100644 --- a/sci-visualization/specgram/Manifest +++ b/sci-visualization/specgram/Manifest @@ -1 +1,2 @@ DIST specgram-0.9.2.tar.gz 6837420 BLAKE2B 58fbfb166e43975cfc1d881bf4f83f6712ab14297c298f555e2540bd51d2370cd603e83b4e13b08f2f29825ca3648ac6452599a3dc2cbc7048ae2074a2e82105 SHA512 fc37c24710abb5fb759c336a9c951dde23282391e839c335e03ce1d65af6984ff4fcfb9190ed2f190474a1a82e740212aa90ebf04a58ffcb254724bb263df94b +DIST specgram-0.9.3.tar.gz 7669474 BLAKE2B 46c901c3a9b26843cd58864bd34e87ddd8441f8e783601bdeb0810610a1350129566c1d1bc255fef5c9ed5cd72b18f94542ae22c12552fdb735c5ef21258fd2a SHA512 f01d94d00014efad01baf015940dc1ffd107efbdf65e347d85170d92adbf3f5194347b444ab5af5367cc234a5fb21fa6c7fba2a93717bda66fe263d3c77657d9 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 +} |
