14
0
forked from pool/python-pyglet
Commit Graph

16 Commits

Author SHA256 Message Date
43f18ee3b0 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=20
2018-12-04 17:19:21 +00:00
a38d5c1792 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=19
2018-12-04 13:51:17 +00:00
Todd R
af8107f40c Accepting request 616885 from home:TheBlackCat:branches:devel:languages:python
- Update to version 1.3.2
  * #158 Fix mouse events in mouse exclusive mode on Windows.
  * #105 Crashes in PulseAudio;
  * #163 Workaround for running inside Spyder;
  * #45  Expose viewport size for use on HiDPI screens;
  * #15  Respect keyboard layout on macOS;
- Remove broken tests

OBS-URL: https://build.opensuse.org/request/show/616885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=17
2018-06-14 14:05:07 +00:00
Todd R
7da4b6987e Accepting request 577033 from home:TheBlackCat:branches:devel:languages:python
- Remove "noisy" example.  It can't be used for commercial purposes

OBS-URL: https://build.opensuse.org/request/show/577033
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=15
2018-02-15 14:06:06 +00:00
Todd R
3d90d46b06 Accepting request 576825 from home:TheBlackCat:branches:devel:languages:python
- Update to version 1.3.1
  + Bugfixes
    * #158 Fix mouse events in mouse exclusive mode on Windows.
    * #105 Crashes in PulseAudio;
    * #163 Workaround for running inside Spyder;
    * #45  Expose viewport size for use on HiDPI screens;
    * #15  Respect keyboard layout on macOS;
- Update to version 1.3.0
  * The entire codebase is now compatible with both Python 2 and Python 3 without the need for 2to3.
  + New features
    *  The procedural audio module is now more usable. This module allows synthesis of basic
      waveforms, such as sine, square, triangle, sawtooth, and simple FM (two operator sine).
      In addition, several basic amplitude envelopes are now available to apply to generated audio.
      These include ADSR, linear decay, tremolo, and flat envelopes.
  + Improvements
    * Improved font rendering for fonts with negative bearing (#99)
    * Sprites now have `scale_x` and `scale_y` attributes, allowing for aspect ratio changes. The 
      existing `scale` attribute sets the overall scaling, and functions as before.
    * Sprites have a new `update` method which allows simultaneous changing of position, scale, and
      rotation. This reduces some overhead when changing multiple attributes at once.
    * The pyglet.resource module now defaults to a 2048x2048 texture for it's internal texture atlas,
      but will fall back to the maximum available size that the GPU can provide.
    * All modern joysticks and game controllers should now be detected on Linux and Windows.
    * Refactored and reimplemented pyglet.media. Many improvements to stability. Different drivers
      should now behave more similar.
    * WM_CLASS hints are now set on Linux. On modern Linux desktop environments and window managers,
      this allows for proper tracking of pyglet applications. Previously, pyglet apps may show up as
      "Unknown" under the active window list in the environment. The window class hints are set
      to the same name as the Window caption, but will fall back to "pyglet" if the Window caption
      contains non-ascii characters.
    * Vastly improved documentation and programming guide.
  + Bugfixes
    * Limit the minimum window size 1x1 pixel, preventing an OpenGL exception when resizing (#49).
    * Font module no longer leaks memory when text is changed (#66).
    * Fix crash on Python 2 when sys.argv[0] has non-ASCII characters (#74).
    * Windows: Fix crash when opening multiple windows in succession (#81).
    * Windows: Fix local font loading (#100).
    * Windows: Italic fonts no longer render parts of their neighbors.
    * Prevent memory leak from orphaned StreamingSources in long running applications (#103).
    * Windows: Fix kerning regression (#115)
    * Windows: Window.set_icon no longer fails when given a Texture instead of ImageData (#136)
- Remove upstream-included pyglet-1.2.4-add-wmclass.patch

OBS-URL: https://build.opensuse.org/request/show/576825
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=14
2018-02-14 17:55:38 +00:00
Todd R
5b35bb2156 Accepting request 516623 from home:TheBlackCat:branches:devel:languages:python
Remove obsolete python-imaging dependency

OBS-URL: https://build.opensuse.org/request/show/516623
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=12
2017-08-13 15:17:21 +00:00
Thomas Bechtold
3c9ada7aa9 Accepting request 515267 from home:jengelh:branches:devel:languages:python
- Other OS need not be mentioned in description for an openSUSE
  package.

OBS-URL: https://build.opensuse.org/request/show/515267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=11
2017-08-11 07:29:43 +00:00
Todd R
7fe6562cf4 Accepting request 515046 from home:TheBlackCat:branches:devel:languages:python
- Further fix shebangs
- Remove pyglet-1.2.4-fix-examples.patch
  We will fix shebangs dynamically

OBS-URL: https://build.opensuse.org/request/show/515046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=10
2017-08-07 16:44:09 +00:00
Todd R
d2f579c107 Accepting request 514743 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/514743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=9
2017-08-06 02:33:19 +00:00
Todd R
b252d01a42 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=8 2017-08-03 20:40:06 +00:00
Todd R
b721373fcd Accepting request 513624 from home:kkirill:branches:devel:languages:python
- fix build for oS:Factory (fix examples)
- make Brain Workshop work with system pyglet and latest python2 (fix "import Image")
- add WMClass to have a proper application name instead of Unknown

OBS-URL: https://build.opensuse.org/request/show/513624
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=7
2017-08-01 16:10:53 +00:00
10488d1e77 Accepting request 328735 from home:nemysis:branches:devel:languages:python
Please accept these changes.

OBS-URL: https://build.opensuse.org/request/show/328735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=4
2015-09-04 07:41:53 +00:00
d57dc81a63 Accepting request 325059 from devel:languages:python
Please accept this new RPM.

OBS-URL: https://build.opensuse.org/request/show/325059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyglet?expand=0&rev=1
2015-11-10 09:01:49 +00:00
Todd R
de963e8b30 Accepting request 325045 from home:nemysis:branches:devel:languages:python
Please accept these changes.

OBS-URL: https://build.opensuse.org/request/show/325045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=3
2015-08-21 15:05:32 +00:00
Todd R
c1c7e44cf9 Accepting request 174982 from home:TheBlackCat:branches:devel:languages:python
- Build doc
- Add dependencies

OBS-URL: https://build.opensuse.org/request/show/174982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=2
2013-05-10 15:19:50 +00:00
Todd R
020a465e65 Accepting request 174963 from home:TheBlackCat:branches:devel:languages:python
Cross-platform windowing and multimedia library

OBS-URL: https://build.opensuse.org/request/show/174963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyglet?expand=0&rev=1
2013-05-10 11:43:58 +00:00