[packages/gstreamer-plugins-good] use new meson macros
atler
atler at pld-linux.org
Wed Feb 12 21:27:51 CET 2025
commit 28dbcad17b8d44f9c8d83112e7437177d169b4cb
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Feb 12 20:58:29 2025 +0100
use new meson macros
gstreamer-plugins-good.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec
index f8e9dbf..662ec0f 100644
--- a/gstreamer-plugins-good.spec
+++ b/gstreamer-plugins-good.spec
@@ -51,7 +51,7 @@ BuildRequires: orc-devel >= 0.4.38
BuildRequires: pkgconfig >= 1:0.9.0
BuildRequires: python3 >= 1:3.2
BuildRequires: rpm-build >= 4.6
-BuildRequires: rpmbuild(macros) >= 1.736
+BuildRequires: rpmbuild(macros) >= 2.042
BuildRequires: tar >= 1:1.22
BuildRequires: xz
BuildRequires: zlib-devel
@@ -652,7 +652,7 @@ Xlib.
%setup -q -n %{gstname}-%{version}
%build
-%meson build \
+%meson \
--default-library=shared \
%{!?with_aalib:-Daalib=disabled} \
%{!?with_amr:-Damrnb=disabled} \
@@ -671,7 +671,7 @@ Xlib.
%{!?with_twolame:-Dtwolame=disabled} \
%{!?with_wavpack:-Dwavpack=disabled}
-%ninja_build -C build
+%meson_build
%if %{with apidocs}
cd build/docs
@@ -685,7 +685,7 @@ done
%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-plugins-good.git/commitdiff/28dbcad17b8d44f9c8d83112e7437177d169b4cb
More information about the pld-cvs-commit
mailing list