summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xqt5-qmake/qspeakers/DEPENDS2
-rwxr-xr-xqt5-qmake/qspeakers/DETAILS15
-rw-r--r--qt5-qmake/qspeakers/HISTORY3
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25b834cbc1..00fc381a0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
* utils/colorpicker: new spell, click on a pixel on your screen and
print its color value in RGB
+2020-10-29 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * qt5-qmake/qspeakers: new spell, a loudspeaker enclosure designer
+
2020-10-26 Treeve Jelbert <treeve@sourcemage.org>
* libs/libjcat: added, Library for reading and writing Jcat files
diff --git a/qt5-qmake/qspeakers/DEPENDS b/qt5-qmake/qspeakers/DEPENDS
new file mode 100755
index 0000000000..d58547eb84
--- /dev/null
+++ b/qt5-qmake/qspeakers/DEPENDS
@@ -0,0 +1,2 @@
+depends qtbase &&
+depends qtcharts
diff --git a/qt5-qmake/qspeakers/DETAILS b/qt5-qmake/qspeakers/DETAILS
new file mode 100755
index 0000000000..76be884a29
--- /dev/null
+++ b/qt5-qmake/qspeakers/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=qspeakers
+ VERSION=1.5.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/be1/${SPELL}/archive/${VERSION}.tar.gz
+ SOURCE_HASH=sha512:a1c0b9343d3464878471c41d4f402846d04a0a340420f8afdad816a8c3f71a8db23c835f453ea8d77bfc618435b534d3cb74d9d5ae48b4bbeeb9b345d13c824a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/be1/qspeakers"
+ LICENSE[0]=GPL
+ ENTERED=20201029
+ SHORT="a loudspeaker enclosure designer"
+cat << EOF
+Loudspeaker enclosure designer, open-source, portable, written in c++/Qt,
+for Linux and some other platforms. Note that stable versions of QSpeakers
+are officially in Debian GNU/Linux and Ubuntu Linux.
+EOF
diff --git a/qt5-qmake/qspeakers/HISTORY b/qt5-qmake/qspeakers/HISTORY
new file mode 100644
index 0000000000..7c6b12458d
--- /dev/null
+++ b/qt5-qmake/qspeakers/HISTORY
@@ -0,0 +1,3 @@
+2020-10-29 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+