Skip to content

Commit

Permalink
Update ocp to version 0.2.107 / rev 5 via SR 1147706
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1147706
by user pluskalm + anag+factory
  • Loading branch information
pluskalm authored and bmwiedemann committed Feb 20, 2024
1 parent 1324a90 commit 299b502
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 4 deletions.
Binary file modified packages/o/ocp/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/o/ocp/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@
<comment></comment>
<requestid>1102642</requestid>
</revision>
<revision rev="5" vrev="1">
<srcmd5>e50762b329be15617c39b32a50ae119c</srcmd5>
<version>0.2.107</version>
<time>1708460099</time>
<user>anag+factory</user>
<comment></comment>
<requestid>1147706</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/o/ocp/ocp-0.2.106.tar.bz2

This file was deleted.

1 change: 1 addition & 0 deletions packages/o/ocp/ocp-0.2.107.tar.bz2
36 changes: 36 additions & 0 deletions packages/o/ocp/ocp.changes
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]>

Expand Down
7 changes: 4 additions & 3 deletions packages/o/ocp/ocp.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package ocp
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,13 +17,14 @@


Name: ocp
Version: 0.2.106
Version: 0.2.107
Release: 0
Summary: Open Cubic Player for MOD/S3M/XM/IT/MIDI music files
# Code is GPL-2.0-or-later, Graphics and animations are CC-BY-3.0
License: CC-BY-3.0 AND GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Players
URL: https://stian.cubic.org/coding-ocp.php
#Git-Clone: https://github.com/mywave82/opencubicplayer.git
Source0: https://stian.cubic.org/ocp/%{name}-%{version}.tar.bz2
Source1: ftp://ftp.cubic.org/pub/player/gfx/opencp25image1.zip
Source2: ftp://ftp.cubic.org/pub/player/gfx/opencp25ani1.zip
Expand Down Expand Up @@ -77,7 +78,7 @@ visualizations.

%prep
%setup -q
%patch1 -p1
%autopatch -p1
unzip %{SOURCE1}
mv license.txt license-images.txt
unzip %{SOURCE2}
Expand Down

0 comments on commit 299b502

Please sign in to comment.