!21 remove useless builddequires for pipewire

From: @zhangwenlong01 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-05-28 08:12:44 +00:00 committed by Gitee
commit 8d20783cf7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -14,7 +14,7 @@
Name: pipewire
Version: 0.3.63
Release: 2
Release: 3
Summary: Multimedia processing graphs
License: LGPLv2+
URL: https://pipewire.org/
@ -22,7 +22,7 @@ Source0: https://github.com/pipewire/pipewire/archive/%{version}/%{name}-
#Patch01: fix-bug-of-build-fails-on-16-17-test-support.patch
#Patch02: fix-missing-NAME-define-under-arm.patch
BuildRequires: meson gcc g++ pkgconf-pkg-config libudev-devel dbus-devel glib2-devel >= 2.32 pipewire-gstreamer
BuildRequires: meson gcc g++ pkgconf-pkg-config libudev-devel dbus-devel glib2-devel >= 2.32
BuildRequires: gstreamer1-devel >= 1.10.0 gstreamer1-plugins-base-devel >= 1.10.0 systemd-devel vulkan-loader-devel
BuildRequires: alsa-lib-devel libv4l-devel doxygen xmltoman graphviz sbc-devel libsndfile-devel
BuildRequires: bluez-devel SDL2-devel jack-audio-connection-kit-devel python3-docutils
@ -394,6 +394,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || :
%{_datadir}/doc/pipewire/html/*
%changelog
* Wed May 22 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 0.3.63-3
- remove useless builddequires for pipewire
* Tue May 30 2023 Jia Chao <jiac13@chinaunicom.cn> - 0.3.63-2
- Fix: help should not be noarch, it contains architecture infos.