[SCM] csound/master: Add patch to install the beats executable

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Tue Feb 22 02:14:11 UTC 2011


The following commit has been merged in the master branch:
commit 3b229271fc379d32a1ccc3080e247d0543dc3402
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Feb 21 17:40:53 2011 -0300

    Add patch to install the beats executable

diff --git a/debian/patches/0001-Add-the-beats-executable-to-the-executable-list.patch b/debian/patches/0001-Add-the-beats-executable-to-the-executable-list.patch
new file mode 100644
index 0000000..1888de3
--- /dev/null
+++ b/debian/patches/0001-Add-the-beats-executable-to-the-executable-list.patch
@@ -0,0 +1,20 @@
+From bc0ff7a8bb6e0fac8ef6d3ed0d2878144c6bb320 Mon Sep 17 00:00:00 2001
+From: Felipe Sateler <fsateler at gmail.com>
+Date: Mon, 21 Feb 2011 16:39:32 -0300
+Subject: [PATCH] Add the beats executable to the executable list
+
+Otherwise it does not get installed.
+---
+ SConstruct |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+--- a/SConstruct
++++ b/SConstruct
+@@ -2819,6 +2819,7 @@
+                                     ['frontends/beats/main.c', 
+                                      'frontends/beats/lex.yy.c', 
+                                      'frontends/beats/beats.tab.c'])
++    executables.append(bb)
+ 
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index be3de7e..36e126f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+0001-Add-the-beats-executable-to-the-executable-list.patch
 1000-use-system-stk.diff
 1003-abi-plugin-dir.diff
 1004-fix-csoundac-csnd-linkage.diff

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list