update to 4.1.0 [release 4.1.0-1mamba;Sat May 07 2022]
This commit is contained in:
parent
e6476b24ac
commit
83bdbba238
11
muse-4.1.0-include_stdint.patch
Normal file
11
muse-4.1.0-include_stdint.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- muse-4.1.0/src/al/dsp.cpp.orig 2022-06-24 11:09:25.840407260 +0200
|
||||||
|
+++ muse-4.1.0/src/al/dsp.cpp 2022-06-24 11:09:34.424404918 +0200
|
||||||
|
@@ -21,7 +21,7 @@
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
-//#include <stdint.h>
|
||||||
|
+#include <stdint.h>
|
||||||
|
//#include "config.h"
|
||||||
|
#include "al.h"
|
||||||
|
#include "dsp.h"
|
29
muse.spec
29
muse.spec
@ -1,18 +1,21 @@
|
|||||||
### AUTOUPDATE-OFF: 8
|
### AUTOUPDATE-OFF: 8
|
||||||
Name: muse
|
Name: muse
|
||||||
Version: 4.0
|
Version: 4.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A MIDI/Audio sequencer with recording and editing capabilities
|
Summary: A MIDI/Audio sequencer with recording and editing capabilities
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.muse-sequencer.org/
|
URL: https://muse-sequencer.github.io/
|
||||||
Source0: http://downloads.sourceforge.net/sourceforge/lmuse/muse-%{version}.tar.gz
|
Source: https://github.com/muse-sequencer/muse.git/%{version}/muse-%{version}.tar.bz2
|
||||||
|
#Source0: http://downloads.sourceforge.net/sourceforge/lmuse/muse-%{version}.tar.gz
|
||||||
Source1: %{name}.png
|
Source1: %{name}.png
|
||||||
|
Patch0: muse-4.1.0-include_stdint.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt5Svg-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libatkmm1-devel
|
BuildRequires: libatkmm1-devel
|
||||||
@ -36,8 +39,7 @@ BuildRequires: liblo-devel
|
|||||||
BuildRequires: liblrdf-devel
|
BuildRequires: liblrdf-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpangomm1-devel
|
BuildRequires: libpangomm1-devel
|
||||||
BuildRequires: libpython39-devel
|
BuildRequires: libpython310-devel
|
||||||
BuildRequires: libqt5-devel
|
|
||||||
BuildRequires: librtaudio-devel
|
BuildRequires: librtaudio-devel
|
||||||
BuildRequires: librubberband-devel
|
BuildRequires: librubberband-devel
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
@ -49,6 +51,7 @@ BuildRequires: libsratom-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: liblcms-devel >= 1.14
|
BuildRequires: liblcms-devel >= 1.14
|
||||||
BuildRequires: libladcca-devel >= 0.4.0
|
BuildRequires: libladcca-devel >= 0.4.0
|
||||||
@ -66,15 +69,18 @@ MusE aims to be a complete multitrack virtual studio for Linux.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cd src
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
cd src
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -85,9 +91,9 @@ MusE aims to be a complete multitrack virtual studio for Linux.
|
|||||||
%{_bindir}/muse4
|
%{_bindir}/muse4
|
||||||
%{_bindir}/muse_plugin_scan
|
%{_bindir}/muse_plugin_scan
|
||||||
%{_bindir}/grepmidi
|
%{_bindir}/grepmidi
|
||||||
%{_datadir}/applications/org.musesequencer.Muse4.desktop
|
%{_datadir}/applications/io.github.muse_sequencer.Muse.desktop
|
||||||
|
%{_datadir}/metainfo/io.github.muse_sequencer.Muse.appdata.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/muse.png
|
%{_datadir}/icons/hicolor/*/apps/muse.png
|
||||||
%{_datadir}/metainfo/org.musesequencer.Muse4.appdata.xml
|
|
||||||
%dir %{_datadir}/muse-*
|
%dir %{_datadir}/muse-*
|
||||||
%{_datadir}/muse-*/*
|
%{_datadir}/muse-*/*
|
||||||
%dir %{_libdir}/muse-*
|
%dir %{_libdir}/muse-*
|
||||||
@ -104,11 +110,12 @@ MusE aims to be a complete multitrack virtual studio for Linux.
|
|||||||
%{_mandir}/man1/muse4.1*
|
%{_mandir}/man1/muse4.1*
|
||||||
%dir %{_docdir}/muse-*
|
%dir %{_docdir}/muse-*
|
||||||
%{_docdir}/muse-*/*
|
%{_docdir}/muse-*/*
|
||||||
%doc COPYING
|
#%doc COPYING
|
||||||
#ChangeLog NEWS README README.CVS README.de README.instruments
|
|
||||||
#% doc README.ladspaguis README.shortcuts README.softsynth README.translate
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-1mamba
|
||||||
|
- update to 4.1.0
|
||||||
|
|
||||||
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
|
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user