-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ocp to version 0.2.107 / rev 5 via SR 1147706
https://build.opensuse.org/request/show/1147706 by user pluskalm + anag+factory
- Loading branch information
1 parent
1324a90
commit 299b502
Showing
6 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/ipfs/bafybeifbopcourkymx42uxz3y6bgrssvhebn43wfh767al7ykklyaf7bly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,39 @@ | ||
------------------------------------------------------------------- | ||
Mon Feb 19 18:42:41 UTC 2024 - Martin Hauke <[email protected]> | ||
|
||
- Update to version 0.2.107 | ||
libsidplayfp: | ||
* Make it possible to tune parameters in real-time. | ||
* Update libsidplayfp to the latest master. | ||
* Plugin had an extra dirdbUnref() that should not be there. | ||
adplug: | ||
* Update adplug to latest master. | ||
* Scrolling the channel viewer could crash the player due to read | ||
of out-of-bound memory. | ||
* The wrapper OPL class OCP uses had some minor problems: | ||
+ In OPL3 mode, if a channel was in 4-OP mode, the second half | ||
would always muted. | ||
+ In OPL3 mode, if a channel was in 4-OP mode, you could mute | ||
the second half of the channel (in addition to the problem | ||
mentioned above). | ||
+ When a channel is going in/out of 4-OP mode, mute was not | ||
consistent. | ||
* Refactor and use file-caching. | ||
* Add compression hint to the fie API, solid files should be | ||
scanned directly. | ||
* Differentiate unread (files not scanned) and files were the | ||
file content turned out to be unknown. Speeds up the file | ||
browser, especially if there are archives present. | ||
* ISO/TOC - Audio CDs could be unable to play after being | ||
looked up in the online discid-database. | ||
* Update libancient filter to match upto libancient master | ||
(needs matching support from host operating system for them to | ||
work). | ||
* Add support for *.RPG archive file from "Official Hamster | ||
Republic Role Playing Game Construction Engine", and *.BAM that | ||
in game data files as stored as *.1 *.2 *.3 etc. | ||
* Potential hang-bug in UDF (CDROM DVD image files) parser. | ||
|
||
------------------------------------------------------------------- | ||
Sat Aug 5 20:17:31 UTC 2023 - Martin Hauke <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters