Compare commits

...

7 Commits
rawhide ... f16

Author SHA1 Message Date
Brendan Jones 449d0be2d9 Merge branch 'master' into f16 2012-10-25 05:33:49 +02:00
Brendan Jones 452509184c Merge branch 'master' into f16 2012-08-10 09:24:17 +02:00
Brendan Jones 67d8463781 Merge branch 'master' into f16 2012-07-28 07:19:37 +02:00
Brendan Jones c1af120c7f Update to upsteam 0.23.2 2012-07-15 14:53:49 +02:00
Brendan Jones 2ff407d6cc Update to 0.22.3 2012-05-15 07:55:40 +02:00
Brendan Jones eb56ff5e36 Remove parallel build flags 2012-01-18 20:21:45 +01:00
Brendan Jones 87c319e109 Add gcc 4.7 patch 2012-01-18 11:57:07 +01:00
3 changed files with 48 additions and 2 deletions

View File

@ -0,0 +1,47 @@
diff -Nurp guitarix2-0.21.0.orig/src/gx_head/gx_internal_plugins.cpp guitarix2-0.21.0/src/gx_head/gx_internal_plugins.cpp
--- guitarix2-0.21.0.orig/src/gx_head/gx_internal_plugins.cpp 2012-01-16 11:39:03.000000000 +0100
+++ guitarix2-0.21.0/src/gx_head/gx_internal_plugins.cpp 2012-01-17 10:22:46.128763526 +0100
@@ -24,7 +24,6 @@
*
* --------------------------------------------------------------------------
*/
-
#include "engine.h"
#include "gx_faust_support.h"
diff -Nurp guitarix2-0.21.0.orig/src/gx_head/gxw_mm_controllers.cpp guitarix2-0.21.0/src/gx_head/gxw_mm_controllers.cpp
--- guitarix2-0.21.0.orig/src/gx_head/gxw_mm_controllers.cpp 2012-01-16 11:33:22.000000000 +0100
+++ guitarix2-0.21.0/src/gx_head/gxw_mm_controllers.cpp 2012-01-17 11:31:32.946999158 +0100
@@ -160,7 +160,7 @@ UiSelector<T>::~UiSelector() {
template <class T>
void UiSelector<T>::on_value_changed() {
- modifyZone(get_value());
+ this->modifyZone(get_value());
}
template <class T>
diff -Nurp guitarix2-0.21.0.orig/src/headers/engine.h guitarix2-0.21.0/src/headers/engine.h
--- guitarix2-0.21.0.orig/src/headers/engine.h 2011-11-22 17:48:43.000000000 +0100
+++ guitarix2-0.21.0/src/headers/engine.h 2012-01-17 10:22:32.953163490 +0100
@@ -35,6 +35,7 @@
#include <glibmm/i18n.h> // NOLINT
#include <glibmm/optioncontext.h> // NOLINT
#include <glibmm/dispatcher.h>
+#include <glibmm/miscutils.h>
#include <giomm/file.h>
/* waf generated defines */
diff -Nurp guitarix2-0.21.0.orig/src/ladspa/ladspa_guitarix.cpp guitarix2-0.21.0/src/ladspa/ladspa_guitarix.cpp
--- guitarix2-0.21.0.orig/src/ladspa/ladspa_guitarix.cpp 2011-11-29 22:55:14.000000000 +0100
+++ guitarix2-0.21.0/src/ladspa/ladspa_guitarix.cpp 2012-01-17 11:58:00.002840732 +0100
@@ -3,6 +3,9 @@
#include <ladspa.h>
#include <iostream>
+#include <glibmm/init.h>
+#include <glibmm/thread.h>
+
#include <jack/jack.h>
#include <jack/thread.h>

View File

@ -68,7 +68,6 @@ also be used by any other ladspa host.
%prep
%setup -q -n %{name}-%{version}
#%patch0 -p1
# The build system does not use these bundled libraries by default. But
# just to make sure:
@ -84,7 +83,7 @@ sed -i -e 's|-O3|%{optflags}|' wscript
%endif
%{optflags}" \
--ladspadir=%{_libdir}/ladspa
./waf -vv build %{?_smp_mflags}
./waf -vv build
%install
rm -rf %{buildroot}

BIN
guitarix2-0.22.3.tar.bz2 Normal file

Binary file not shown.