2024-01-05 22:03:32 +01:00
|
|
|
Name: eglexternalplatform
|
2024-09-09 12:41:16 +02:00
|
|
|
Version: 1.2
|
2024-01-05 22:03:32 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: The EGL External Platform interface
|
|
|
|
Group: Development/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/NVIDIA/eglexternalplatform
|
|
|
|
## GITSOURCE https://github.com/NVIDIA/eglexternalplatform.git 1.1
|
|
|
|
Source: https://github.com/NVIDIA/eglexternalplatform.git/%{version}/eglexternalplatform-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
The EGL External Platform interface.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: The EGL External Platform interface
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The EGL External Platform interface.
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-09-09 12:41:16 +02:00
|
|
|
%meson \
|
|
|
|
--includedir %{_includedir}/EGL
|
|
|
|
|
|
|
|
%meson_build
|
2024-01-05 22:03:32 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-09-09 12:41:16 +02:00
|
|
|
%meson_install
|
2024-01-05 22:03:32 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/EGL/eglexternalplatform.h
|
|
|
|
%{_includedir}/EGL/eglexternalplatformversion.h
|
2024-09-09 12:41:16 +02:00
|
|
|
%{_libdir}/pkgconfig/eglexternalplatform.pc
|
2024-01-05 22:03:32 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-09-09 12:41:16 +02:00
|
|
|
* Sun Sep 08 2024 Automatic Build System <autodist@openmamba.org> 1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:03:32 +01:00
|
|
|
* Sat Sep 07 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
|
|
|
- package created using the webbuild interface
|