diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-10 20:16:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-10 20:16:08 +0000 |
commit | 4eaeec57e4b85add5fe94046cdcfa65eb6eb08b6 (patch) | |
tree | bbbbbbf393f7aa41fdda65a1d8a5bd9d2802fa4d | |
parent | Update to 3.5.0.2 (diff) |
Add new port audio/spek:
Spek helps to analyse your audio files by showing their spectrogram.
Spek supports all popular lossy and lossless audio file formats.
WWW: http://www.spek-project.org/
PR: ports/150381
Submitted by: Alexander Kojevnikov <alexander at kojevnikov.com>
Notes
Notes:
svn path=/head/; revision=260949
-rw-r--r-- | audio/spek/Makefile | 28 | ||||
-rw-r--r-- | audio/spek/distinfo | 3 | ||||
-rw-r--r-- | audio/spek/pkg-descr | 4 | ||||
-rw-r--r-- | audio/spek/pkg-plist | 25 |
4 files changed, 60 insertions, 0 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile new file mode 100644 index 000000000000..8236bf9a7489 --- /dev/null +++ b/audio/spek/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: spek +# Date created: 2010-09-07 +# Whom: Alexander Kojevnikov <alexander@kojevnikov.com> +# +# $FreeBSD$ +# + +PORTNAME= spek +PORTVERSION= 0.6 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + +MAINTAINER= alexander@kojevnikov.com +COMMENT= Acoustic spectrum analyser + +LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gtk20 desktopfileutils +GNU_CONFIGURE= yes +INSTALLS_ICONS= yes +MAKE_JOBS_SAFE= yes + +post-install: + -@update-desktop-database + +.include <bsd.port.mk> diff --git a/audio/spek/distinfo b/audio/spek/distinfo new file mode 100644 index 000000000000..eb0272e1c3e6 --- /dev/null +++ b/audio/spek/distinfo @@ -0,0 +1,3 @@ +MD5 (spek-0.6.tar.bz2) = 6be33caf38ba364ec996e9f5616ff239 +SHA256 (spek-0.6.tar.bz2) = be91b4a687725253051a0cae6a950e6abca705164af5ff3019881786df5d55ec +SIZE (spek-0.6.tar.bz2) = 202361 diff --git a/audio/spek/pkg-descr b/audio/spek/pkg-descr new file mode 100644 index 000000000000..986802636103 --- /dev/null +++ b/audio/spek/pkg-descr @@ -0,0 +1,4 @@ +Spek helps to analyse your audio files by showing their spectrogram. +Spek supports all popular lossy and lossless audio file formats. + +WWW: http://www.spek-project.org/ diff --git a/audio/spek/pkg-plist b/audio/spek/pkg-plist new file mode 100644 index 000000000000..38bdb95e1601 --- /dev/null +++ b/audio/spek/pkg-plist @@ -0,0 +1,25 @@ +bin/spek +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 +@dirrmtry share/applications +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |