[SCM] naspro-bridges-bad/master: Provide variable substitions which cmake seems ignoring.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Oct 16 09:28:23 UTC 2010


The following commit has been merged in the master branch:
commit cde9bb56d98049d148a2a9f01d510e3d9a90862c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Oct 16 11:11:04 2010 +0200

    Provide variable substitions which cmake seems ignoring.

diff --git a/debian/patches/01-cmake.patch b/debian/patches/01-cmake.patch
new file mode 100644
index 0000000..5d894d1
--- /dev/null
+++ b/debian/patches/01-cmake.patch
@@ -0,0 +1,42 @@
+Description: Provide variable substitions which cmake seems ignoring.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: not-needed
+---
+ dssi/manifest.ttl   |   14 ++++++++++++++
+ ladspa/manifest.ttl |   14 ++++++++++++++
+ 2 files changed, 28 insertions(+)
+
+--- /dev/null
++++ naspro-bridges-bad/dssi/manifest.ttl
+@@ -0,0 +1,14 @@
++#
++# NASPRO - NASPRO Architecture for Sound Processing
++# DSSI bridge
++#
++# Copyright (C) 2007-2010 Stefano D'Angelo <zanga.mail at gmail.com>
++#
++# See the COPYING file for license conditions.
++#
++
++ at prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
++ at prefix dman: <http://lv2plug.in/ns/ext/dynmanifest#> .
++
++<http://naspro.atheme.org/bridges/dssi> a dman:DynManifest ;
++	lv2:binary <dssi.so> .
+--- /dev/null
++++ naspro-bridges-bad/ladspa/manifest.ttl
+@@ -0,0 +1,14 @@
++#
++# NASPRO - NASPRO Architecture for Sound Processing
++# LADSPA bridge
++#
++# Copyright (C) 2007-2010 Stefano D'Angelo <zanga.mail at gmail.com>
++#
++# See the COPYING file for license conditions.
++#
++
++ at prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
++ at prefix dman: <http://lv2plug.in/ns/ext/dynmanifest#> .
++
++<http://naspro.atheme.org/bridges/ladspa> a dman:DynManifest ;
++	lv2:binary <ladspa.so> .
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..809d924
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-cmake.patch

-- 
naspro-bridges-bad packaging



More information about the pkg-multimedia-commits mailing list