[SCM] liblo packaging branch, master, updated. debian/0.26-1-10-g13baaba
fsateler-guest at users.alioth.debian.org
fsateler-guest at users.alioth.debian.org
Tue Aug 11 03:34:01 UTC 2009
The following commit has been merged in the master branch:
commit 5b47b1affa37fc46a176f12007dcb0ebb4bc156c
Author: Felipe Sateler <fsateler at gmail.com>
Date: Mon Aug 10 01:09:03 2009 -0400
Add liblo-tools package
Since liblo has to go through new anyways, introduce it now.
This package includes the tools oscdump and oscsend.
diff --git a/debian/control b/debian/control
index 295504d..066a91f 100644
--- a/debian/control
+++ b/debian/control
@@ -58,3 +58,27 @@ Description: Lightweight OSC library
* "Bundles" of messages whose effects must occur simultaneously
* Query system to dynamically find out the capabilities of an OSC
server and get documentation
+
+Package: liblo-tools
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Lightweight OSC library
+ This is a lightweight, easy to use implementation of the OSC (Open
+ Sound Control) protocol (see
+ <http://www.cnmat.berkeley.edu/OpenSoundControl/> for details).
+ .
+ Open Sound Control (OSC) is a protocol for communication among
+ computers, sound synthesizers, and other multimedia devices that is
+ optimized for modern networking technology. OSC features:
+ .
+ * Open-ended, dynamic, URL-style symbolic naming scheme
+ * Symbolic and high-resolution numeric argument data
+ * Pattern matching language to specify multiple recipients of a
+ single message
+ * High resolution time tags
+ * "Bundles" of messages whose effects must occur simultaneously
+ * Query system to dynamically find out the capabilities of an OSC
+ server and get documentation
+ .
+ This package contains the tools included with the library.
diff --git a/debian/liblo-tools.docs b/debian/liblo-tools.docs
new file mode 100644
index 0000000..78cf496
--- /dev/null
+++ b/debian/liblo-tools.docs
@@ -0,0 +1,3 @@
+README
+AUTHORS
+src/tools/README
diff --git a/debian/liblo-tools.install b/debian/liblo-tools.install
new file mode 100644
index 0000000..8ffdce8
--- /dev/null
+++ b/debian/liblo-tools.install
@@ -0,0 +1 @@
+debian/tmp/usr/bin/*
--
liblo packaging
More information about the pkg-multimedia-commits
mailing list