Overview

Request 531207 accepted

- Drop no longer used tar scm service, upstream releases tarballs
now.
- Update to version 0.12.1:
+ Core:
- Fix a memory leak in the destructor.
- Support partially setting memory regions.
+ CoreView: Reset inputs when losing focus.
- Update to version 0.12.0:
+ CoreViewInputDevice: Don't log errors when 'view' is NULL.
+ GameInfo: Remove some free to avoid uselessly trying to free an
already freed RetroGameInfo.
- Update to version 0.11.92:
+ Core:
- Remove the barely used system-info property.
- Use Gdk.EventKey for keyboard inputs.
- Make the init singal an error-throwing method.
- Implement disk handling directly.
+ CoreView can be exposed as a joypad, a mouse or a pointer.
+ retro-demo: add pointer support from CoreView.
+ Make all error domains internal.
+ Make internal and port to C:
- GameInfo.
- Module.
- SystemAvInfo.
- SystemInfo.
- most of Core.
- keyboard keys.
+ Remove unused symbols:
- DiskControl.
- GamepadConfiguration.
- GamepadButtonType.
- Keyboard.
- KeyboardState.
- MemDesc.
- MemoryDescriptor.
- MemoryMap.
- Mouse.
- VirtualGamepad.
- get_system_info ().
- SNES specific memory types from MemoryType.
- Update to version 0.11.4.1:
+ A demo application has been added, it allows to directly test
the without the need of an external tool.
+ Loading games:
- Add the set_medias(), load_medias() and set_current_media()
methods to Core and load the given medias (if any) in
Core.init().
- Remove load_game() and prepare() Core methods from the
public API as they are now used indirectly.
- This should simplify loading games for the users of the
library.
+ Logging:
- Add the Core.log() signal which will emit a GLib compatible
logging message with the Libretro core's name as the log
domain.
- Add retro_g_log() to simply handle Core.log() by outputing
the logs in the expected unstructured GLib fashion.
- Remove LogLevel, Log and FileStreamLog as they are now
useless.
+ Add CoreView as a prototype of a single widget to handle most
inputs and outputs of a core and use it in the demo.
+ Add CoreDescriptor.get_uri().
+ Make CairoDisplay.set_core() and Make PaPlayer.set_core()
accept null.
+ Fix the transmission of keyboard events to the Libretro core.
+ Rotation and many methods of Core are ported to C.
- Rename subpackage typelib-1_0-Retro-0_10 to
typelib-1_0-Retro-0_12 following upstream changes.
- Update to version 0.10.0:
+ Save the expected ratio as DPI of the video frames.
+ Bugs fixed: bgo#769833, bgo#779924, bgo#779987.
- Update to version 0.9.92:
+ Allow recursive iteration through Libretro cores of a
directory.
- Drop _service: upstream publishes proper tarballs now.
- Drop libtool BuildRequires and no longer call autogen.sh: no
longer needed since we use a botstrapped tarball.
- Update to version 0.9.91:
+ Deduplicate some documentation.
+ Add missing MouseId values.
+ Remove deprecated input device types.
+ Allow core descriptors to check the firmwares.
+ Add an helper method to core descriptors tocheck the supported
MIME types.
+ Add a module iterator, allowing sync and async module browsing.
+ Remove the now useless foreach function to browse the modules.
+ Add methods to Core to handle standalone cores more easily.
+ Fix an integer division when computing the aspect ratio.
+ Add a script to update libretro.h.
- Remove retro-gtk-fix-build-deps.patch as it already is in the new
sources.
- Update to version 0.9.90:
+ Merge the retro-gobject module into retro-gtk.
+ Merge the RetroGtk namespace into Retro.
+ Remove many unused types and functions.
+ Refactor many types and functions.
+ Make the API overall simpler.
+ Search modules from their Libretro Core Descriptor.
+ Search Libretro modules in paths from the LIBRETRO_PLUGIN_PATH
env variable.
+ Drop the ancient module query mechanisms.
+ Drop the ancient Libretro core path env variable.
+ Allow to set a smooth or sharp rendering to CairoDisplay.
- Drop libretro-gobject0 and typelib-1_0-Retro-0_0 subpackage:
functionality has been merged into the Gtk parts.
- Rename typelib-1_0-RetroGtk-0_8 subpackage to
typelib-1_0-RetroGtk-0_10, following upstream.
- Add retro-gtk-fix-build-deps.patch which ensures the internal
header is compiled before the files using it.
- Improve the description and summary.
- Initial package, version 0.8.1. (forwarded request 531206 from Zaitor)

Loading...
Request History
Dominique Leuenberger's avatar

dimstar created request

- Drop no longer used tar scm service, upstream releases tarballs
now.
- Update to version 0.12.1:
+ Core:
- Fix a memory leak in the destructor.
- Support partially setting memory regions.
+ CoreView: Reset inputs when losing focus.
- Update to version 0.12.0:
+ CoreViewInputDevice: Don't log errors when 'view' is NULL.
+ GameInfo: Remove some free to avoid uselessly trying to free an
already freed RetroGameInfo.
- Update to version 0.11.92:
+ Core:
- Remove the barely used system-info property.
- Use Gdk.EventKey for keyboard inputs.
- Make the init singal an error-throwing method.
- Implement disk handling directly.
+ CoreView can be exposed as a joypad, a mouse or a pointer.
+ retro-demo: add pointer support from CoreView.
+ Make all error domains internal.
+ Make internal and port to C:
- GameInfo.
- Module.
- SystemAvInfo.
- SystemInfo.
- most of Core.
- keyboard keys.
+ Remove unused symbols:
- DiskControl.
- GamepadConfiguration.
- GamepadButtonType.
- Keyboard.
- KeyboardState.
- MemDesc.
- MemoryDescriptor.
- MemoryMap.
- Mouse.
- VirtualGamepad.
- get_system_info ().
- SNES specific memory types from MemoryType.
- Update to version 0.11.4.1:
+ A demo application has been added, it allows to directly test
the without the need of an external tool.
+ Loading games:
- Add the set_medias(), load_medias() and set_current_media()
methods to Core and load the given medias (if any) in
Core.init().
- Remove load_game() and prepare() Core methods from the
public API as they are now used indirectly.
- This should simplify loading games for the users of the
library.
+ Logging:
- Add the Core.log() signal which will emit a GLib compatible
logging message with the Libretro core's name as the log
domain.
- Add retro_g_log() to simply handle Core.log() by outputing
the logs in the expected unstructured GLib fashion.
- Remove LogLevel, Log and FileStreamLog as they are now
useless.
+ Add CoreView as a prototype of a single widget to handle most
inputs and outputs of a core and use it in the demo.
+ Add CoreDescriptor.get_uri().
+ Make CairoDisplay.set_core() and Make PaPlayer.set_core()
accept null.
+ Fix the transmission of keyboard events to the Libretro core.
+ Rotation and many methods of Core are ported to C.
- Rename subpackage typelib-1_0-Retro-0_10 to
typelib-1_0-Retro-0_12 following upstream changes.
- Update to version 0.10.0:
+ Save the expected ratio as DPI of the video frames.
+ Bugs fixed: bgo#769833, bgo#779924, bgo#779987.
- Update to version 0.9.92:
+ Allow recursive iteration through Libretro cores of a
directory.
- Drop _service: upstream publishes proper tarballs now.
- Drop libtool BuildRequires and no longer call autogen.sh: no
longer needed since we use a botstrapped tarball.
- Update to version 0.9.91:
+ Deduplicate some documentation.
+ Add missing MouseId values.
+ Remove deprecated input device types.
+ Allow core descriptors to check the firmwares.
+ Add an helper method to core descriptors tocheck the supported
MIME types.
+ Add a module iterator, allowing sync and async module browsing.
+ Remove the now useless foreach function to browse the modules.
+ Add methods to Core to handle standalone cores more easily.
+ Fix an integer division when computing the aspect ratio.
+ Add a script to update libretro.h.
- Remove retro-gtk-fix-build-deps.patch as it already is in the new
sources.
- Update to version 0.9.90:
+ Merge the retro-gobject module into retro-gtk.
+ Merge the RetroGtk namespace into Retro.
+ Remove many unused types and functions.
+ Refactor many types and functions.
+ Make the API overall simpler.
+ Search modules from their Libretro Core Descriptor.
+ Search Libretro modules in paths from the LIBRETRO_PLUGIN_PATH
env variable.
+ Drop the ancient module query mechanisms.
+ Drop the ancient Libretro core path env variable.
+ Allow to set a smooth or sharp rendering to CairoDisplay.
- Drop libretro-gobject0 and typelib-1_0-Retro-0_0 subpackage:
functionality has been merged into the Gtk parts.
- Rename typelib-1_0-RetroGtk-0_8 subpackage to
typelib-1_0-RetroGtk-0_10, following upstream.
- Add retro-gtk-fix-build-deps.patch which ensures the internal
header is compiled before the files using it.
- Improve the description and summary.
- Initial package, version 0.8.1. (forwarded request 531206 from Zaitor)


Dominique Leuenberger's avatar

dimstar_suse set openSUSE:Factory:Staging:M as a staging project

Being evaluated by staging project "openSUSE:Factory:Staging:M"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked openSUSE:Factory:Staging:M


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto added repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Saul Goodman's avatar

licensedigger accepted review

ok


Repo Checker's avatar

repo-checker accepted review

cycle and install check passed


Dominique Leuenberger's avatar

dimstar accepted review


Dominique Leuenberger's avatar

dimstar_suse accepted review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse approved review

ready to accept


Dominique Leuenberger's avatar

dimstar_suse accepted request

Accept to openSUSE:Factory

openSUSE Build Service is sponsored by