fix: uxplay (#588)

* fix: uxplay

* Update uxplay.spec

Signed-off-by: madomado <wboy111@outlook.com>

* cmake???

Signed-off-by: madomado <wboy111@outlook.com>

---------

Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
madomado
2023-06-19 00:26:28 +08:00
committed by GitHub
parent 9e12a63083
commit ef33408342
+2 -2
View File
@@ -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