32 Commits

Author SHA256 Message Date
6105ecbbe4 Accepting request 1157015 from games
OBS-URL: https://build.opensuse.org/request/show/1157015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=11
2024-03-13 21:17:33 +00:00
1fbb1366d6 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
8f92bd2438 Accepting request 1126999 from games
OBS-URL: https://build.opensuse.org/request/show/1126999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=10
2023-11-16 19:31:44 +00:00
a34ed57b0d 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
47fff13f11 Accepting request 1096757 from games
OBS-URL: https://build.opensuse.org/request/show/1096757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=9
2023-07-04 13:23:07 +00:00
c5e3a850ca 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
5dd8d43a59 Accepting request 659947 from games
OBS-URL: https://build.opensuse.org/request/show/659947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=8
2019-01-08 11:24:26 +00:00
f47bd96700 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
902327cc23 Accepting request 507268 from games
- 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

OBS-URL: https://build.opensuse.org/request/show/507268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=7
2017-06-30 16:42:04 +00:00
Ludwig Nussel
61e6f8ce4a 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
1ab95a8260 OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=22 2017-03-05 12:07:57 +00:00
9ce8cd15a3 Accepting request 459124 from games
1

OBS-URL: https://build.opensuse.org/request/show/459124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=6
2017-03-03 16:43:50 +00:00
Ferdinand Thiessen
62d8220ddc 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
2bc0effab8 Accepting request 458585 from games
1

OBS-URL: https://build.opensuse.org/request/show/458585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=5
2017-02-19 00:03:11 +00:00
Matthias Mailänder
ff6f931c0b 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
6754400757 Accepting request 454931 from games
1

OBS-URL: https://build.opensuse.org/request/show/454931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=4
2017-02-07 11:06:05 +00:00
Matthias Mailänder
23c9eec59c 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
7bfe176b12 Accepting request 438838 from games
1

OBS-URL: https://build.opensuse.org/request/show/438838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=3
2016-11-14 19:13:39 +00:00
Matthias Mailänder
6aa9f4d05f 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
5b5c3cc114 Accepting request 425934 from games
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/425934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=2
2016-09-14 21:34:54 +00:00
Ferdinand Thiessen
669d4a429f OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=12 2016-09-01 19:32:54 +00:00
335fc7209c 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
0f07cd9afa 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
a7fd5a33e7 Accepting request 334884 from games
SFML version 2. A free multimedia C++ API.
See legacy sfml 1 version:
https://build.opensuse.org/package/show/games/sfml

Fixed problems found by factory-repo-checker (see superseded request)

OBS-URL: https://build.opensuse.org/request/show/334884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sfml2?expand=0&rev=1
2015-10-06 11:24:42 +00:00
Ferdinand Thiessen
ddd52708ff - 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
2ddf671823 Added baselibs.conf as source (required by automatic factory checking tools)
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=7
2015-09-29 14:52:10 +00:00
Ferdinand Thiessen
71a47879c1 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
60b4763159 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
55051bfe57 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
5a0a7d5eb1 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
Rusmir Duško
1a42fd6d2c Accepting request 253851 from home:Mailaender:branches:games
as requested

OBS-URL: https://build.opensuse.org/request/show/253851
OBS-URL: https://build.opensuse.org/package/show/games/sfml2?expand=0&rev=2
2014-10-10 22:15:20 +00:00
Dmitriy Perlow
ef4d176477 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