[SCM] ecasound/master: Drop libkvutils10 and libkvutils-dev packages too

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Thu Feb 6 22:17:56 UTC 2014


The following commit has been merged in the master branch:
commit e2222eaa083a1d54f0e03adf8e1908aa4fd42e4f
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Sat Jan 25 20:08:21 2014 +0100

    Drop libkvutils10 and libkvutils-dev packages too

diff --git a/debian/control b/debian/control
index 30d60a2..58d62ee 100644
--- a/debian/control
+++ b/debian/control
@@ -103,40 +103,6 @@ Description: multitrack-capable audio recorder and effect processor (C dev libra
  .
  This package provides ecasound's C library development files.
 
-Package: libkvutils10
-Architecture: any
-Section: libs
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
-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.
- .
- This package provides ecasound's kvutils library.
-
-Package: libkvutils-dev
-Architecture: any
-Section: libdevel
-Depends: ${misc:Depends}, libkvutils10 (= ${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 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.
- .
- This package provides ecasound's kvutils library development files.
-
 Package: python-ecasound
 Architecture: all
 Section: python
diff --git a/debian/libkvutils-dev.install b/debian/libkvutils-dev.install
deleted file mode 100644
index f6c8769..0000000
--- a/debian/libkvutils-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include/kvutils/*
-usr/lib/*/libkvutils.so
diff --git a/debian/libkvutils10.install b/debian/libkvutils10.install
deleted file mode 100644
index c9d6f9f..0000000
--- a/debian/libkvutils10.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libkvutils.so.*
diff --git a/debian/patches/03_build-shared-libkvutils.patch b/debian/patches/03_build-shared-libkvutils.patch
deleted file mode 100644
index 3cc2ea1..0000000
--- a/debian/patches/03_build-shared-libkvutils.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Description: Build shared libkvutils instead of static
-Origin: vendor
-Forwarded: not-needed
-Author: Alessandro Ghedini <ghedo at debian.org>
-Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
-Last-Update: 2012-05-09
-
---- a/kvutils/Makefile.am
-+++ b/kvutils/Makefile.am
-@@ -56,7 +56,7 @@
- 			kvu_value_queue.h
-
- libkvutils_la_SOURCES = $(kvutil_sources) $(kvutil_headers)
--libkvutils_la_LDFLAGS = -version-info @LIBKVUTILS_VERSION@:0:@LIBKVUTILS_VERSION_AGE@ -static
-+libkvutils_la_LDFLAGS = -version-info @LIBKVUTILS_VERSION@:0:@LIBKVUTILS_VERSION_AGE@ -shared -fPIC
-
- libkvutils_debug_la_SOURCES = $(libkvutils_la_SOURCES)
- libkvutils_debug_la_LDFLAGS = $(libkvutils_la_LDFLAGS)
---- a/kvutils/Makefile.in
-+++ b/kvutils/Makefile.in
-@@ -337,7 +337,7 @@
- 			kvu_value_queue.h
-
- libkvutils_la_SOURCES = $(kvutil_sources) $(kvutil_headers)
--libkvutils_la_LDFLAGS = -version-info @LIBKVUTILS_VERSION@:0:@LIBKVUTILS_VERSION_AGE@ -static
-+libkvutils_la_LDFLAGS = -version-info @LIBKVUTILS_VERSION@:0:@LIBKVUTILS_VERSION_AGE@ -shared -fPIC
- libkvutils_debug_la_SOURCES = $(libkvutils_la_SOURCES)
- libkvutils_debug_la_LDFLAGS = $(libkvutils_la_LDFLAGS)
- libkvutils_tester_SOURCES = libkvutils_tester.cpp
---- a/libecasound/Makefile.am
-+++ b/libecasound/Makefile.am
-@@ -368,7 +368,7 @@
-
- libecasound_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
- libecasound_debug_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
--libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags) -static
-+libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags) -static -L$(top_builddir)/kvutils -lkvutils
- libecasound_la_LIBADD = $(eca_libadd)
- libecasound_debug_la_LDFLAGS = $(libecasound_la_LDFLAGS)
- libecasound_debug_la_LIBADD = $(libecasound_la_LIBADD)
---- a/libecasound/Makefile.in
-+++ b/libecasound/Makefile.in
-@@ -753,7 +753,7 @@
-
- libecasound_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
- libecasound_debug_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
--libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags) -static
-+libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags) -static -L$(top_builddir)/kvutils -lkvutils
- libecasound_la_LIBADD = $(eca_libadd)
- libecasound_debug_la_LDFLAGS = $(libecasound_la_LDFLAGS)
- libecasound_debug_la_LIBADD = $(libecasound_la_LIBADD)
diff --git a/debian/patches/series b/debian/patches/series
index 0dafad3..ba92277 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 02_build-shared-libecasoundc.patch
-03_build-shared-libkvutils.patch

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list