wireplumber: change glib2 location
This commit is contained in:
parent
6b119bdc8a
commit
707c9f2465
118
extras/wireplumber/wireplumber.spec
Normal file
118
extras/wireplumber/wireplumber.spec
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
Name: wireplumber
|
||||||
|
Version: 0.4.5
|
||||||
|
Release: 3%{?dist}
|
||||||
|
Summary: A modular session/policy manager for PipeWire
|
||||||
|
|
||||||
|
License: MIT
|
||||||
|
URL: https://pipewire.pages.freedesktop.org/wireplumber/
|
||||||
|
Source0: https://gitlab.freedesktop.org/pipewire/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
|
#Patch0: wireplumber-use-external-glib.patch
|
||||||
|
|
||||||
|
|
||||||
|
BuildRequires: meson gcc pkgconfig
|
||||||
|
BuildRequires: rx-glib2-devel
|
||||||
|
BuildRequires: pkgconfig(libspa-0.2) >= 0.2
|
||||||
|
BuildRequires: pkgconfig(libpipewire-0.3) >= 0.3.26
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
BuildRequires: pkgconfig(lua)
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: python3-lxml doxygen
|
||||||
|
BuildRequires: systemd-rpm-macros
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
Provides: pipewire-session-manager
|
||||||
|
Conflicts: pipewire-session-manager
|
||||||
|
|
||||||
|
%package libs
|
||||||
|
Summary: Libraries for WirePlumber clients
|
||||||
|
Recommends: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: rx-glib2
|
||||||
|
|
||||||
|
%description libs
|
||||||
|
This package contains the runtime libraries for any application that wishes
|
||||||
|
to interface with WirePlumber.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
%description
|
||||||
|
WirePlumber is a modular session/policy manager for PipeWire and a
|
||||||
|
GObject-based high-level library that wraps PipeWire's API, providing
|
||||||
|
convenience for writing the daemon's modules as well as external tools for
|
||||||
|
managing PipeWire.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
%build
|
||||||
|
export PKG_CONFIG_PATH=/opt/rx/glib2/%{_lib}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}
|
||||||
|
LD_LIBRARY_PATH="/opt/rx/glib2/%{_lib}:$LD_LIBRARY_PATH"
|
||||||
|
|
||||||
|
export LDFLAGS="-L/opt/rx/glib2/%{_lib} -Wl,-rpath=/opt/rx/glib2/%{_lib} $LDFLAGS"
|
||||||
|
|
||||||
|
%meson -Dsystem-lua=true \
|
||||||
|
-Ddoc=disabled \
|
||||||
|
-Dsystemd=enabled \
|
||||||
|
-Dsystemd-user-service=true \
|
||||||
|
-Dintrospection=enabled \
|
||||||
|
-Delogind=disabled
|
||||||
|
%meson_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%meson_install
|
||||||
|
|
||||||
|
# Create local config skeleton
|
||||||
|
mkdir -p %{buildroot}%{_sysconfdir}/wireplumber/{bluetooth.lua.d,common,main.lua.d,policy.lua.d}
|
||||||
|
|
||||||
|
%post
|
||||||
|
%systemd_user_post %{name}.service
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_user_preun %{name}.service
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%{_bindir}/wireplumber
|
||||||
|
%{_bindir}/wpctl
|
||||||
|
%{_bindir}/wpexec
|
||||||
|
%dir %{_sysconfdir}/wireplumber
|
||||||
|
%dir %{_sysconfdir}/wireplumber/bluetooth.lua.d
|
||||||
|
%dir %{_sysconfdir}/wireplumber/common
|
||||||
|
%dir %{_sysconfdir}/wireplumber/main.lua.d
|
||||||
|
%dir %{_sysconfdir}/wireplumber/policy.lua.d
|
||||||
|
%{_datadir}/wireplumber/
|
||||||
|
%{_userunitdir}/wireplumber.service
|
||||||
|
%{_userunitdir}/wireplumber@.service
|
||||||
|
|
||||||
|
%files libs
|
||||||
|
%license LICENSE
|
||||||
|
%dir %{_libdir}/wireplumber-0.4/
|
||||||
|
%{_libdir}/wireplumber-0.4/libwireplumber-*.so
|
||||||
|
%{_libdir}/libwireplumber-0.4.so.*
|
||||||
|
%{_libdir}/girepository-1.0/Wp-0.4.typelib
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/wireplumber-0.4/
|
||||||
|
%{_libdir}/libwireplumber-0.4.so
|
||||||
|
%{_libdir}/pkgconfig/wireplumber-0.4.pc
|
||||||
|
%{_datadir}/gir-1.0/Wp-0.4.gir
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Apr 29 2022 Raven <raven@sysadmins.ws> - 0.4.5-2
|
||||||
|
- rebuilt for rx-glib2
|
||||||
|
|
||||||
|
* Wed Jan 19 2022 Raven <raven@sysadmins.ws> - 0.4.5-1
|
||||||
|
- version upgrade
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 06 2021 Peter Hutterer <peter.hutterer@redhat.com> 0.4.1-1
|
||||||
|
- Initial package (#1976012)
|
Loading…
x
Reference in New Issue
Block a user