[packages/gstreamer-openmax] New meson macros.

arekm arekm at pld-linux.org
Tue Jul 15 15:14:58 CEST 2025


commit a9be99527ff4d7397d3f0e88e6c1585a15314816
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:14:42 2025 +0200

    New meson macros.

 gstreamer-openmax.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer-openmax.spec b/gstreamer-openmax.spec
index 3c4dbc6..0f1d226 100644
--- a/gstreamer-openmax.spec
+++ b/gstreamer-openmax.spec
@@ -68,12 +68,12 @@ Dokumentacja API wtyczki GStreamera OpenMAX.
 %setup -q -n gst-omx-%{version}
 
 %build
-%meson build \
+%meson \
 	--default-library=shared \
 	%{!?with_apidocs:-Ddoc=false} \
 	-Dtarget=bellagio
 
-%ninja_build -C build
+%meson_build
 
 %if %{with apidocs}
 cd build/docs
@@ -83,7 +83,7 @@ LC_ALL=C.UTF-8 hotdoc run --conf-file omx-doc.json
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 %if %{with apidocs}
 install -d $RPM_BUILD_ROOT%{_docdir}/gstreamer-%{gstmver}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-openmax.git/commitdiff/a9be99527ff4d7397d3f0e88e6c1585a15314816



More information about the pld-cvs-commit mailing list