diff --git a/egl-wayland-1.1.14.tar.gz b/egl-wayland-1.1.14.tar.gz deleted file mode 100644 index d97e82afaed28b5085b292d1d9f06b856f320b4c..0000000000000000000000000000000000000000 Binary files a/egl-wayland-1.1.14.tar.gz and /dev/null differ diff --git a/egl-wayland-1.1.16.tar.gz b/egl-wayland-1.1.16.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b5aaf58da4cfbf2aad43d0b71268ac3064b9b1df Binary files /dev/null and b/egl-wayland-1.1.16.tar.gz differ diff --git a/egl-wayland.spec b/egl-wayland.spec index 0c7842a76af226ae82dce171d55d2edf1874c4a2..aa18d2f3cf8e383fa924bdfec6030fc81ed24d06 100644 --- a/egl-wayland.spec +++ b/egl-wayland.spec @@ -1,14 +1,21 @@ Name: egl-wayland -Version: 1.1.14 +Version: 1.1.16 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} +Source0: https://github.com/NVIDIA/%{name}/archive/%{version}/%{name}-%{version}.tar.gz + +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 @@ -35,10 +42,6 @@ Development files for %{name}. %meson_install install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/ -%delete_la - -%ldconfig_scriptlets - %files %license COPYING %doc README.md @@ -52,6 +55,9 @@ install -m 0755 -d %{buildroot}%{_datadir}/egl/egl_external_platform.d/ %{_datadir}/wayland-eglstream/ %changelog +* Fri Aug 23 2024 Funda Wang - 1.1.16-1 +- update to version 1.1.16 + * Thu Aug 08 2024 yuanlipeng - 1.1.14-1 - Update package to version 1.1.14