Package Release Info

raylib-1.8.0-bp151.3.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libraylib1
raylib-devel

Change Logs

Version: 1.8.0-bp150.1.3
* Fri Nov 03 2017 jengelh@inai.de
- Description grammar update.
* Mon Oct 23 2017 mvetter@suse.com
- Update to 1.8.0:
  * New Image generation functions: Gradient, Checked, Noise, Cellular...
  * New Mesh generation functions: Cube, Sphere, Cylinder, Torus, Knot...
  * New Shaders and Materials systems to support PBR materials
  * Custom Android APK build pipeline with simple Makefile
  * Complete review of rlgl layer functionality
  * Complete review of raymath functionality
- Remove root-meson.build and src-meson.build: contained in new
  release
* Fri Sep 08 2017 jengelh@inai.de
- Update package summaries and RPM category.
* Tue Jun 13 2017 mvetter@suse.com
- BuildRequires:  libglfw-devel >= 3.2
  because glfwSetWindowMonitor etc only come in 3.2
* Sun Jun 11 2017 mvetter@suse.com
- Add option to meson file to build with gnu99 because:
  * CLOCK_MONOTONIC macro
  * var init in for loops (c99)
* Sun Jun 11 2017 mvetter@suse.com
- Remove raylig-use-optflags.patch: Using meson for build
* Thu Jun 08 2017 mvetter@suse.com
- Use meson to build raylib:
  * Takes care of creating proper so versioning
  * Install works (where their makefiles didnt)
- Add root-meson.build
- Add src-meson.build
  Meson files will be in next release, see:
  https://github.com/raysan5/raylib/pull/297
* Sun Jun 04 2017 mvetter@suse.com
- Move Requires openal-soft-devel to devel package
* Mon May 29 2017 mvetter@suse.com
- Add Requires: openal-soft-devel
  It will be needed when one uses raylib
* Mon May 29 2017 mvetter@suse.com
- Add OpenAL to BuildRequires
- Add raylig-use-optflags.patch: allow passing of optflags
  See: https://github.com/raysan5/raylib/pull/295
* Mon May 29 2017 mvetter@suse.com
- Add Requires: openal-soft-devel
  It will be needed when one uses raylib