[SCM] ecasound/master: Add libecasoundc1 package

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


The following commit has been merged in the master branch:
commit 446e556b69c51aea5d5e1ef92d19c1ef1a1f1c1e
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sun Feb 6 22:10:27 2011 +0100

    Add libecasoundc1 package

diff --git a/debian/control b/debian/control
index fc72733..1ae982e 100644
--- a/debian/control
+++ b/debian/control
@@ -101,10 +101,32 @@ Description: Multitrack-capable audio recorder and effect processor (C++ dev fil
  .
  This package provides ecasound's C++ library development files.
 
+Package: libecasoundc1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Multitrack-capable audio recorder and effect processor (C 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 C library.
+
 Package: libecasoundc-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ libecasoundc1 (= ${binary:Version})
 Description: Multitrack-capable audio recorder and effect processor (C dev library)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
diff --git a/debian/libecasoundc-dev.install b/debian/libecasoundc-dev.install
index 02478fa..7f4a2d5 100644
--- a/debian/libecasoundc-dev.install
+++ b/debian/libecasoundc-dev.install
@@ -1,3 +1,4 @@
 usr/include/libecasoundc/*
-usr/lib/libecasoundc.*
-usr/bin/libecasoundc-config
\ No newline at end of file
+usr/lib/libecasoundc.a
+usr/lib/libecasoundc.so
+usr/bin/libecasoundc-config
diff --git a/debian/libecasoundc1.install b/debian/libecasoundc1.install
new file mode 100644
index 0000000..859b86a
--- /dev/null
+++ b/debian/libecasoundc1.install
@@ -0,0 +1 @@
+usr/lib/libecasoundc.so.*
diff --git a/debian/libecasound22.symbols b/debian/libecasoundc1.symbols
similarity index 99%
copy from debian/libecasound22.symbols
copy to debian/libecasoundc1.symbols
index d7af24a..798bfbf 100644
--- a/debian/libecasound22.symbols
+++ b/debian/libecasoundc1.symbols
@@ -1,4 +1,4 @@
-libecasound.so.22 libecasound22 #MINVER#
+libecasound.so.22 libecasoundc1 #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 libecasoundc1 #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 libecasoundc1 #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