17 Commits

Author SHA256 Message Date
89fc210423 Accepting request 1154289 from home:jaimeMF:branches:games
- Specify the documentation path so that it works across openSUSE versions.

OBS-URL: https://build.opensuse.org/request/show/1154289
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=31
2024-03-11 17:12:13 +00:00
62dab3faf4 Accepting request 1125006 from home:dirkmueller:Factory
- update to 2.6.1:
  General:
  * Stop overwriting CMAKE_MODULE_PATH (#2577)
  * Loosen restrictions on unknown compilers (#2585)
  * Fix unused compiler flag error in Clang (#2625)
  * Disable warnings as errors by default (#2680)
  Window:
  * Skip ClientMessage events with other window ID unless it is
    for IM (#2651)
  Graphics:
  * Ensure OpenGL extensions are loaded before querying maximum
    texture size (#2603)
  * Fix warnings in Linux OpenGL ES codepaths (#2747)
  * Remove use of C++11 header (#2591)

OBS-URL: https://build.opensuse.org/request/show/1125006
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=29
2023-11-16 16:58:28 +00:00
a3e04b0bdd Accepting request 1094631 from home:susnux:branches:games
Update to 2.6.0

OBS-URL: https://build.opensuse.org/request/show/1094631
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=27
2023-07-04 11:15:48 +00:00
9d7b4ed215 Accepting request 658220 from home:susnux:branches:games
- 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
- 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

OBS-URL: https://build.opensuse.org/request/show/658220
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=25
2018-12-19 08:14:55 +00:00
Ludwig Nussel
4c629734cc Accepting request 507076 from home:mlin7442:branches:games
Add stb upstream patch fixes build failure in 42.3

OBS-URL: https://build.opensuse.org/request/show/507076
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=23
2017-06-30 09:23:11 +00:00
Ferdinand Thiessen
598a3a1fb8 Accepting request 459121 from home:jengelh:branches:games
indeed.

OBS-URL: https://build.opensuse.org/request/show/459121
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=20
2017-02-19 22:24:58 +00:00
Matthias Mailänder
1df33b78a4 Accepting request 458524 from home:susnux:branches:games
New upstream release

OBS-URL: https://build.opensuse.org/request/show/458524
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=18
2017-02-16 22:16:30 +00:00
Matthias Mailänder
1bfb29ecbe Accepting request 454831 from home:susnux:branches:games
Added patch from upstream to fix invalid glx extension detection (without this patch no AA is possible!).

OBS-URL: https://build.opensuse.org/request/show/454831
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=16
2017-02-06 11:15:32 +00:00
Matthias Mailänder
8c3cbd081b Accepting request 438814 from home:susnux:branches:games
Update to new bugfix release 2.4.1

OBS-URL: https://build.opensuse.org/request/show/438814
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=14
2016-11-05 17:18:14 +00:00
e4a893f5e9 Accepting request 424292 from home:susnux:branches:games
Update

OBS-URL: https://build.opensuse.org/request/show/424292
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=11
2016-09-01 18:41:40 +00:00
Matthias Mailänder
1c75778df6 Accepting request 411440 from home:jengelh:branches:games
- Update summary, trim description
- Enable ogg and vorbis dependencies explicitly

OBS-URL: https://build.opensuse.org/request/show/411440
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=10
2016-07-17 10:50:31 +00:00
Ferdinand Thiessen
b6642e12f5 - 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)

OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=8
2015-09-29 20:25:02 +00:00
Ferdinand Thiessen
ed1af3029a Accepting request 333470 from home:susnux:branches:games
Update to 2.3.2 (new upstream release)

OBS-URL: https://build.opensuse.org/request/show/333470
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=6
2015-09-24 13:41:24 +00:00
Rusmir Duško
d66ee91236 Accepting request 320462 from home:susnux:branches:games
* Updated to version 2.3.1
--> Lot of bugfixes, see:
    http://www.sfml-dev.org/changelog.php#sfml-2.3.1

OBS-URL: https://build.opensuse.org/request/show/320462
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=5
2015-08-04 19:54:35 +00:00
Matthias Mailänder
69ced94f79 Accepting request 319661 from home:susnux:branches:games
* Fixed wrong location of SFML libraries in pkgconfig files (!)
* Cleanup in SPEC file.


Besides: Is this package still needed, because there is a "duplicate" in devel:libraries:c_c++ and factory:
https://build.opensuse.org/package/show?project=openSUSE%3AFactory&package=sfml
(But the factory version lacks of pkgconfig and cmake config files in devel package).

OBS-URL: https://build.opensuse.org/request/show/319661
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=4
2015-08-01 10:22:28 +00:00
Matthias Mailänder
4b57fd5087 Accepting request 292533 from home:susnux:branches:games
Update to 2.2 (some important bugfixes).

OBS-URL: https://build.opensuse.org/request/show/292533
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=3
2015-03-23 22:06:32 +00:00
Dmitriy Perlow
39c5cf3df9 Accepting request 253833 from home:Mailaender:branches:games
required for marsshooter

OBS-URL: https://build.opensuse.org/request/show/253833
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=1
2014-10-03 17:47:47 +00:00