update to 0.4.9.20220125git.8a05420 [release 0.4.9.20220125git.8a05420-1mamba;Sat Feb 05 2022]
This commit is contained in:
parent
83dab7dafd
commit
e5f815c89d
@ -1,27 +1,31 @@
|
|||||||
|
%define gittag %(echo %version | cut -d. -f5)
|
||||||
Name: libaubio
|
Name: libaubio
|
||||||
Version: 0.4.9
|
Version: 0.4.9.20220125git.8a05420
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for audio labelling
|
Summary: A library for audio labelling
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://aubio.org/
|
URL: https://aubio.org/
|
||||||
Source: http://aubio.org/pub/aubio-%{version}.tar.bz2
|
Source: https://github.com/aubio/aubio.git/master@%{gittag}/aubio-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libavcodec-ffmpeg-devel
|
BuildRequires: libavcodec-ffmpeg-devel
|
||||||
BuildRequires: libavformat-ffmpeg-devel
|
BuildRequires: libavformat-ffmpeg-devel
|
||||||
BuildRequires: libavresample-ffmpeg-devel
|
|
||||||
BuildRequires: libavutil-ffmpeg-devel
|
BuildRequires: libavutil-ffmpeg-devel
|
||||||
|
BuildRequires: libflac-devel
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
|
BuildRequires: libogg-devel
|
||||||
|
BuildRequires: librubberband-devel
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
|
BuildRequires: libswresample-ffmpeg-devel
|
||||||
|
BuildRequires: libvorbis-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: puredata
|
BuildRequires: puredata
|
||||||
BuildRequires: txt2man
|
BuildRequires: txt2man
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -70,20 +74,15 @@ This package includes the %{name} API documentation.
|
|||||||
%setup -q -n aubio-%{version}
|
%setup -q -n aubio-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./waf configure \
|
%make \
|
||||||
--prefix=%{_prefix} \
|
PREFIX=%{_prefix} \
|
||||||
--libdir=%{_libdir}
|
LIBDIR=%{_libdir} \
|
||||||
|
WAFOPTS="--prefix=%{_prefix} --libdir=%{_libdir}"
|
||||||
./waf %{?_smp_mflags} build
|
|
||||||
|
|
||||||
#% configure \
|
|
||||||
# LIBS="-lm -lpthread"
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
./waf install \
|
%makeinstall PREFIX=%{_prefix} LIBDIR=%{_libdir} \
|
||||||
--libdir=%{_libdir} \
|
WAFOPTS="--prefix=%{_prefix} --libdir=%{_libdir}"
|
||||||
--destdir=%{buildroot}
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -133,6 +132,9 @@ This package includes the %{name} API documentation.
|
|||||||
#%{_docdir}/libaubio-doc/sphinx
|
#%{_docdir}/libaubio-doc/sphinx
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.9.20220125git.8a05420-1mamba
|
||||||
|
- update to 0.4.9.20220125git.8a05420
|
||||||
|
|
||||||
* Fri Feb 15 2019 Automatic Build System <autodist@mambasoft.it> 0.4.9-1mamba
|
* Fri Feb 15 2019 Automatic Build System <autodist@mambasoft.it> 0.4.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user