[SCM] lv2-extensions-good/master: Prepare for the transition to lv2-dev.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Apr 21 08:18:05 UTC 2012


The following commit has been merged in the master branch:
commit cc689eb5a913deb3a4fd047a7b34f4e223b35002
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Apr 21 10:16:44 2012 +0200

    Prepare for the transition to lv2-dev.

diff --git a/debian/control b/debian/control
index a185d08..be540be 100644
--- a/debian/control
+++ b/debian/control
@@ -14,44 +14,15 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/lv2-extensions-g
 Homepage: http://lv2plug.in/
 
 Package: lv2-extensions-good
+Section: oldlibs
 Architecture: all
 Depends:
- lv2core (>> 6.0),
+ lv2-dev,
  ${misc:Depends}
-Provides:
- lv2-extension
-Description: LV2 extensions from the "good" set
+Description: LV2 extensions from the "good" set (dummy package)
  LV2 is a simple but extensible successor of LADSPA plugins,
  intended to address the limitations of LADSPA which many
  applications have outgrown.
  .
- The following extensions are provided:
-  * LV2 Data Access (http://lv2plug.in/ns/ext/data-access) - Defines a method
-    for plugin UIs to have (possibly marshalled) access to the extension_data
-    function on a plugin instance.
-  * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dyn-manifest) - An
-    LV2-based specification for dynamic data generation.
-  * LV2 Events (http://lv2plug.in/ns/ext/event) - Defines a generic
-    time-stamped event port type, which can be used to create plugins that
-    read and write real-time events.
-  * LV2 Instance Access (http://lv2plug.in/ns/ext/instance-access) - Defines
-    a method for plugin UIs to get a direct handle to an LV2 plugin instance
-    (LV2_Handle), if possible.
-  * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi) - Defines an LV2 event
-    type for standard raw MIDI.
-  * LV2 Presets (http://lv2plug.in/ns/ext/presets) - Defines presets (e.g.
-    named sets of control values) for LV2 plugins.
-  * LV2 UI (http://lv2plug.in/ns/extensions/ui) - Defines an interface that
-    can be used in LV2 plugins and hosts to create UIs for plugins.
-  * LV2 Units extension (http://lv2plug.in/ns/extensions/units) - Defines a
-    number of units for use in audio processing.
-  * LV2 URID (http://lv2plug.in/ns/ext/urid/) - Defines a simple mechanism
-    for plugins to map URIs to and from integers, usually for performance
-    reasons. This extension is intended as an improved and simplified
-    replacement for the uri-map extension, since the map context parameter
-    has been found problematic. New implementations are strongly encouraged
-    to use this extension for URI mapping.
- .
- This package provides the LV2 extensions from the "good" set, a set of
- extensions which have been discussed and reviewed by the LV2 community
- and implemented in released software.
+ The unified LV2 release is now provided by the lv2-dev package. This
+ is a dummy package and can be safely removed after the installation.
diff --git a/debian/rules b/debian/rules
index a657c84..3d2a19d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,20 +7,8 @@ export DESTDIR=$(CURDIR)/debian/lv2-extensions-good
 	dh $@
 
 override_dh_auto_configure:
-	for ext in lv2-* ; do \
-		cd $$ext && $(WAF) configure --prefix=/usr && cd .. ;\
-	done
-
 override_dh_auto_build:
-	for ext in lv2-* ; do \
-		cd $$ext && $(WAF) && cd .. ; \
-	done
-
 override_dh_auto_install:
-	for ext in lv2-* ; do \
-		cd $$ext && $(WAF) install --destdir $(DESTDIR) && cd .. ; \
-	done
-
 override_dh_auto_test:
 override_dh_auto_clean:
 	dh_auto_clean

-- 
lv2-extensions-good packaging



More information about the pkg-multimedia-commits mailing list