pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ardour: Update to 4.7, drop merged patches



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 18 13:44:11 2016 +0200
Changeset:	6fc20b19b738ad766dfe7278c00ab754d62ddc58

Removed Files:
	ardour/patches/patch-libs_midi++2_run-tests.sh
	ardour/patches/patch-libs_pbd_wscript

Log Message:
ardour: Update to 4.7, drop merged patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6fc20b19b738ad766dfe7278c00ab754d62ddc58

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ardour/patches/patch-libs_midi++2_run-tests.sh | 16 ----------------
 ardour/patches/patch-libs_pbd_wscript          | 15 ---------------
 2 files changed, 31 deletions(-)

diffs:
diff --git a/ardour/patches/patch-libs_midi++2_run-tests.sh b/ardour/patches/patch-libs_midi++2_run-tests.sh
deleted file mode 100644
index 4f5a515..0000000
--- a/ardour/patches/patch-libs_midi++2_run-tests.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
-Patch merged upstream:
-https://github.com/Ardour/ardour/commit/2b869e1563342e15b0336a3dc234de8a058b168e
-
---- libs/midi++2/run-tests.sh.orig	2015-10-15 12:59:11.000000000 +0000
-+++ libs/midi++2/run-tests.sh
-@@ -9,7 +9,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:
- export MIDIPP_TEST_PATH=$TOP/patchfiles
- 
- cd $LIBS_DIR/midi++2
--if [ "$1" == "debug" ]; then 
-+if [ "$1" = "debug" ]; then
- 	gdb ./run-tests
- else
- 	./run-tests
diff --git a/ardour/patches/patch-libs_pbd_wscript b/ardour/patches/patch-libs_pbd_wscript
deleted file mode 100644
index c5cfa8b..0000000
--- a/ardour/patches/patch-libs_pbd_wscript
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Stop hardcoding Python executable name
-
---- libs/pbd/wscript.orig	2015-12-06 23:18:39.000000000 +0000
-+++ libs/pbd/wscript
-@@ -114,7 +114,7 @@ def configure(conf):
- def build(bld):
- 
-     # Make signals_generated.h using signals.py
--    bld(rule = 'python ${SRC} ${TGT}', source = 'pbd/signals.py', target = 'pbd/signals_generated.h')
-+    bld(rule = sys.executable + ' ${SRC} ${TGT}', source = 'pbd/signals.py', target = 'pbd/signals_generated.h')
- 
-     # Library
-     if bld.is_defined ('INTERNAL_SHARED_LIBS'):


Home | Main Index | Thread Index | Old Index