[SCM] ecasound/master: Add libkvutils4 package

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Feb 6 21:59:31 UTC 2011


The following commit has been merged in the master branch:
commit 61c722b90d3c8354826455e662a7919712d740c0
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sun Feb 6 22:11:12 2011 +0100

    Add libkvutils4 package

diff --git a/debian/control b/debian/control
index 1ae982e..65744c2 100644
--- a/debian/control
+++ b/debian/control
@@ -144,11 +144,33 @@ Description: Multitrack-capable audio recorder and effect processor (C dev libra
  .
  This package provides ecasound's C library development files.
 
+Package: libkvutils4
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Multitrack-capable audio recorder and effect processor (kvutils library)
+ Ecasound is a software package designed for multitrack audio
+ processing. It can be used for simple tasks like audio playback,
+ recording and format conversions, as well as for multitrack effect
+ processing, mixing, recording and signal recycling.
+ .
+ Ecasound supports a wide range of audio inputs, outputs and effect
+ algorithms. Effects and audio objects can be combined in various ways,
+ and their parameters can be controlled by operator objects like oscillators
+ and MIDI-CCs.
+ .
+ As most functionality is located in shared libraries, creating
+ alternative user-interfaces is easy. A versatile console mode
+ interface is included in the package.
+ .
+ This package provides ecasound's kvutils library.
+
 Package: libkvutils-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}
-Description: Multitrack-capable audio recorder and effect processor (kvutil dev files)
+Depends: ${misc:Depends},
+ libkvutils4 (= ${binary:Version})
+Description: Multitrack-capable audio recorder and effect processor (kvutils dev files)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
  recording and format conversions, as well as for multitrack effect
diff --git a/debian/libkvutils-dev.install b/debian/libkvutils-dev.install
index 9172261..0c3d421 100644
--- a/debian/libkvutils-dev.install
+++ b/debian/libkvutils-dev.install
@@ -1,2 +1,3 @@
 usr/include/kvutils/*
-usr/lib/libkvutils.*
\ No newline at end of file
+usr/lib/libkvutils.a
+usr/lib/libkvutils.so
diff --git a/debian/libkvutils4.install b/debian/libkvutils4.install
new file mode 100644
index 0000000..939ab94
--- /dev/null
+++ b/debian/libkvutils4.install
@@ -0,0 +1 @@
+usr/lib/libkvutils.so.*
diff --git a/debian/libecasound22.symbols b/debian/libkvutils4.symbols
similarity index 99%
copy from debian/libecasound22.symbols
copy to debian/libkvutils4.symbols
index d7af24a..42d43de 100644
--- a/debian/libecasound22.symbols
+++ b/debian/libkvutils4.symbols
@@ -1,4 +1,4 @@
-libecasound.so.22 libecasound22 #MINVER#
+libecasound.so.22 libkvutils4 #MINVER#
  _Z20cb_lo_method_handlerPKcS0_PP6lo_argiPvS4_ at Base 2.7.2
  _Z20show_controller_helpv at Base 2.7.2
  _Z25start_db_server_io_threadPv at Base 2.7.2
@@ -4067,7 +4067,7 @@ libecasound.so.22 libecasound22 #MINVER#
  g_pfSineTable at Base 2.7.2
  mpg123_freqs at Base 2.7.2
  tabsel_123 at Base 2.7.2
-libecasoundc.so.1 libecasound22 #MINVER#
+libecasoundc.so.1 libkvutils4 #MINVER#
  _ZN21ECA_CONTROL_INTERFACE10next_eventEv at Base 2.7.2
  _ZN21ECA_CONTROL_INTERFACE13current_eventEv at Base 2.7.2
  _ZN21ECA_CONTROL_INTERFACE16events_availableEv at Base 2.7.2
@@ -4125,7 +4125,7 @@ libecasoundc.so.1 libecasound22 #MINVER#
  eci_str_no_ecasound_env at Base 2.7.2
  eci_str_null_handle at Base 2.7.2
  eci_str_sync_lost at Base 2.7.2
-libkvutils.so.4 libecasound22 #MINVER#
+libkvutils.so.4 libkvutils4 #MINVER#
  _Z11kvu_fd_readiPvmi at Base 2.7.2
  _Z11kvu_fd_waitii at Base 2.7.2
  _Z12kvu_fd_writeiPKvmi at Base 2.7.2

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list