加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
eglexternalplatform.spec 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
ultra_planet 提交于 2019-11-28 18:13 . package init
%global commit 7c8f8e2218e46b1a4aa9538520919747f1184d86
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: eglexternalplatform
Version: 1.1
Release: 0.2
Summary: EGL External Platform Interface headers
License: MIT
URL: https://github.com/NVIDIA
Source0: %url/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
BuildArch: noarch
%description
This is a work-in-progress specification of the EGL External Platform interface for writing EGL platforms and
their interactions with modern window systems on top of existing low-level EGL platform implementations. This
keeps window system implementation specifics out of EGL drivers by using application-facing EGL functions.
Examples of low-level EGL platforms are EGL_EXT_platform_device or EGL_KHR_platform_gbm.
%package devel
Summary: Development files for eglexternalplatform
%description devel
Header files for developing applications which use eglexternalplatform.
%prep
%autosetup -n %{name}-%{commit} -p1
%install
install -D -p -m 0644 interface/eglexternalplatform.h %{buildroot}%{_includedir}/eglexternalplatform.h
install -D -p -m 0644 interface/eglexternalplatformversion.h %{buildroot}%{_includedir}/eglexternalplatformversion.h
install -D -p -m 0644 eglexternalplatform.pc %{buildroot}%{_datadir}/pkgconfig/eglexternalplatform.pc
%files devel
%doc COPYING README.md samples
%{_includedir}/*
%{_datadir}/pkgconfig/eglexternalplatform.pc
%changelog
* Tue Nov 19 2019 lingsheng <lingsheng@huawei.com> - 1.1-0.2
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化