From e1d3218922efb8ed7744121a3e9afbfd0365432b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:03:15 +0100 Subject: [PATCH] package created using the webbuild interface [release 0.4.1-1mamba;Sun Mar 26 2023] --- README.md | 2 ++ qpwgraph.spec | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 qpwgraph.spec diff --git a/README.md b/README.md index a3de16d..f04fc16 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # qpwgraph +PipeWire Graph Qt GUI Interface. + diff --git a/qpwgraph.spec b/qpwgraph.spec new file mode 100644 index 0000000..43a2958 --- /dev/null +++ b/qpwgraph.spec @@ -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 +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 0.4.1-1mamba +- package created using the webbuild interface