--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2021-f5bfe292cf
2022-01-01 00:49:47.065132
--------------------------------------------------------------------------------
Name : libopenmpt
Product : Fedora EPEL 9
Version : 0.6.0
Release : 1.el9
URL : https://lib.openmpt.org/libopenmpt/
Summary : C/C++ library to decode tracker music module (MOD) files
Description :
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream.
libopenmpt is based on the player code of the OpenMPT project (Open
ModPlug Tracker). In order to avoid code base fragmentation, libopenmpt is
developed in the same source code repository as OpenMPT.
--------------------------------------------------------------------------------
Update Information:
libopenmpt 0.6.0 (2021-12-23) * [New] `MUS` files from Psycho Pinball and
Micro Machines 2 are now supported. * [New] `SymMOD` files created with
Symphonie / Symphonie Pro are now supported. * [New] `FMT` files created with
Davey W Taylor���s FM Tracker are now supported. * [New] `DSYM` files created
with Digital Symphony are now supported. * [New] TakeTracker MODs with `TDZ1`
to `TDZ3` magic bytes are now supported. * [New] openmpt123: openmpt123 will
now expand file wildcards passed on the command line in Windows when built with
MSVC. * [New] libopenmpt_ext: New interface `interactive2` adding
`openmpt::ext::interactive2::note_off()`,
`openmpt::ext::interactive2::note_fade()`,
`openmpt::ext::interactive2::set_channel_panning()`,
`openmpt::ext::interactive2::get_channel_panning()`,
`openmpt::ext::interactive2::set_note_finetune()`, and
`openmpt::ext::interactive2::get_note_finetune()` (C++) and
`openmpt_module_ext_interface_interactive2.note_off()`,
`openmpt_module_ext_interface_interactive2.note_fade()`,
`openmpt_module_ext_interface_interactive2.set_channel_panning()`,
`openmpt_module_ext_interface_interactive2.get_channel_panning()`,
`openmpt_module_ext_interface_interactive2.set_note_finetune()`, and
`openmpt_module_ext_interface_interactive2.get_note_finetune()` (C). * [New]
`Makefile` `CONFIG=emscripten` now supports
`EMSCRIPTEN_TARGET=audioworkletprocessor` which builds an ES6 module in a single
file with reduced dependencies suitable to be used in an AudioWorkletProcessor.
* [New] `Makefile` `CONFIG=emscripten` now supports `EMSCRIPTEN_PORTS=1` which
uses dependencies (zlib, mp123, ogg, and vorbis) from Emscripten Ports instead
of using miniz, minimp3, and stb_vorbis locally or building zlib, mp123, ogg,
and vorbis locally. * [New] `Makefile` `CONFIG=emscripten` and `CONFIG=djgpp`
can now build zlib, mpg123, and vorbis locally instead of only supporting miniz,
minimp3, and stb_vorbis via ALLOW_LGPL=1. * [Change] `Makefile`
`CONFIG=emscripten` now supports `EMSCRIPTEN_TARGET=all` which provides
WebAssembly as well as fallback to JavaScript in a single build. * [Change]
openmpt123: DOS builds now use the Mercury fork of `liballegro 4.2` for improved
hardware compatibility. * [Change] libopenmpt no longer generates internal
interpolation tables on library load time, but instead only on first module load
time. * [Regression] `Makefile` `CONFIG=emscripten` does not support
`EMSCRIPTEN_TARGET=asmjs` or `EMSCRIPTEN_TARGET=asmjs128m` any more because
support has been removed from current Emscripten versions. * [Regression]
Support for GCC 7 has been removed. * [Regression] Support for Clang 5, 6 has
been removed. * [Regression] Support for Emscripten versions older than 1.39.7
has been removed. * [Regression] Building with Android NDK older than NDK r19c
is not supported any more. * libopenmpt can now detect infinite pattern loops
and treats them as the song end. This means that setting a repeat count other
than -1 now always guarantees that playback will eventually end. The song loop
counter is decremented each time it ends up at the start of the infinite loop,
so the song does not restart from the beginning even if the repeat count is not
0. * `openmpt::module::set_position_seconds()` accuracy has been improved for
modules with pattern loops. * IT: Portamentos in files with Linear Slides
disabled are now more accurate. * IT: Pitch/Pan Separation was affected by
note-off commands, and wasn���t reset by panning commands like in Impulse Tracker.
* IT: Even after libopenmpt 0.5.14 the filter reset logic was still not 100%
identical to Impulse Tracker: A note triggered on tick 0 of a row with a Pattern
Delay effect still caused the filter to be reset on repetitions of that row even
though the note wasn���t retriggered. * IT: Added read-only support for
BeRoTracker commands 1 and 2 (equivalent to XM commands K and L). * XM:
BeRoTracker saves smooth MIDI macros in a different way from OpenMPT. This
command is now imported correctly. * XM: Emulate FT2 Tone Portamento quirk
that inverts portamento direction after the target was reached (if target note
was higher than previous note). * S3M files saved with Impulse Tracker and
latest Schism Tracker now also compute sample playback speed in Hertz. *
Depending on whether an S3M file was last saved in Scream Tracker with the Sound
Blaster or Gravis Ultrasound drivers loaded, different compatibility flags are
now applied. For files saved with the GUS, the sample volume factor is now also
ignored (fixes volume levels in S3Ms made on the GUS, in particular if they use
both samples and OPL instruments). * S3M: Enforce the lower frequency bound.
* MOD: Loosened VBlank timing heuristics so that the original copy of Guitar
Slinger from Dizzy Tunes II plays correctly. * FAR: Correct portamento depth
is now used. * DMF / IMF: Improved accuracy of finetune commands. * MDL:
Implemented finetune command. * OKT: Various accuracy improvements such as:
Sharing volume between mixed channels, volume commands on mixed channels are
permanent (not reset with new notes), mixed channels do not support default
sample volume, 7-bit samples are actually supposed to be played as-is (not
amplified to full 8-bit range), reject speed command parameters >= 20.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 23 2021 Michael Schwendt <mschwendt(a)fedoraproject.org> - 0.6.0-1
- upgrade to 0.6.0 (new stable release branch)
* Thu Dec 23 2021 Michael Schwendt <mschwendt(a)fedoraproject.org> - 0.5.15-1
- update to 0.5.15 (security release)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2035378 - libopenmpt-0.6.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2035378
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update libopenmpt' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2021-9a606c1bad
2022-01-01 00:49:47.065121
--------------------------------------------------------------------------------
Name : pulseaudio-qt
Product : Fedora EPEL 9
Version : 1.2
Release : 6.el9
URL : https://cgit.kde.org/pulseaudio-qt.git
Summary : Qt bindings for PulseAudio
Description :
Pulseaudio-Qt is a library providing Qt bindings to PulseAudio.
--------------------------------------------------------------------------------
Update Information:
EPEL9 KDE Plasma rebuil - 2021-12-23
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Aug 10 2020 Rex Dieter <rdieter(a)fedoraproject.org> - 1.2-4
- use new %cmake macros
* Sat Aug 1 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Mar 30 2020 Rex Dieter <rdieter(a)fedoraproject.org> - 1.2-1
- first try
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update pulseaudio-qt' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2021-9a606c1bad
2022-01-01 00:49:47.065121
--------------------------------------------------------------------------------
Name : sj-fonts
Product : Fedora EPEL 9
Version : 2.0.2
Release : 24.el9
URL : http://sjfonts.sourceforge.net
Summary : Two fonts by Steve Jordi released under the GPL
Description :
Two fonts by Steve Jordi released under the GPL
--------------------------------------------------------------------------------
Update Information:
EPEL9 KDE Plasma rebuil - 2021-12-23
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.2-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.2-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.2-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.2-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.0.2-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update sj-fonts' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2021-9a606c1bad
2022-01-01 00:49:47.065121
--------------------------------------------------------------------------------
Name : plasma-pass
Product : Fedora EPEL 9
Version : 1.2.0
Release : 3.el9
URL : https://invent.kde.org/plasma/plasma-pass.git
Summary : Plasma applet to access passwords from the Pass password manager
Description :
Plasma Pass is a Plasma systray applet to easily access passwords from the Pass
password manager.
--------------------------------------------------------------------------------
Update Information:
EPEL9 KDE Plasma rebuil - 2021-12-23
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jun 7 2021 Onuralp SEZER <thunderbirdtr(a)fedoraproject.org> - 1.2.0-2
- check section added.
- min kf5 ver changed to 5.82
- cpp BRs added.
- missing qt and kf5 BRs added.
* Mon Feb 15 2021 Daniel Vr��til <dvratil(a)fedoraproject.org> - 1.2.0-1
- Plasma Pass 1.2.0
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Jan 13 2020 Daniel Vr��til <dvratil(a)fedoraproject.org> - 1.1.0-1
- Plasma Pass 1.1.0
* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update plasma-pass' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2021-9ac0b44feb
2022-01-01 00:49:47.065110
--------------------------------------------------------------------------------
Name : svt-av1
Product : Fedora EPEL 9
Version : 0.8.7
Release : 2.el9
URL : https://gitlab.com/AOMediaCodec/SVT-AV1
Summary : Scalable Video Technology for AV1 Encoder
Description :
The Scalable Video Technology for AV1 Encoder (SVT-AV1 Encoder) is an
AV1-compliant encoder library core. The SVT-AV1 development is a
work-in-progress targeting performance levels applicable to both VOD and Live
encoding / transcoding video applications.
--------------------------------------------------------------------------------
Update Information:
Move development docs to devel-docs package Close: rhbz#1990449
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 9 2021 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> 0.8.7-2
- Move development docs to devel-docs package Close: rhbz#1990449
* Sun Jul 25 2021 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> 0.8.7-1
- Update to 0.8.7 Close: rhbz#1983484
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Feb 17 2021 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.8.6-4
- Use upstream patch to fix rhbz#1927739
* Wed Feb 17 2021 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.8.6-3
- Add noexecstack
- Fix: rhbz#1927739
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Dec 5 2020 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.8.6-1
- Update to 0.8.6
- Close: rhbz#1902481
* Tue Nov 10 2020 Andreas Schneider <asn(a)redhat.com> - 0.8.5-2
- Add patch to fix building on modern Linux system
* Tue Nov 10 2020 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.8.5-1
- Update to 0.8.5
- Close: rhbz#1876641
* Sat Aug 1 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.4-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jun 30 2020 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.8.4-1
- Update to 0.8.4 (#1851799)
* Fri Jun 19 2020 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.8.3-1
- Update to 0.8.3
* Sun Feb 2 2020 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.8.1-1
- Update to 0.8.1
* Fri Jan 31 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sun Dec 22 2019 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.8.0-1
- Release 0.8.0 (#1785814)
* Thu Dec 5 2019 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.7.5-1
- Release 0.7.5 (#1776119)
* Thu Oct 10 2019 Robert-Andr�� Mauchin <zebob.m(a)gmail.com> - 0.7.0-1
- Release 0.7.0
* Wed Sep 18 2019 Vasiliy Glazov <vascom2(a)gmail.com> - 0.6.0-3
- Added gstreamer plugin
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update svt-av1' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------