egl-wayland/egl-wayland.spec

70 lines
1.9 KiB
RPMSpec
Raw Normal View History

2019-12-17 11:40:27 +08:00
Name: egl-wayland
2023-08-25 09:48:01 +08:00
Version: 1.1.12
Release: 1
2019-12-17 11:40:27 +08:00
Summary: Wayland EGL External Platform library
License: MIT
URL: https://github.com/NVIDIA/%{name}
2023-08-25 09:48:01 +08:00
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: %url/compare/1.1.12...master.patch#/1.1.12_master.patch
2019-12-17 11:40:27 +08:00
BuildRequires: meson libtool eglexternalplatform-devel mesa-libEGL-devel wayland-devel
2023-08-25 09:48:01 +08:00
BuildRequires: wayland-protocols-devel libdrm-devel
2019-12-17 11:40:27 +08:00
Requires: libglvnd-egl%{?_isa}
%description
This is a work-in-progress implementation of a EGL External Platform library
to add client-side Wayland support to EGL on top of EGLDevice and EGLStream
families of extensions.
This library implements an EGL External Platform interface to work along with
EGL drivers that support the external platform mechanism.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development files for %{name}.
%prep
2023-08-25 09:48:01 +08:00
%autosetup -n %{name}-%{version} -p1
2019-12-17 11:40:27 +08:00
%build
%meson
%meson_build
%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.*
2020-01-19 19:42:51 +08:00
%dir %{_datadir}/egl/egl_external_platform.d/
2019-12-17 11:40:27 +08:00
%files devel
%{_libdir}/libnvidia-egl-wayland.so
2023-08-25 09:48:01 +08:00
%{_libdir}/pkgconfig/wayland-eglstream.pc
2019-12-17 11:40:27 +08:00
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
%{_datadir}/wayland-eglstream/
%changelog
2023-08-25 09:48:01 +08:00
* Fri Aug 25 2023 wangkai <13474090681@163.com> - 1.1.12-1
- Update to 1.1.12
2020-01-19 19:42:51 +08:00
* Sun Jan 19 2020 Jiangping Hu <hujp1985@foxmail.com> - 1.1.0-0.4
- Remove 1 unnecessary file
2019-12-17 11:40:27 +08:00
* Wed Dec 11 2019 chengquan<chengquan3@huawei.com> - 1.1.0-0.3
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update package release
* Wed Dec 4 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.0-0.2.1676d1d2bfe646fb3ecbba29a85db529dd399493
- Package init