version 0.18 and ubuntu fixes

This commit is contained in:
Dave Griffiths 2022-09-08 16:53:04 +01:00
parent 83610e1e04
commit 7cb3adf147
9 changed files with 27 additions and 24 deletions

View File

@ -1,13 +1,13 @@
/******************************************************************************** /********************************************************************************
** Form generated from reading UI file 'samplebrainMnOjFX.ui' ** Form generated from reading UI file 'samplebrainqyBmgj.ui'
** **
** Created by: Qt User Interface Compiler version 5.12.8 ** Created by: Qt User Interface Compiler version 5.12.8
** **
** WARNING! All changes made in this file will be lost when recompiling UI file! ** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/ ********************************************************************************/
#ifndef SAMPLEBRAINMNOJFX_H #ifndef SAMPLEBRAINQYBMGJ_H
#define SAMPLEBRAINMNOJFX_H #define SAMPLEBRAINQYBMGJ_H
#include <QtCore/QVariant> #include <QtCore/QVariant>
#include <QtGui/QIcon> #include <QtGui/QIcon>
@ -1054,7 +1054,7 @@ public:
void retranslateUi(QMainWindow *MainWindow) void retranslateUi(QMainWindow *MainWindow)
{ {
MainWindow->setWindowTitle(QApplication::translate("MainWindow", "samplebrain 0.17", nullptr)); MainWindow->setWindowTitle(QApplication::translate("MainWindow", "samplebrain 0.18", nullptr));
label_19->setText(QApplication::translate("MainWindow", "brain tweaks", nullptr)); label_19->setText(QApplication::translate("MainWindow", "brain tweaks", nullptr));
label_6->setText(QApplication::translate("MainWindow", "fft / mfcc", nullptr)); label_6->setText(QApplication::translate("MainWindow", "fft / mfcc", nullptr));
#ifndef QT_NO_TOOLTIP #ifndef QT_NO_TOOLTIP
@ -1204,4 +1204,4 @@ namespace Ui {
QT_END_NAMESPACE QT_END_NAMESPACE
#endif // SAMPLEBRAINMNOJFX_H #endif // SAMPLEBRAINQYBMGJ_H

View File

@ -3,4 +3,4 @@ samplebrain for Debian
<possible notes regarding this package - if none, delete this file> <possible notes regarding this package - if none, delete this file>
-- Dave Griffiths <dave@unknown> Thu, 08 Sep 2022 11:40:29 +0100 -- Dave Griffiths <dave@unknown> Thu, 08 Sep 2022 13:08:26 +0100

View File

@ -6,5 +6,5 @@ manual section 4.14. You WILL either need to modify or delete this file>
-- Dave Griffiths <dave@unknown> Thu, 08 Sep 2022 11:40:29 +0100 -- Dave Griffiths <dave@unknown> Thu, 08 Sep 2022 13:08:26 +0100

7
debian/changelog vendored
View File

@ -1,5 +1,6 @@
samplebrain (18.0-1ubuntu0) focal; urgency=medium samplebrain (0.18rc1-1ubuntu0) focal; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> * Initial release
-- Dave Griffiths <dave@thentrythis.org> Thu, 08 Sep 2022 13:08:26 +0100
-- Dave Griffiths <dave@thentrythis.org> Thu, 08 Sep 2022 11:40:29 +0100

8
debian/control vendored
View File

@ -1,14 +1,14 @@
Source: samplebrain Source: samplebrain
Section: audio Section: sound
Priority: optional Priority: optional
Maintainer: Dave Griffiths <dave@thentrythis.org> Maintainer: Dave Griffiths <dave@thentrythis.org>
Build-Depends: debhelper-compat (= 12), texinfo, libsndfile1-dev, portaudio19-dev, liblo-dev, libfftw3-dev, qtbase5-dev, qt5-qmake, qtbase5-dev-tools Build-Depends: debhelper-compat (= 12), texinfo, libsndfile1-dev, portaudio19-dev, liblo-dev, libfftw3-dev, qtbase5-dev, qt5-qmake, qtbase5-dev-tools
Standards-Version: 4.4.1 Standards-Version: 4.4.1
Homepage: http://thentrythis.org/projects/samplebrain Homepage: http://thentrythis.org/projects/samplebrain
Vcs-Git: https://gitlab.com/nebogeo/samplebrain.git Vcs-Git: https://gitlab.com/nebogeo/samplebrain.git
Package: samplebrain Package: samplebrain
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A custom sample smashing app designed by Aphex Twin Description:Custom sample smashing app designed by Aphex Twin
Samplebrain chops samples up into a 'brain' of interconnected small sections (blocks) connected into a network by similarity. It reads a target sample, chops it up into blocks in the same way, and tries to match each one with one of the blocks in it's brain to play in realtime. This (in theory) allows you to interpret one type of sound with another. Over time we gradually added more and more controls until it became slightly out of control and increasingly difficult to explain. Samplebrain chops samples up into a 'brain' of interconnected small sections (blocks) connected into a network by similarity. It reads a target sample, chops it up into blocks in the same way, and tries to match each one with one of the blocks in it's brain to play in realtime..

1
debian/files vendored Normal file
View File

@ -0,0 +1 @@
samplebrain_0.18rc1-1ubuntu0_source.buildinfo sound optional

1
debian/install vendored Normal file
View File

@ -0,0 +1 @@
samplebrain /usr/bin

View File

@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>samplebrain 0.17</string> <string>samplebrain 0.18</string>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_4"> <layout class="QVBoxLayout" name="verticalLayout_4">
@ -1434,7 +1434,7 @@
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../qt/samplebrain.qrc"> <iconset resource="../app/samplebrain.qrc">
<normaloff>:/images/images/play.png</normaloff>:/images/images/play.png</iconset> <normaloff>:/images/images/play.png</normaloff>:/images/images/play.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
@ -1461,7 +1461,7 @@
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../qt/samplebrain.qrc"> <iconset resource="../app/samplebrain.qrc">
<normaloff>:/images/images/pause.png</normaloff>:/images/images/pause.png</iconset> <normaloff>:/images/images/pause.png</normaloff>:/images/images/pause.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
@ -1481,7 +1481,7 @@
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../qt/samplebrain.qrc"> <iconset resource="../app/samplebrain.qrc">
<normaloff>:/images/images/record.png</normaloff>:/images/images/record.png</iconset> <normaloff>:/images/images/record.png</normaloff>:/images/images/record.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
@ -1501,7 +1501,7 @@
<string/> <string/>
</property> </property>
<property name="icon"> <property name="icon">
<iconset resource="../qt/samplebrain.qrc"> <iconset resource="../app/samplebrain.qrc">
<normaloff>:/images/images/stop.png</normaloff>:/images/images/stop.png</iconset> <normaloff>:/images/images/stop.png</normaloff>:/images/images/stop.png</iconset>
</property> </property>
<property name="iconSize"> <property name="iconSize">
@ -1573,7 +1573,7 @@
<string/> <string/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap resource="../qt/samplebrain.qrc">:/images/images/at.png</pixmap> <pixmap resource="../app/samplebrain.qrc">:/images/images/at.png</pixmap>
</property> </property>
</widget> </widget>
</item> </item>
@ -1584,7 +1584,8 @@
<widget class="QStatusBar" name="statusbar"/> <widget class="QStatusBar" name="statusbar"/>
</widget> </widget>
<resources> <resources>
<include location="../qt/samplebrain.qrc"/> <include location="../app/samplebrain.qrc"/>
<include location="../app/samplebrain.qrc"/>
<include location="../qt/samplebrain.qrc"/> <include location="../qt/samplebrain.qrc"/>
</resources> </resources>
<connections> <connections>

View File

@ -43,13 +43,12 @@ SOURCES += app/MainWindow.cpp \
INCLUDEPATH += brain/src INCLUDEPATH += brain/src
INCLUDEPATH += /usr/local/include INCLUDEPATH += /usr/local/include
LIBS += -L.. -L/usr/local/lib -lportaudio -lfftw3 -lsndfile -llo -ldl -lpthread -lm LIBS += -L.. -L/usr/local/lib -lportaudio -lfftw3 -lsndfile -llo -ldl -lpthread -lm
CONFIG+=debug
QMAKE_CXXFLAGS += -Wall -Wno-unused -std=c++11 QMAKE_CXXFLAGS += -O3 -Wall -Wno-unused -std=c++11
# assets # assets
RESOURCES = app/samplebrain.qrc RESOURCES = app/samplebrain.qrc
target.path = /usr/local/bin/
INSTALLS += target INSTALLS += target