From ef3340834226e80d4c94db570f3dfb5294d0bb34 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 19 Jun 2023 00:26:28 +0800 Subject: [PATCH] fix: uxplay (#588) * fix: uxplay * Update uxplay.spec Signed-off-by: madomado * cmake??? Signed-off-by: madomado --------- Signed-off-by: madomado --- anda/others/uxplay/uxplay.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/others/uxplay/uxplay.spec b/anda/others/uxplay/uxplay.spec index 8488f49158..7859c88312 100644 --- a/anda/others/uxplay/uxplay.spec +++ b/anda/others/uxplay/uxplay.spec @@ -5,7 +5,7 @@ Summary: AirPlay Unix mirroring server License: GPL-3.0 URL: https://github.com/FDH2/UxPlay Source0: %url/archive/refs/tags/v%version.tar.gz -Requires: openssl libplist avahi gstreamer1-plugin-libav gstreamer1-plugins-bad-free +Requires: openssl libplist avahi gstreamer1-plugin-libav gstreamer1-plugins-bad-free gstreamer1-plugins-good gstreamer1-plugins-base Recommends: gstreamer1-vaapi BuildRequires: cmake desktop-file-utils systemd-rpm-macros gcc gcc-c++ openssl-devel avahi-compat-libdns_sd-devel BuildRequires: pkgconfig(gstreamer-1.0) pkgconfig(gstreamer-sdp-1.0) pkgconfig(gstreamer-video-1.0) pkgconfig(gstreamer-app-1.0) pkgconfig(libplist-2.0) @@ -29,7 +29,7 @@ Comment=%summary EOF %build -%cmake . +%cmake . -DNO_MARCH_NATIVE=ON %cmake_build --config Release