Accepting request 477060 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/477060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libepoxy?expand=0&rev=7
This commit is contained in:
commit
c9744bd190
3
1.4.1.tar.gz
Normal file
3
1.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:da8f42c355b62c2c3ff6bc534c2a24099707b249c2af6eaf8db54b94c364a504
|
||||||
|
size 309759
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 4 09:04:55 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.4.1:
|
||||||
|
* Find the appropriate version of the Python interpreter when
|
||||||
|
building.
|
||||||
|
* Ensure that the dispatch generation script works with Python
|
||||||
|
2.x and 3.x.
|
||||||
|
* Ensure that Epoxy builds correctly under Windows.
|
||||||
|
* Fix location of the m4 macros in the autotools build.
|
||||||
|
- Changes from version 1.4.0:
|
||||||
|
* Epoxy can now build with MSVC versions prior to 2013; we still
|
||||||
|
recommend using a recent, C99-compatible compiler, like MSVC
|
||||||
|
2015.
|
||||||
|
* When used under X11, Epoxy now attempts to handle the cases
|
||||||
|
where the GLX extension is not built or not available.
|
||||||
|
* GLX can now be enabled and disabled at configuration time; this
|
||||||
|
allows building Epoxy with GLX on macOS, and allows building
|
||||||
|
Epoxy without GLX on embedded platforms.
|
||||||
|
* Epoxy now exposes API that lets dependent projects safely check
|
||||||
|
if platform API like GLX and EGL is available at run time.
|
||||||
|
* EGL support has been improved on Windows, and made more
|
||||||
|
resilient on other platforms.
|
||||||
|
* Epoxy supports building with the Meson build system, which has
|
||||||
|
Ninja, Visual Studio, and XCode backends.
|
||||||
|
* Epoxy can generate its API reference using Doxygen (currently
|
||||||
|
only available on Meson builds).
|
||||||
|
* The GL registry has been updated with the latest version of the
|
||||||
|
API references provided by Khronos; Epoxy now supports the API
|
||||||
|
introduced by OpenGL 4.5.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 20 18:20:19 UTC 2015 - hrvoje.senjan@gmail.com
|
Mon Jul 20 18:20:19 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
Name: libepoxy
|
Name: libepoxy
|
||||||
%define sonum 0
|
%define sonum 0
|
||||||
Version: 1.3.1
|
Version: 1.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenGL function pointer management library
|
Summary: OpenGL function pointer management library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/anholt/libepoxy
|
Url: https://github.com/anholt/libepoxy
|
||||||
Source: https://github.com/anholt/%{name}/archive/v%{version}.tar.gz
|
Source: https://github.com/anholt/%{name}/archive/%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: autoconf >= 2.60
|
BuildRequires: autoconf >= 2.60
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6700ddedffb827b42c72cce1e0be6fba67b678b19bf256e1b5efd3ea38cc2bb4
|
|
||||||
size 284227
|
|
Loading…
Reference in New Issue
Block a user