[packages/freewheeling: 2/2] More useful default config

jajcus jajcus at pld-linux.org
Fri Mar 10 19:43:32 CET 2017


commit a12991453ba77df0aa73c6aac8ac7a23fc70731e
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Fri Mar 10 19:41:37 2017 +0100

    More useful default config
    
    Change the default configuration to something usable on a regular PC.

 config.patch      | 31 +++++++++++++++++++++++++++++++
 freewheeling.spec |  2 ++
 2 files changed, 33 insertions(+)
---
diff --git a/freewheeling.spec b/freewheeling.spec
index 8181884..d0bb26c 100644
--- a/freewheeling.spec
+++ b/freewheeling.spec
@@ -11,6 +11,7 @@ Source0:	https://github.com/free-wheeling/freewheeling/archive/%{commit}/%{name}
 # Source0-md5:	ac66a2eecd4992ae0e377458cb529448
 Patch0:		format_string.patch
 Patch1:		destdir.patch
+Patch2:		config.patch
 URL:		https://github.com/free-wheeling/freewheeling/
 BuildRequires:	SDL-devel
 BuildRequires:	SDL_gfx-devel
@@ -39,6 +40,7 @@ interface for instrumentalists to capture audio loops in real-time.
 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
diff --git a/config.patch b/config.patch
new file mode 100644
index 0000000..a7e3fe3
--- /dev/null
+++ b/config.patch
@@ -0,0 +1,31 @@
+diff -dur freewheeling-4a03065f9d2f520cbd37dd560b4cae5685418153.orig/data/interfaces.xml freewheeling-4a03065f9d2f520cbd37dd560b4cae5685418153/data/interfaces.xml
+--- freewheeling-4a03065f9d2f520cbd37dd560b4cae5685418153.orig/data/interfaces.xml	2017-02-24 19:47:23.000000000 +0100
++++ freewheeling-4a03065f9d2f520cbd37dd560b4cae5685418153/data/interfaces.xml	2017-03-10 19:39:59.224087433 +0100
+@@ -21,19 +21,25 @@
+   <interface setup="coreinterface.xml" switchable="0"/>
+ 
+   <!-- Customization -->
++  <!--
+   <interface setup="mercury.xml" switchable="0"/>
+   <interface setup="synthedit.xml" switchable="0"/>
+   <interface setup="bcf2000-synthedit.xml" switchable="0"/>
+   <interface setup="rme-hdsp.xml" switchable="0"/>
++  -->
+ 
+   <!-- Bare minimum -->
+   <interface setup="browsers.xml" switchable="0"/>
+ 
+   <!-- Added user interfaces -->
++  <!--
+   <interface setup="midifootswitch.xml" switchable="0"/>
+   <interface setup="bcf2000.xml"/>
+-<!-- <interface setup="pckeyboard.xml"/> -->
++  -->
++  <interface setup="pckeyboard.xml"/>
++  <!--
+   <interface setup="midikeyboard.xml"/>
+-<!-- <interface setup="pcr-m1.xml" switchable="0"/> -->
++  <interface setup="pcr-m1.xml" switchable="0"/>
+   <interface setup="dancemat.xml"/>
++   -->
+ </interfaces>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/freewheeling.git/commitdiff/a12991453ba77df0aa73c6aac8ac7a23fc70731e



More information about the pld-cvs-commit mailing list