[SCM] libdrumstick/master: Also build a 'drumstick-tools' package with the included example utilities

raboof-guest at users.alioth.debian.org raboof-guest at users.alioth.debian.org
Sun Sep 5 11:54:37 UTC 2010


The following commit has been merged in the master branch:
commit f0469a1b421ae39f9878dbc64eabe511dedbf89a
Author: Arnout <arnouten at bzzt.net>
Date:   Sun Sep 5 13:54:10 2010 +0200

    Also build a 'drumstick-tools' package with the included example utilities

diff --git a/debian/control b/debian/control
index bc87dad..318a4ad 100644
--- a/debian/control
+++ b/debian/control
@@ -53,3 +53,39 @@ Description: Qt4/C++ wrapper for ALSA Sequencer - debugging symbols
  processing are also included.
  .
  This package provides the debugging symbols.
+
+Package: drumstick-tools
+Section: sound
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ libdrumstick0 (>= ${source:Version}),
+Description: Qt4/C++ wrapper for ALSA Sequencer - utilities
+ This library is a C++ wrapper around the ALSA library sequencer interface, 
+ using Qt4 objects, idioms and style. ALSA sequencer provides software support 
+ for MIDI technology on Linux. Complementary classes for SMF and WRK file 
+ processing are also included.
+ .
+ This package provides utilities shipped with the library:
+ .
+ drumstick-buildsmf: Standard MIDI File creation from scratch
+ . 
+ drumstick-dumpgrid: Simple Qt drum sequencer
+ .
+ drumstick-dumpmid: Write ALSA MIDI events to STDOUT
+ .
+ drumstick-dumpsmf: Write MIDI events from a MIDI file to STDOUT
+ .
+ drumstick-dumpwrk: Write MIDI events from a Cakewalk WRK file to STDOUT
+ .
+ drumstick-guiplayer: Simple Qt MIDI file player
+ .
+ drumstick-metronome: Headless MIDI metronome
+ .
+ drumstick-playsmf: Headless MIDI file player
+ .
+ drumstick-sysinfo: Display information about ALSA MIDI 
+ .
+ drumstick-timertest: Test performance of the ALSA timer
+ .
+ drumstick-vpiano: Virtual Piano Keyboard GUI application
diff --git a/debian/drumstick-tools.dirs b/debian/drumstick-tools.dirs
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/drumstick-tools.dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/drumstick-tools.install b/debian/drumstick-tools.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/drumstick-tools.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/drumstick-tools.manpages b/debian/drumstick-tools.manpages
new file mode 100644
index 0000000..1ad698e
--- /dev/null
+++ b/debian/drumstick-tools.manpages
@@ -0,0 +1,3 @@
+# is this right? I guess we should use some environment variable
+# instead of 'debian/tmp'?
+debian/tmp/usr/share/man/man1/*.1

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list