From dfea9db6fdb4c6fa0e76e9d2cdb051f1975e3ded Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 8 Oct 2014 06:24:20 +0000 Subject: Import spek-0.8.2 as audio/spek. Spek helps to analyse your audio files by showing their spectrogram. Features * Supports all popular lossy and lossless audio file formats thanks to the FFmpeg libraries. * Ultra-fast signal processing, uses multiple threads to further speed up the analysis. * Shows the codec name and the audio signal parameters. * Allows to save the spectrogram as an image file. * Drag-and-drop support; associates with common audio file formats. * Auto-fitting time, frequency and spectral density rulers. * Adjustable spectral density range. * Translated into 19 languages. --- audio/spek/DESCR | 14 ++++++++++++++ audio/spek/Makefile | 22 ++++++++++++++++++++++ audio/spek/PLIST | 29 +++++++++++++++++++++++++++++ audio/spek/distinfo | 5 +++++ 4 files changed, 70 insertions(+) create mode 100644 audio/spek/DESCR create mode 100644 audio/spek/Makefile create mode 100644 audio/spek/PLIST create mode 100644 audio/spek/distinfo (limited to 'audio/spek') diff --git a/audio/spek/DESCR b/audio/spek/DESCR new file mode 100644 index 00000000000..06b806e8c1a --- /dev/null +++ b/audio/spek/DESCR @@ -0,0 +1,14 @@ +Spek helps to analyse your audio files by showing their spectrogram. + +Features + +* Supports all popular lossy and lossless audio file formats thanks + to the FFmpeg libraries. +* Ultra-fast signal processing, uses multiple threads to further + speed up the analysis. +* Shows the codec name and the audio signal parameters. +* Allows to save the spectrogram as an image file. +* Drag-and-drop support; associates with common audio file formats. +* Auto-fitting time, frequency and spectral density rulers. +* Adjustable spectral density range. +* Translated into 19 languages. diff --git a/audio/spek/Makefile b/audio/spek/Makefile new file mode 100644 index 00000000000..e1e623ea1c6 --- /dev/null +++ b/audio/spek/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2014/10/08 06:24:20 wiz Exp $ + +DISTNAME= spek-0.8.2 +CATEGORIES= audio +MASTER_SITES= https://spek.googlecode.com/files/ +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://spek.cc/ +COMMENT= Acoustic Spectrum Analyzer +LICENSE= gnu-gpl-v3 + +GNU_CONFIGURE= yes +USE_LANGUAGES= c++ +USE_TOOLS+= gmake intltool pkg-config +MAKE_FLAGS+= DATADIRNAME=${PKGLOCALEDIR} + +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../multimedia/ffmpeg2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/wxGTK30/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/spek/PLIST b/audio/spek/PLIST new file mode 100644 index 00000000000..9d4b66a22f2 --- /dev/null +++ b/audio/spek/PLIST @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1 2014/10/08 06:24:20 wiz Exp $ +bin/spek +man/man1/spek.1 +share/applications/spek.desktop +share/icons/hicolor/16x16/apps/spek.png +share/icons/hicolor/22x22/apps/spek.png +share/icons/hicolor/24x24/apps/spek.png +share/icons/hicolor/32x32/apps/spek.png +share/icons/hicolor/48x48/apps/spek.png +share/icons/hicolor/scalable/apps/spek.svg +share/locale/cs/LC_MESSAGES/spek.mo +share/locale/da/LC_MESSAGES/spek.mo +share/locale/de/LC_MESSAGES/spek.mo +share/locale/eo/LC_MESSAGES/spek.mo +share/locale/es/LC_MESSAGES/spek.mo +share/locale/fr/LC_MESSAGES/spek.mo +share/locale/it/LC_MESSAGES/spek.mo +share/locale/ja/LC_MESSAGES/spek.mo +share/locale/nb/LC_MESSAGES/spek.mo +share/locale/nl/LC_MESSAGES/spek.mo +share/locale/pl/LC_MESSAGES/spek.mo +share/locale/pt_BR/LC_MESSAGES/spek.mo +share/locale/ru/LC_MESSAGES/spek.mo +share/locale/sv/LC_MESSAGES/spek.mo +share/locale/tr/LC_MESSAGES/spek.mo +share/locale/uk/LC_MESSAGES/spek.mo +share/locale/vi/LC_MESSAGES/spek.mo +share/locale/zh_CN/LC_MESSAGES/spek.mo +share/locale/zh_TW/LC_MESSAGES/spek.mo diff --git a/audio/spek/distinfo b/audio/spek/distinfo new file mode 100644 index 00000000000..9c036b18ed1 --- /dev/null +++ b/audio/spek/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/10/08 06:24:20 wiz Exp $ + +SHA1 (spek-0.8.2.tar.xz) = 54226094ade52761349869f6e2f72a2af7a41be5 +RMD160 (spek-0.8.2.tar.xz) = 20532e9682e5d5bc9bcfeddb1db0b65d7e5b07f8 +Size (spek-0.8.2.tar.xz) = 171628 bytes -- cgit v1.2.3