package created using the webbuild interface [release 0.4.1-1mamba;Sun Mar 26 2023]
This commit is contained in:
parent
8abe3a8869
commit
e1d3218922
60
qpwgraph.spec
Normal file
60
qpwgraph.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user