package created using the webbuild interface [release 0.4.1-1mamba;Sun Mar 26 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 17:03:15 +01:00
parent 8abe3a8869
commit e1d3218922
2 changed files with 62 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# qpwgraph # qpwgraph
PipeWire Graph Qt GUI Interface.

60
qpwgraph.spec Normal file
View File

@ -0,0 +1,60 @@
Name: qpwgraph
Version: 0.4.1
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
* Sun Mar 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
- package created using the webbuild interface