removed requirement for fst [release 4.2.1-2mamba;Thu Feb 08 2024]
This commit is contained in:
parent
c65f818e69
commit
73ac3ea846
@ -1,11 +0,0 @@
|
|||||||
--- 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"
|
|
13
muse.spec
13
muse.spec
@ -1,7 +1,7 @@
|
|||||||
### AUTOUPDATE-OFF: 8
|
### AUTOUPDATE-OFF: 8
|
||||||
Name: muse
|
Name: muse
|
||||||
Version: 4.2.1
|
Version: 4.2.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -9,9 +9,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://muse-sequencer.github.io/
|
URL: https://muse-sequencer.github.io/
|
||||||
Source: https://github.com/muse-sequencer/muse.git/%{version}/muse-%{version}.tar.bz2
|
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
|
|
||||||
Patch0: muse-4.1.0-include_stdint.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -61,7 +58,7 @@ BuildRequires: libexpat-devel >= 1.95.8
|
|||||||
BuildRequires: jadetex >= 3.13
|
BuildRequires: jadetex >= 3.13
|
||||||
BuildRequires: libe2fs-devel >= 1.38
|
BuildRequires: libe2fs-devel >= 1.38
|
||||||
BuildRequires: wine-devel >= 1:0.9.23
|
BuildRequires: wine-devel >= 1:0.9.23
|
||||||
Requires: fst
|
#Requires: fst
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MusE is a MIDI/Audio sequencer with recording and editing capabilities written by Werner Schweer.
|
MusE is a MIDI/Audio sequencer with recording and editing capabilities written by Werner Schweer.
|
||||||
@ -71,7 +68,6 @@ MusE aims to be a complete multitrack virtual studio for Linux.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch 0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd src
|
||||||
@ -111,9 +107,12 @@ cd src
|
|||||||
%{_mandir}/man1/muse4.1*
|
%{_mandir}/man1/muse4.1*
|
||||||
%dir %{_docdir}/muse-*
|
%dir %{_docdir}/muse-*
|
||||||
%{_docdir}/muse-*/*
|
%{_docdir}/muse-*/*
|
||||||
#%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.1-2mamba
|
||||||
|
- removed requirement for fst
|
||||||
|
|
||||||
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user