[Lunar-commits] <moonbase> accordeur: introduction to moonbase

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Fri Jun 15 13:51:07 CEST 2012


commit 1431ef0cde5504525ea6440d19580aa0215f0501
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Mon Jun 4 22:03:53 2012 +0200

    accordeur: introduction to moonbase
---
 audio/accordeur/BUILD   |   22 ++++++++++++++++++++++
 audio/accordeur/DEPENDS |    1 +
 audio/accordeur/DETAILS |   23 +++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/audio/accordeur/BUILD b/audio/accordeur/BUILD
new file mode 100644
index 0000000..37120a1
--- /dev/null
+++ b/audio/accordeur/BUILD
@@ -0,0 +1,22 @@
+(
+  #fix build
+  sedit "s:name=\"TBHelp\".*$:name=\"TBHelp\">:" fhelp.ui &&
+
+  #yeah, it really has to look like that...
+  sedit 's:VERSION=\\\"$$RELEASE\\\":VERSION=\\\\\\\"$$RELEASE\\\\\\\":' accordeur.pro &&
+
+  #cleanup desktop file
+  sedit "s:Audio:Audio\;AudioVideo:" accordeur.desktop &&
+
+  qmake accordeur.pro &&
+
+  default_build &&
+
+  install -Dm0755 accordeur /usr/bin/accordeur &&
+  install -Dm0644 accordeur.desktop /usr/share/applications/accordeur.desktop  &&
+  install -Dm0644 instruments.txt /usr/share/accordeur/instruments.txt &&
+  install -d /usr/share/doc/accordeur/ &&
+  install -m0644 -t /usr/share/doc/accordeur/ doc/* &&
+  install -Dm0644 accordeur.png /usr/share/icons/hicolor/32x32/apps/accordeur.png
+
+) > $C_FIFO 2>&1
diff --git a/audio/accordeur/DEPENDS b/audio/accordeur/DEPENDS
new file mode 100644
index 0000000..428f269
--- /dev/null
+++ b/audio/accordeur/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/audio/accordeur/DETAILS b/audio/accordeur/DETAILS
new file mode 100644
index 0000000..0f911f3
--- /dev/null
+++ b/audio/accordeur/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=accordeur
+         VERSION=1.0.2
+          SOURCE=$MODULE-$VERSION.src.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:c25fd23cd09eec2535e82d0b23d4aedd367d65e7
+        WEB_SITE=http://accordeur.sourceforge.net/
+         ENTERED=20120604
+         UPDATED=20120604
+           SHORT="instrument tuner"
+
+cat << EOF
+Accordeur is a program designed to help you to tune
+your musical instrument. It is derived from Dan's Tuner.
+Essential differences are :
+- It displays the analysed spectrum.
+
+- For low pitches it changes number of samples,
+  so low pitch notes are well analysed.
+
+- Fine compute of the pitch is made by parabolic,
+  not cubic interpolation.
+
+EOF


More information about the Lunar-commits mailing list