[beast] DEBIAN: control: create beast, beast-doc, libbse, libbse-dev packages



commit 0d48e5df48476bca0c8e4a9846042819b50a0c1b
Author: Tim Janik <timj gnu org>
Date:   Wed Oct 28 00:22:43 2015 +0100

    DEBIAN: control: create beast, beast-doc, libbse, libbse-dev packages
    
    Signed-off-by: Tim Janik <timj gnu org>

 debian/control |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..15fddb4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: beast
+Section: sound
+Priority: optional
+Maintainer: Tim Janik <timj gnu org>
+Build-Depends: debhelper (>= 9), dh-python, python, autotools-dev,
+ libflac-dev, libvorbis-dev, libmad0-dev, guile-1.8-dev,
+ libgnomecanvas2-dev, libgtk2.0-dev, libxml2-utils,
+ librapicorn-dev, python-rapicorn
+Standards-Version: 3.9.5
+Homepage: http://beast.testbit.eu
+Vcs-Browser: https://github.com/tim-janik/beast/tree/master/debian
+
+Package: beast-doc
+Section: doc
+Architecture: all
+Depends: librapicorn-doc, ${misc:Depends}
+Description: Music Synthesizer and Composer
+ Beast is a free software music composer and modular synthesizer.
+ .
+ This package contains the reference documentation and user manual.
+
+Package: libbse-0-9
+Section: libs
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: librapicorn-15-9, ${shlibs:Depends}, ${misc:Depends}
+Description: Music Synthesizer and Composer
+ Beast is a free software music composer and modular synthesizer.
+ .
+ This package contains the BSE library.
+
+Package: libbse-dev
+Section: libdevel
+Architecture: any
+Depends: libbse-0-9 (= ${binary:Version}), librapicorn-dev (>= 15.9.1), ${shlibs:Depends}, ${misc:Depends}
+Description: Music Synthesizer and Composer
+ Beast is a free software music composer and modular synthesizer.
+ .
+ This package contains the BSE library include files.
+
+Package: beast
+Architecture: any
+Depends:
+ libbse-0-9 (= ${binary:Version}), beast-doc (= ${source:Version}),
+ rapicorn (>= 15.9.1), python-rapicorn (>= 15.9.1),
+ ${shlibs:Depends}, ${misc:Depends}
+Description: Music Synthesizer and Composer
+ Beast is a free software music composer and modular synthesizer.
+ .
+ It supports a wide range of standards in the field, such as MIDI,
+ FLAC/WAV/AIFF/MP3/OggVorbis audio files and LADSPA modules.
+ It allows for multitrack editing, unlimited undo/redo support,
+ real-time synthesis support, 32bit audio rendering and MMX/SSE
+ utilisation for synthesis plugins.
+ .
+ This package contains the main executable.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]