rpms/fluidsynth-dssi/devel fluidsynth-dssi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Anthony Green (green) fedora-extras-commits at redhat.com
Sat Sep 16 23:23:10 UTC 2006


Author: green

Update of /cvs/extras/rpms/fluidsynth-dssi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3164/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fluidsynth-dssi.spec 
Log Message:
auto-import fluidsynth-dssi-0.9.1-5 on branch devel from fluidsynth-dssi-0.9.1-5.src.rpm


--- NEW FILE fluidsynth-dssi.spec ---
Summary:    DSSI implementation of Fluidsynth
Name:       fluidsynth-dssi
Version:    0.9.1
Release:    5%{?dist}
License:    GPL
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
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   dssi

BuildRequires: dssi-devel fluidsynth-devel 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.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR="$RPM_BUILD_ROOT"
rm $RPM_BUILD_ROOT%{_libdir}/dssi/fluidsynth-dssi.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ChangeLog README TODO COPYING
%{_libdir}/dssi/fluidsynth-dssi*

%changelog
* Sat Sep 16 2006 Anthony Green <green at redhat.com> 0.9.1-5
- Cleaned up BuildRequires.

* Sat Sep 16 2006 Anthony Green <green at redhat.com> 0.9.1-4
- Don't create fluidsynth-dssi symlink.
- Don't install .desktop file.
- Don't use %%makeinstall.
- Install COPYING.
- Fix License.
- Clean up Requires.
- Don't install libtool .la file.

* Mon Sep  4 2006 Anthony Green <green at redhat.com> 0.9.1-3
- Tweak fluidsynth-dssi symlink creation.
- Add parallel build flags to make.
- Fix BuildRequires.

* Sat May 13 2006 Anthony Green <green at redhat.com> 0.9.1-2
- Build for Fedora Extras.

* Fri May  6 2006 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.9.1-1
- first build of fluidsynth-dssi as a separate package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fluidsynth-dssi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Sep 2006 23:22:32 -0000	1.1
+++ .cvsignore	16 Sep 2006 23:23:09 -0000	1.2
@@ -0,0 +1 @@
+fluidsynth-dssi-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fluidsynth-dssi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Sep 2006 23:22:32 -0000	1.1
+++ sources	16 Sep 2006 23:23:09 -0000	1.2
@@ -0,0 +1 @@
+06bce40ec6c86545d0587e9364bba116  fluidsynth-dssi-0.9.1.tar.gz




More information about the fedora-extras-commits mailing list