[csound] Reflect fltk include paths having changed.

corsepiu corsepiu at fedoraproject.org
Wed Jun 1 07:26:22 UTC 2011


commit 7eec276adbea29768f5e49ddc72b52f645f614d1
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Jun 1 09:26:10 2011 +0200

    Reflect fltk include paths having changed.

 csound-5.13.0-fltk.patch |   14 ++++++++++++++
 csound.spec              |    7 ++++++-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/csound-5.13.0-fltk.patch b/csound-5.13.0-fltk.patch
new file mode 100644
index 0000000..7526613
--- /dev/null
+++ b/csound-5.13.0-fltk.patch
@@ -0,0 +1,14 @@
+diff -Naur Csound5.13.0.orig/InOut/virtual_keyboard/SliderBank.hpp Csound5.13.0/InOut/virtual_keyboard/SliderBank.hpp
+--- Csound5.13.0.orig/InOut/virtual_keyboard/SliderBank.hpp	2006-11-21 06:45:53.000000000 +0100
++++ Csound5.13.0/InOut/virtual_keyboard/SliderBank.hpp	2011-06-01 08:51:24.473373941 +0200
+@@ -26,8 +26,8 @@
+ 
+ #include <FL/Fl.H>
+ #include <FL/Fl_Group.H>
+-#include <Fl/Fl_Value_Slider.H>
+-#include <Fl/Fl_Spinner.H>
++#include <FL/Fl_Value_Slider.H>
++#include <FL/Fl_Spinner.H>
+ #include "csdl.h"
+ #include "SliderData.hpp"
+ 
diff --git a/csound.spec b/csound.spec
index 1b1ffb4..37761e9 100644
--- a/csound.spec
+++ b/csound.spec
@@ -15,7 +15,7 @@
 Summary:       A sound synthesis language and library
 Name:          csound
 Version:       5.13.0
-Release:       3%{?dist}
+Release:       4%{?dist}
 URL:           http://csound.sourceforge.net/
 License:       LGPLv2+
 Group:         Applications/Multimedia
@@ -51,6 +51,7 @@ Patch8: csound-5.10.1-enable-oggplay.patch
 Patch9: csound-5.13.0-default-pulse.patch
 Patch10: csound-5.13.0-compile-flag.patch
 Patch11: csound-5.13.0-fixpythonint.patch
+Patch12: csound-5.13.0-fltk.patch
 
 %description
 Csound is a sound and music synthesis system, providing facilities for
@@ -202,6 +203,7 @@ Canonical Reference Manual for Csound.
 %patch9 -p1 -b .default-pulse
 %patch10 -p1 -b .compile-flag
 %patch11 -p1 -b .fixpythonint
+%patch12 -p1 -b .fltk
 
 tar xf %{SOURCE1}
 (cd manual; unzip -q %{SOURCE2})
@@ -446,6 +448,9 @@ fi
 %doc manual/examples/*
 
 %changelog
+* Wed Jun 01 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 5.13.0-4
+- Reflect fltk include paths having changed.
+
 * Fri May 27 2011 Peter Robinson <pbrobinson at gmail.com> - 5.13.0-3
 - Bump build for new fltk
 


More information about the scm-commits mailing list