rpms/fluidsynth-dssi/F-11 fluidsynth-dssi-sf2path.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 fluidsynth-dssi.spec, 1.7, 1.8 sources, 1.2, 1.3

Orcan Ogetbil oget at fedoraproject.org
Sat May 30 04:43:52 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/fluidsynth-dssi/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18203

Modified Files:
	.cvsignore fluidsynth-dssi.spec sources 
Added Files:
	fluidsynth-dssi-sf2path.patch 
Log Message:
* Fri May 29 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.0-1
- Update to 1.0.0


fluidsynth-dssi-sf2path.patch:

--- NEW FILE fluidsynth-dssi-sf2path.patch ---
--- fluidsynth-dssi-1.0.0/src/locate_soundfont.c~	2009-05-30 00:32:03.000000000 -0400
+++ fluidsynth-dssi-1.0.0/src/locate_soundfont.c	2009-05-30 00:32:26.000000000 -0400
@@ -26,7 +26,7 @@
 #include <dirent.h>
 #include <unistd.h>
 
-#define DEFAULT_SF2PATH "/usr/local/share/sf2:/usr/share/sf2"
+#define DEFAULT_SF2PATH "/usr/local/share/sf2:/usr/share/sf2:/usr/share/soundfonts"
 
 char *
 fsd_locate_soundfont_file(const char *origpath, const char *projectDirectory)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fluidsynth-dssi/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	16 Sep 2006 23:23:09 -0000	1.2
+++ .cvsignore	30 May 2009 04:43:21 -0000	1.3
@@ -1 +1 @@
-fluidsynth-dssi-0.9.1.tar.gz
+fluidsynth-dssi-1.0.0.tar.gz


Index: fluidsynth-dssi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fluidsynth-dssi/F-11/fluidsynth-dssi.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- fluidsynth-dssi.spec	24 Feb 2009 17:38:12 -0000	1.7
+++ fluidsynth-dssi.spec	30 May 2009 04:43:22 -0000	1.8
@@ -1,26 +1,31 @@
 Summary:    DSSI implementation of Fluidsynth
 Name:       fluidsynth-dssi
-Version:    0.9.1
-Release:    10%{?dist}
+Version:    1.0.0
+Release:    1%{?dist}
 License:    GPLv2+
 Group:      Applications/Multimedia
 URL:        http://dssi.sourceforge.net/download.html#FluidSynth-DSSI
-Source0:    http://download.sf.net/dssi/fluidsynth-dssi-0.9.1.tar.gz
+Source0:    http://download.sf.net/dssi/fluidsynth-dssi-%{version}.tar.gz
+# Add Fedora's default soundfont path to the scanlist:
+Patch0:     fluidsynth-dssi-sf2path.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   dssi
 
-BuildRequires: dssi-devel fluidsynth-devel gtk2-devel
+BuildRequires: dssi-devel
+BuildRequires: fluidsynth-devel
+BuildRequires: gtk2-devel
 
 %description
 This is an implementation of the FluidSynth soundfont-playing software
-synthesizer as a DSSI plugin. It makes use of DSSI's
-run_multiple_synths() interface to allow sharing of resources between
-multiple plugin instances -- soundfont data is shared between
-instances, and FluidSynth's usual voice allocation methods are applied
-across multiple instances as if each were a FluidSynth channel.
+synthesizer as a DSSI plugin. It makes use of DSSI's run_multiple_synths()
+interface to allow sharing of resources between multiple plugin instances --
+soundfont data is shared between instances, and FluidSynth's usual voice
+allocation methods are applied across multiple instances as if each were a
+FluidSynth channel.
 
 %prep
 %setup -q
+%patch0 -p1 -b .sf2path
 
 %build
 %configure
@@ -40,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/dssi/fluidsynth-dssi*
 
 %changelog
+* Fri May 29 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.0-1
+- Update to 1.0.0
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fluidsynth-dssi/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	16 Sep 2006 23:23:09 -0000	1.2
+++ sources	30 May 2009 04:43:22 -0000	1.3
@@ -1 +1 @@
-06bce40ec6c86545d0587e9364bba116  fluidsynth-dssi-0.9.1.tar.gz
+6c9f660f0df4d2aad5076de75b2a0a67  fluidsynth-dssi-1.0.0.tar.gz




More information about the fedora-extras-commits mailing list