代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/eglexternalplatform 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
%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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。