update to 1.1.0 [release 1.1.0-1mamba;Sun Sep 12 2021]
This commit is contained in:
parent
292f8dbc1a
commit
ddf6eb863a
@ -1,14 +1,14 @@
|
||||
%define majver %(echo %version | cut -d_ -f1)
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: hydrogen
|
||||
Version: 1.0.2
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
Summary: Advanced drum machine for GNU/Linux
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.hydrogen-music.org/
|
||||
URL: http://hydrogen-music.org/
|
||||
Source: https://github.com/hydrogen-music/hydrogen.git/%{version}/hydrogen-%{pkgver}.tar.bz2
|
||||
#Source: http://downloads.sourceforge.net/project/hydrogen/Hydrogen/%{majver}%20Sources/hydrogen-%{pkgver}.tar.gz
|
||||
Patch0: %{name}-0.9.3-g++4.patch
|
||||
@ -22,12 +22,18 @@ BuildRequires: libalsa-devel
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: liblash-devel
|
||||
BuildRequires: liblo-devel
|
||||
BuildRequires: liblrdf-devel
|
||||
BuildRequires: libportaudio-devel
|
||||
BuildRequires: libportmidi-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: librubberband-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtar-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@ -47,10 +53,7 @@ This package contains the headers that programmers will need to develop applicat
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0
|
||||
#%patch1 -p1
|
||||
#%patch2
|
||||
%patch3 -p1
|
||||
#%patch3 -p1
|
||||
|
||||
%build
|
||||
QTDIR=%{_qt5_libdir}
|
||||
@ -124,6 +127,9 @@ LADSPA_PATH=%{_libdir}/ladspa
|
||||
#%doc README.txt
|
||||
|
||||
%changelog
|
||||
* Sun Sep 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
||||
- update to 1.1.0
|
||||
|
||||
* Mon Apr 12 2021 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user