mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-07 04:33:35 +00:00
version 0.18 and ubuntu fixes
This commit is contained in:
2
debian/README.Debian
vendored
2
debian/README.Debian
vendored
@ -3,4 +3,4 @@ samplebrain for Debian
|
||||
|
||||
<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
|
||||
|
2
debian/README.source
vendored
2
debian/README.source
vendored
@ -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
7
debian/changelog
vendored
@ -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
8
debian/control
vendored
@ -1,14 +1,14 @@
|
||||
Source: samplebrain
|
||||
Section: audio
|
||||
Section: sound
|
||||
Priority: optional
|
||||
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
|
||||
Standards-Version: 4.4.1
|
||||
Standards-Version: 4.4.1
|
||||
Homepage: http://thentrythis.org/projects/samplebrain
|
||||
Vcs-Git: https://gitlab.com/nebogeo/samplebrain.git
|
||||
|
||||
Package: samplebrain
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: A 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.
|
||||
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..
|
||||
|
1
debian/files
vendored
Normal file
1
debian/files
vendored
Normal file
@ -0,0 +1 @@
|
||||
samplebrain_0.18rc1-1ubuntu0_source.buildinfo sound optional
|
1
debian/install
vendored
Normal file
1
debian/install
vendored
Normal file
@ -0,0 +1 @@
|
||||
samplebrain /usr/bin
|
Reference in New Issue
Block a user