Accepting request 1041247 from home:dirkmueller:Factory

- update to 6.18.1:
  * This is a patchfix release mainly dealing with issues arisen in Linux
    package management. This contains the same code as 6.18.0, except for:
  * A long-standing big-endian test failure with score strings has been
    fixed.
  * The symbol spillage caused by a build misconfiguration has been
    resolved.
  * Plugin ABI compatibility with earlier versions (affecting the FLTK
    plugin) has been restored
  * Some left-over tracing in the mod function has been removed.
- update to 6.18.0:
  * Mainly a bug-fixing release.  Major new facility is MP3 (MPEG) audio
  * files are supported both for input and output in platforms where this is
  * supported by libsndfile.
  * fix midi list printing to stdout part of the list.
  * Fixed bug where fixed-point phase computation (in oscil family) was
  * incorrect resulting in slight freq deviations in very low freq cases.
  * Fixed bug where freeing instr 0 caused memory issues in new
  * compilations. Instr 0 is not freed until reset now.
  * Fixed a bug where opcode directory search was crashing Csound if HOME
  * variable not set.
  * Fixed pol2rect array size setting.
  * OSCsend, OSCsend_lo and OSClisten can now work with OSC messages
  * carrying no payload (as per spec and manual).
  * bug in sum fixed
  * elapsedcycles, elapsedtime, eventcycles, and eventtime introducd as
  * fixed versions of timek, times, timeinstk and timeinsts but return
  * the correct values instead of being one cycle late.  This prserves
  * backward compatability
  * Csound now supports MP3 files for input and output through libsndfile

OBS-URL: https://build.opensuse.org/request/show/1041247
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/csound?expand=0&rev=52
This commit is contained in:
Marcus Meissner 2022-12-14 10:03:50 +00:00 committed by Git OBS Bridge
parent 02725276a4
commit 98ef46893e
4 changed files with 38 additions and 4 deletions

View File

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

3
csound-6.18.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Dec 7 21:39:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 6.18.1:
* This is a patchfix release mainly dealing with issues arisen in Linux
package management. This contains the same code as 6.18.0, except for:
* A long-standing big-endian test failure with score strings has been
fixed.
* The symbol spillage caused by a build misconfiguration has been
resolved.
* Plugin ABI compatibility with earlier versions (affecting the FLTK
plugin) has been restored
* Some left-over tracing in the mod function has been removed.
- update to 6.18.0:
* Mainly a bug-fixing release. Major new facility is MP3 (MPEG) audio
* files are supported both for input and output in platforms where this is
* supported by libsndfile.
* fix midi list printing to stdout part of the list.
* Fixed bug where fixed-point phase computation (in oscil family) was
* incorrect resulting in slight freq deviations in very low freq cases.
* Fixed bug where freeing instr 0 caused memory issues in new
* compilations. Instr 0 is not freed until reset now.
* Fixed a bug where opcode directory search was crashing Csound if HOME
* variable not set.
* Fixed pol2rect array size setting.
* OSCsend, OSCsend_lo and OSClisten can now work with OSC messages
* carrying no payload (as per spec and manual).
* bug in sum fixed
* elapsedcycles, elapsedtime, eventcycles, and eventtime introducd as
* fixed versions of timek, times, timeinstk and timeinsts but return
* the correct values instead of being one cycle late. This prserves
* backward compatability
* Csound now supports MP3 files for input and output through libsndfile
-------------------------------------------------------------------
Fri Aug 12 08:35:32 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>

View File

@ -30,7 +30,7 @@
%define min 0
Name: csound
Version: 6.17.0
Version: 6.18.1
Release: 0
Summary: Computer Sound Synthesis and Composition Program
License: GPL-2.0-or-later AND LGPL-2.1-or-later