114 Star 0 Fork 12

src-openEuler/egl-wayland

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
egl-wayland.spec 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
randy1568 提交于 2024-08-08 15:34 . Update package to version 1.1.14
Name: egl-wayland
Version: 1.1.14
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}
%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
%autosetup -n %{name}-%{version} -p1
%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.*
%dir %{_datadir}/egl/egl_external_platform.d/
%files devel
%{_libdir}/libnvidia-egl-wayland.so
%{_libdir}/pkgconfig/wayland-eglstream.pc
%{_datadir}/pkgconfig/wayland-eglstream-protocols.pc
%{_datadir}/wayland-eglstream/
%changelog
* Thu Aug 08 2024 yuanlipeng <yuanlipeng2@huawei.com> - 1.1.14-1
- Update package to version 1.1.14
* Fri Aug 25 2023 wangkai <13474090681@163.com> - 1.1.12-1
- Update to 1.1.12
* Sun Jan 19 2020 Jiangping Hu <hujp1985@foxmail.com> - 1.1.0-0.4
- Remove 1 unnecessary file
* 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/egl-wayland.git
git@gitee.com:src-openeuler/egl-wayland.git
src-openeuler
egl-wayland
egl-wayland
master

搜索帮助