i9ce
changed/i9/pipewire-module-xrdp-0.0-1.20230608.6a645a8.el9
commit
1224f22fcc
@ -0,0 +1 @@
|
|||||||
|
SOURCES/pipewire-module-xrdp-6a645a8d9a73c81b228b10dba601cf215a03746e.tar.xz
|
@ -0,0 +1 @@
|
|||||||
|
92a68c154932eed8e3dee0aaa93e6a35d5d60766 SOURCES/pipewire-module-xrdp-6a645a8d9a73c81b228b10dba601cf215a03746e.tar.xz
|
@ -0,0 +1,49 @@
|
|||||||
|
%global commit 6a645a8d9a73c81b228b10dba601cf215a03746e
|
||||||
|
%global commit_short 6a645a8
|
||||||
|
%global commit_date 20230608
|
||||||
|
|
||||||
|
Summary: Xrdp sink / source pipewire modules
|
||||||
|
Name: pipewire-module-xrdp
|
||||||
|
Version: 0.0
|
||||||
|
Release: 1.%{commit_date}.%{commit_short}%{?dist}
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
Url: https://github.com/matt335672/pipewire-module-xrdp
|
||||||
|
Source: https://github.com/matt335672/pipewire-module-xrdp/releases/%{name}-%{commit}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pkgconfig(libpipewire-0.3) >= 0.3.58
|
||||||
|
Buildrequires: autoconf
|
||||||
|
Buildrequires: automake
|
||||||
|
Buildrequires: libtool
|
||||||
|
BuildRequires: /usr/bin/desktop-file-validate
|
||||||
|
|
||||||
|
%description
|
||||||
|
xrdp implements Audio Output redirection using PipeWire, which is a
|
||||||
|
sound system used on POSIX operating systems.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}
|
||||||
|
|
||||||
|
%build
|
||||||
|
autoreconf -ivf
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
find %{buildroot}%{_libdir} -name '*.la' -delete
|
||||||
|
|
||||||
|
%check
|
||||||
|
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/pipewire-xrdp.desktop
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSE
|
||||||
|
%{_libdir}/pipewire-0.3/lib%{name}-pipewire.so
|
||||||
|
%{_sysconfdir}/xdg/autostart/pipewire-xrdp.desktop
|
||||||
|
%{_libexecdir}/%{name}/load_pw_modules.sh
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Jul 1 2023 Arkady L. Shane <ashejn@msvsphere.ru> 0.0-1.20230608.6a645a8
|
||||||
|
- Initial Build for MSVSphere 9.2
|
Loading…
Reference in new issue