SHA256
1
0
forked from pool/fluidsynth

Accepting request 135335 from multimedia:libs

Update to ver 1.1.6 (forwarded request 135334 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/135335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fluidsynth?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2012-09-23 06:04:08 +00:00 committed by Git OBS Bridge
commit fee8f450c6
4 changed files with 18 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44b40ee28f0ed1718c924d8a175e30381431edfb9320026480d56daf7351e3f4
size 800195

3
fluidsynth-1.1.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f601
size 823783

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 21 22:50:34 UTC 2012 - zaitor@opensuse.org
- Update to version 1.1.6:
+ Handle MIDI End of track events.
+ Prevent broken rendering after an voice overflow.
+ Enable long arguments where available.
+ Windows: Install fluidsynth.pc (pkg-config spec).
+ Mac OS X Lion: Fix build failure.
+ Linux: Prevent libdbus crash.
-------------------------------------------------------------------
Mon Jun 4 14:25:26 UTC 2012 - toddrme2178@gmail.com

View File

@ -16,16 +16,15 @@
#
Name: fluidsynth
Version: 1.1.5
Release: 1
Version: 1.1.6
Release: 0
# Obsoletes: iiwusynth
# Provides: iiwusynth
License: LGPL-2.1+
Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm)
Url: http://www.fluidsynth.org/
License: LGPL-2.1+
Group: Productivity/Multimedia/Sound/Midi
Url: http://www.fluidsynth.org/
Source: http://downloads.sourceforge.net/project/fluidsynth/fluidsynth-%{version}/%{name}-%{version}.tar.bz2
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
Patch1: fluidsynth-fix-build-lash.diff
@ -47,7 +46,6 @@ can read MIDI events from the MIDI input device and render them to the
audio device. It can also play MIDI files.
%package devel
License: LGPL-2.1+
Summary: Development package for the fluidsynth library
Group: Development/Libraries/C and C++
Requires: glibc-devel
@ -59,7 +57,6 @@ This package contains the files needed to compile programs that use the
fluidsynth library.
%package -n libfluidsynth1
License: LGPL-2.1+
Summary: Library for Fluidsynth
Group: System/Libraries