2024-01-05 17:03:15 +01:00
|
|
|
Name: qpwgraph
|
2024-01-05 17:03:17 +01:00
|
|
|
Version: 0.4.5
|
2024-01-05 17:03:15 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: PipeWire Graph Qt GUI Interface
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://gitlab.freedesktop.org/rncbc/qpwgraph
|
|
|
|
Source: https://gitlab.freedesktop.org/rncbc/qpwgraph.git/v%{version}/qpwgraph-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libalsa-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libpipewire-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtsvg-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
PipeWire Graph Qt GUI Interface.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build \
|
|
|
|
-DCONFIG_ALSA_MIDI=ON
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/qpwgraph
|
|
|
|
%{_datadir}/applications/org.rncbc.qpwgraph.desktop
|
|
|
|
%{_datadir}/metainfo/org.rncbc.qpwgraph.metainfo.xml
|
|
|
|
%{_datadir}/mime/packages/org.rncbc.qpwgraph.xml
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
|
|
|
%{_datadir}/icons/hicolor/*/mimetypes/*.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg*
|
|
|
|
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg*
|
|
|
|
%{_mandir}/man1/qpwgraph.1*
|
|
|
|
%doc LICENSE.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:03:17 +01:00
|
|
|
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:03:16 +01:00
|
|
|
* Tue Jun 20 2023 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:03:16 +01:00
|
|
|
* Sun Jun 18 2023 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:03:15 +01:00
|
|
|
* Mon Apr 03 2023 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:03:15 +01:00
|
|
|
* Sun Mar 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
|
|
|
|
- package created using the webbuild interface
|