[packages/eglexternalplatform] - updated to 1.2.1
qboosh
qboosh at pld-linux.org
Fri Apr 25 19:07:00 CEST 2025
commit 8b9baded30ac924d1a1e34187b3d04b02ab0025e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Apr 25 18:46:29 2025 +0200
- updated to 1.2.1
eglexternalplatform-noarch.patch | 13 -------------
eglexternalplatform.spec | 14 ++++++--------
2 files changed, 6 insertions(+), 21 deletions(-)
---
diff --git a/eglexternalplatform.spec b/eglexternalplatform.spec
index 06df3a7..c844b7e 100644
--- a/eglexternalplatform.spec
+++ b/eglexternalplatform.spec
@@ -1,18 +1,17 @@
Summary: EGL External Platform Interface
Summary(pl.UTF-8): Interfejs EGL External Platform
Name: eglexternalplatform
-Version: 1.2
+Version: 1.2.1
Release: 1
License: MIT
Group: Development/Libraries
#Source0Download: https://github.com/NVIDIA/eglexternalplatform/releases
Source0: https://github.com/NVIDIA/eglexternalplatform/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: ad353dea7891a494986ff50a7e7f4b87
-Patch0: %{name}-noarch.patch
+# Source0-md5: a255995b7926ee185310239e7cac1a1c
URL: https://github.com/NVIDIA/eglexternalplatform
BuildRequires: meson
BuildRequires: ninja >= 1.5
-BuildRequires: rpmbuild(macros) >= 1.736
+BuildRequires: rpmbuild(macros) >= 2.042
Requires: EGL-devel
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,17 +39,16 @@ czy EGL_KHR_platform_gbm.
%prep
%setup -q
-%patch0 -p1
%build
-%meson build
+%meson
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%clean
rm -rf $RPM_BUILD_ROOT
diff --git a/eglexternalplatform-noarch.patch b/eglexternalplatform-noarch.patch
deleted file mode 100644
index f438e0c..0000000
--- a/eglexternalplatform-noarch.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur eglexternalplatform-1.2.old/meson.build eglexternalplatform-1.2/meson.build
---- eglexternalplatform-1.2.old/meson.build 2024-09-04 09:42:32.677731661 +0200
-+++ eglexternalplatform-1.2/meson.build 2024-09-04 09:42:53.143945396 +0200
-@@ -4,7 +4,8 @@
- pkg = import('pkgconfig')
- pkg.generate(filebase: 'eglexternalplatform',
- name: 'EGL External Platform interface',
-- description: 'EGL External Platform interface')
-+ description: 'EGL External Platform interface',
-+ install_dir: get_option('datadir') / 'pkgconfig')
-
- install_headers(
- 'interface/eglexternalplatform.h',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/eglexternalplatform.git/commitdiff/8b9baded30ac924d1a1e34187b3d04b02ab0025e
More information about the pld-cvs-commit
mailing list