Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libsfml2-2_5-2.5.1-bp153.1.22 RPM for x86_64

From OpenSuSE Leap 15.3 for x86_64

Name: libsfml2-2_5 Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.5.1 Vendor: openSUSE
Release: bp153.1.22 Build date: Sat Mar 6 01:12:37 2021
Group: System/Libraries Build host: lamb59
Size: 944762 Source RPM: sfml2-2.5.1-bp153.1.22.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.sfml-dev.org/
Summary: Free multimedia C++ API
SFML is a multimedia API that provides access to graphics, input,
audio, etc., and may be seen as an object-oriented alternative to
SDL. It can be used as a minimal windowing system to interface with
OpenGL, or as a multimedia library for building games and interactive
programs.

Provides

Requires

License

Zlib

Changelog

* Fri Dec 14 2018 rpm@fthiessen.de
  - Update to 2.5.1
  - Changes in "Window"
    * Fixed dual monitor issue
    * Fixed issue where fullscreen window didn't go over task bars on
      top and left
    * Fixed the Unix clipboard implementation causing an abort due to
      internal data races in Xlib
  - Changes in "Graphics"
    * Fixed a bug in which a sf::RenderTexture would not be
      re-activated after being re-created
    * Fixed sf::RenderTextureImplFBO's destructor incorrectly
      triggering deletion of other sf::RenderTextureImplFBO's active FBOs
    * Fix sf::RenderWindow::setActive incorrectly trying to unbind
      an FBO during deactivation
    * Fixed sf::RenderTexture::display() dereferencing a NULL pointer
      when being called before sf::RenderTexture::create()
    * Fixed bug in sf::Text when applying an outline color/thickness
    * Squash duplicated sf::Font glyphs to single chars
    * Fixed two issues with glyph sub-pixel positioning
    * Reduced context locking & unlocking while creating textures
    * Fixed the error message when the wrong bitmap font size is selected
  - Changes in "Audio"
    * Fixed performance issue with reading WAV files
* Fri Dec 14 2018 rpm@fthiessen.de
  - Update to 2.5.0
  - Changes in "System"
    * Added protected destructor to sf::NonCopyable to prevent
      possible resource leaks
    * Fixed crash when sf::Clock is constructed in a global scope
  - Changes in "Window"
    * Implemented Cursor API
    * Implemented Clipboard API
    * Renamed a few key codes
    * Added joystick example
    * Fixed sf::Window::getPosition() returning incorrect position
      because of differences in window managers
    * Fix X11 key repeat handling not filtering out events from other
      windows
    * Fix: Restore fullscreen of a non-visible window
  - Changes in "Graphics"
    * Implemented additional line spacing and letter spacing in
      sf::Text
    * Added sf::VertexBuffer class
    * Added GPU local texture copying support, allowing performance
      optimizations and texture swapping
    * Optimize performance by skipping glTexCoordPointer() call if
      not needed
    * Generate shape outline vertices only if necessary
    * Removed dependency to libjpeg, stb_image_write now supports
      writing JPEG files
    * Enable comparing sf::Transform and optimize resetting OpenGL
      back to the identity matrix
    * Added missing setActive() virtual method to sf::RenderTarget
    * Updated stb_image to v2.16 and stb_image_write to v1.07,
      no need for dont-try-to-runtime-detect-sse2-on-gcc.diff
      anymore, fixed!
    * Added sf::RenderTexture stencil and multisampling support
    * Added example demonstrating sf::VertexBuffer, sf::Shader and
      sf::Thread usage
    * Optimized sf::RenderTexture performance
    * Properly free memory in sf::Font::cleanup()
    * Fixed memory leak in sf::Font
    * Fix OpenGL texture coordinate pointer not being updated correctly
      under certain conditions
    * Fix for broken text when the font is reloaded
    * Fix memory leak in sf::Text
    * Fixed strict aliasing punning warning when generating the key of
      a glyph in Font.cpp
    * Fixed OpenGL version string being parsed incorrectly on some platforms
  - Changes in "Audio":
    * Added loop point support to sf::Music
    * Added support for the extensible PCM wave file format
    * Fixed inconsistent seek behavior in sf::SoundStream
    * Fixed stack overflow in sf::SoundStream::fillAndPushBuffer()
    * Fixed seeking quirks in the FLAC reader
    * Allow polymorphism with sf::SoundSource
    * Fixed WAV file writer writing wrong header values
    * Small bugfix to argument of alcCaptureOpenDevice()
  - Changes in "Network"
    * Add append/overwrite parameter to Ftp::upload
    * Fixed wrong condition for building network support
    * Changed TCP listen backlog from 0 to SOMAXCONN
    * Fixed socket reuse not conforming to documentation
* Thu Jun 29 2017 mlin@suse.com
  - Add dont-try-to-runtime-detect-sse2-on-gcc.diff from stb upstream
    * Give up trying to runtime-detect SSE2 on GCC, this fixes build
      failure in 42.3
* Sat Feb 18 2017 jengelh@inai.de
  - RPM group fix.
* Wed Feb 15 2017 rpm@fthiessen.de
  - Update to version 2.4.2
    * Fixed bug where TransientContextLock would hang
    * Fixed GLX extensions being loaded too late
    * Fix wrong types passed to XChangeProperty
    * Optimized sf::Image::create and made it more exception safe
  - Dropped upstream merged fix-glx-extensions.patch
* Wed Jan 25 2017 rpm@fthiessen.de
  - Added fix-glx-extensions.patch from upstream to fix missing
    multisampling.
* Sat Nov 05 2016 rpm@fthiessen.de
  - Update to version 2.4.1
    * Fixed stack overflow on GlContext creation with multiple threads
    * Fixed fullscreen issue
    * Switched from XCB back to Xlib for windowing
    * Fixed window icon not showing up on some distros
    * Fixed an issue where GNOME flags window unresponsive
    * Fixed leak of XVisualInfo objects during GlxContext creation
    * Fixed possible hang when setting visibility if external
      window sources
* Thu Sep 01 2016 rpm@fthiessen.de
  - Update to version 2.4.0
* Sun Jul 17 2016 jengelh@inai.de
  - Update summary, trim description
  - Enable ogg and vorbis dependencies explicitly
* Tue Sep 29 2015 rpm@fthiessen.de
  - Fixed some problems in spec, found by factory-repo-checker:
    * Added baselibs.conf as source
    * Conflict with sfml-devel (sfml version 1.x devel package)
* Thu Sep 24 2015 rpm@fthiessen.de
  - Updated to version 2.3.2:
    * Some bug fixes, see:
      http://www.sfml-dev.org/changelog.php#sfml-2.3.2
    * fix-upstream-no-return-in-nonvoid-function.patch got merged
      upstream, removed from spec / disabled.
* Sat Aug 01 2015 rpm@fthiessen.de
  - Updated to version 2.3.1
    * Lot of bugfixes, see:
      http://www.sfml-dev.org/changelog.php#sfml-2.3.1
    * Added fix for RPMLint error caused by nonvoid functions
      without default return:
      fix-upstream-no-return-in-nonvoid-function.patch
* Thu Jul 30 2015 rpm@fthiessen.de
  - Fixed wrong location in pkgconfig files
  - SPEC cleanup
* Sat Feb 21 2015 rpm@fthiessen.de
  - update to version 2.2 release

Files

/usr/lib64/libsfml-audio.so.2.5
/usr/lib64/libsfml-audio.so.2.5.1
/usr/lib64/libsfml-graphics.so.2.5
/usr/lib64/libsfml-graphics.so.2.5.1
/usr/lib64/libsfml-network.so.2.5
/usr/lib64/libsfml-network.so.2.5.1
/usr/lib64/libsfml-system.so.2.5
/usr/lib64/libsfml-system.so.2.5.1
/usr/lib64/libsfml-window.so.2.5
/usr/lib64/libsfml-window.so.2.5.1
/usr/share/licenses/libsfml2-2_5
/usr/share/licenses/libsfml2-2_5/license.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:54:44 2024