Skip to content

Commit

Permalink
Prepare v0.2.107
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Feb 19, 2024
1 parent 11b439b commit 68d641b
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 40 deletions.
27 changes: 27 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Version 0.2.107
===============
Highlights are increased speed in the filebrowser, and update of libsidplayfp and adplug.

* 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.
* mingw:
* Latest version of packages OCP depends on.
* Enable optimization (needed for static inline functions to work as expected).
* Location of ocp.ini did not match the actual install.
* 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.

Version 0.2.106
===============
Highlights are support for libgme, newer version of libancient, unifont files can now be bundled using --with-unifont-relative and beta support for Windows.
Expand Down
24 changes: 12 additions & 12 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for ocp 0.2.106.
# Generated by GNU Autoconf 2.71 for ocp 0.2.107.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -611,8 +611,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='ocp'
PACKAGE_TARNAME='ocp'
PACKAGE_VERSION='0.2.106'
PACKAGE_STRING='ocp 0.2.106'
PACKAGE_VERSION='0.2.107'
PACKAGE_STRING='ocp 0.2.107'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

Expand Down Expand Up @@ -1495,7 +1495,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures ocp 0.2.106 to adapt to many kinds of systems.
\`configure' configures ocp 0.2.107 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1561,7 +1561,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of ocp 0.2.106:";;
short | recursive ) echo "Configuration of ocp 0.2.107:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1796,7 +1796,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
ocp configure 0.2.106
ocp configure 0.2.107
generated by GNU Autoconf 2.71

Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2682,7 +2682,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ocp $as_me 0.2.106, which was
It was created by ocp $as_me 0.2.107, which was
generated by GNU Autoconf 2.71. Invocation command line was

$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -3655,20 +3655,20 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu


cat >>confdefs.h <<_ACEOF
#define DLLVERSION `printf 0x%04x%02x%02x 0 2 106`
#define DLLVERSION `printf 0x%04x%02x%02x 0 2 107`
_ACEOF

MAJOR_VERSION=0

MINOR_VERSION=2

PATCH_VERSION=106
PATCH_VERSION=107

printf "%s\n" "#define OCP_MAJOR_VERSION 0" >>confdefs.h

printf "%s\n" "#define OCP_MINOR_VERSION 2" >>confdefs.h

printf "%s\n" "#define OCP_PATCH_VERSION 106" >>confdefs.h
printf "%s\n" "#define OCP_PATCH_VERSION 107" >>confdefs.h



Expand Down Expand Up @@ -18448,7 +18448,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by ocp $as_me 0.2.106, which was
This file was extended by ocp $as_me 0.2.107, which was
generated by GNU Autoconf 2.71. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -18512,7 +18512,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
ocp config.status 0.2.106
ocp config.status 0.2.107
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
m4_define([MAJOR_VERSION], [0])
m4_define([MINOR_VERSION], [2])
m4_define([PATCH_VERSION], [106])
m4_define([PATCH_VERSION], [107])
AC_INIT([ocp],[MAJOR_VERSION.MINOR_VERSION.PATCH_VERSION],[[email protected]])
AC_DEFINE_UNQUOTED(DLLVERSION, `printf 0x%04x%02x%02x MAJOR_VERSION MINOR_VERSION PATCH_VERSION`)
AC_SUBST([MAJOR_VERSION], [MAJOR_VERSION])
Expand Down
51 changes: 24 additions & 27 deletions ocp.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rpm spec file for RedHat / Fedora linux

%define name ocp
%define version 0.2.106
%define version 0.2.107

Name: %{name}
Version: %{version}
Expand Down Expand Up @@ -33,33 +33,30 @@ frontend, with some few optional features in graphical. Plays modules, sids,
wave and mp3

%changelog
Changes from version 0.2.105 to 0.2.106:
Changes from version 0.2.106 to 0.2.107:

* [IT] Increase the number of max-samples to match openMPT (it can export files with more samples that original tracker and Schism supports)
* [devpdisk] Reported time during playback was random
* [adplug] Add support for SudoMakers RetroWave OPL3 Express, please configure it in setup:/adplugconfig.dev
* [adplug] Make channel tracker aware of AM/FM modes so it more correctly can display visualization
* [adplug] Left/Right OPL3 logic was incorrect in the register-tracker
* [mingw] Initial support (BETA) for mingw, enables Windows support
* [libancient] Add more fingerprints for compression formats that v2.1.0 can decompress
* [Linux CDROM] Fix deadlock
* [configure] cleanup --bindir --libdir and --datadir, and new syntax to override post ocp suffixes: ./configure LIBDIROCP=/usr/lib/ocp DATADIROCP=/usr/data/ocp
* [configure] removed --with-dir-suffix
* [CDROM *.CUE] REM didn't work as expected
* [CDROM *.CUE] files didn't work if containing INDEX 00 (pregap)
* [CDROM *.CUE] BINARY keyword should be little endian, but there are tools that produce big-endian files without marking them correctly. So we need to detect the endian used.
* [CDROM *.CUE] files didn't include pregaps in the track table
* [CDROM *.TOC] files didn't split the logic for pregap and offset into the raw file
* [musicbrainz] Increase the buffersize, some data retrivals failed
* [global MIME database] Add adplug fileformats
* [global MIME database] Add Game Music Emulator fileformats
* [SDL2] if entering fullscreen while in graphical effect mode, it could not be exited without visiting a textmode resolution.
* [SDL2] Use SDL_OpenAudioDevice(), else the expected audio format between SDL2 and OCP might not be what we expect causing random noise to be played.
* [X11] non-Shm usage could fail to successfully create butter on window resize
* [X11] If background picture is loaded in GUI modes, it was not repainted on window-resize
* [unifont] Allow for unifont ttf/otf files to be placed in the datadir by using ./configure --with-unifont-relative (you still need to copy the files in)
* [*.VGZ] Silently convert them to *.VGM
* [GME] Add support for Game Music Emulator library (libgme) for playback of various retro console systems
* 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.
* mingw:
* Latest version of packages OCP depends on.
* Enable optimization (needed for static inline functions to work as expected).
* Location of ocp.ini did not match the actual install.
* 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.

%prep
%setup -q -n %{name}-%{version}
Expand Down

0 comments on commit 68d641b

Please sign in to comment.