diff --git a/egl-wayland-1.1.16.tar.gz b/egl-wayland-1.1.16.tar.gz deleted file mode 100644 index b5aaf58da4cfbf2aad43d0b71268ac3064b9b1df..0000000000000000000000000000000000000000 Binary files a/egl-wayland-1.1.16.tar.gz and /dev/null differ diff --git a/egl-wayland-1.1.17.tar.gz b/egl-wayland-1.1.17.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e1c24022f64b63fe129ee4a81bf11eabdccb0e2a Binary files /dev/null and b/egl-wayland-1.1.17.tar.gz differ diff --git a/egl-wayland.spec b/egl-wayland.spec index 52f98afc41580a5138bf15939fcb8cbe6d3ffbd4..dbd35134940b58cf1dc5e9365b4cda3cfaa97440 100644 --- a/egl-wayland.spec +++ b/egl-wayland.spec @@ -1,14 +1,21 @@ Name: egl-wayland -Version: 1.1.16 +Version: 1.1.17 Release: 1 Summary: Wayland EGL External Platform library License: MIT URL: https://github.com/NVIDIA/%{name} Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: meson libtool eglexternalplatform-devel mesa-libEGL-devel wayland-devel -BuildRequires: wayland-protocols-devel libdrm-devel -Requires: libglvnd-egl%{?_isa} +BuildRequires: meson >= 0.50 +BuildRequires: (pkgconfig(egl) >= 1.5 with pkgconfig(egl) < 2) +BuildRequires: (pkgconfig(eglexternalplatform) >= 1.1 with pkgconfig(eglexternalplatform) < 2) +BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-egl-backend) >= 3 +BuildRequires: pkgconfig(wayland-protocols) >= 1.8 +BuildRequires: pkgconfig(wayland-scanner) +BuildRequires: pkgconfig(wayland-server) +Requires: libglvnd-egl%{?_isa} %description This is a work-in-progress implementation of a EGL External Platform library @@ -33,17 +40,13 @@ Development files for %{name}. %install %meson_install -install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/ - -%delete_la - -%ldconfig_scriptlets %files %license COPYING %doc README.md %{_libdir}/*.so.* %dir %{_datadir}/egl/egl_external_platform.d/ +%{_datadir}/egl/egl_external_platform.d/10_nvidia_wayland.json %files devel %{_libdir}/libnvidia-egl-wayland.so @@ -52,6 +55,9 @@ install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/ %{_datadir}/wayland-eglstream/ %changelog +* Mon Dec 16 2024 Funda Wang - 1.1.17-1 +- update to 1.1.17 + * Thu Dec 05 2024 zhang_wenyu1 - 1.1.16-1 - Update package to version 1.1.16 diff --git a/egl-wayland.yaml b/egl-wayland.yaml index 763fc5411c0ee455edab91e221d82e3366663861..df50f29c19505829b60cab60776c7dce667b3bb6 100644 --- a/egl-wayland.yaml +++ b/egl-wayland.yaml @@ -1,4 +1,4 @@ version_control: github src_repo: NVIDIA/egl-wayland tag_prefix: ^ -seperator: . +separator: .