68 lines
2.1 KiB
RPMSpec
68 lines
2.1 KiB
RPMSpec
Name: xwax
|
|
Version: 1.7
|
|
Release: 1mamba
|
|
Summary: An open-source vinyl emulation software
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://xwax.org/
|
|
Source: http://xwax.org/releases/xwax-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libalsa-devel
|
|
BuildRequires: libjack-devel
|
|
BuildRequires: libSDL-devel
|
|
BuildRequires: libSDL_ttf-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
xwax is an open-source vinyl emulation software for Linux. It allows DJs and turntablists to playback digital audio files (MP3, Ogg Vorbis, FLAC, AAC and more), controlled using a normal pair of turntables via timecoded vinyls.
|
|
It's designed for both beat mixing and scratch mixing. Needle drops, pitch changes, scratching, spinbacks and rewinds are all supported, and feel just like the audio is pressed onto the vinyl itself.
|
|
The focus is on an accurate vinyl feel which is efficient, stable and fast.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
./configure \
|
|
--prefix=%{_prefix} \
|
|
--enable-alsa \
|
|
--enable-jack
|
|
|
|
%make PREFIX=%{_prefix} EXECDIR=%{_libexecdir}
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall PREFIX=%{_prefix} EXECDIR=%{_libexecdir}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/xwax
|
|
%{_libexecdir}/xwax-import
|
|
%{_libexecdir}/xwax-scan
|
|
%dir %{_docdir}/xwax
|
|
%{_docdir}/xwax/*
|
|
%{_mandir}/man1/xwax.1*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Tue Aug 28 2018 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Mar 01 2014 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Sep 16 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
|
- package created by silvan using the webbuild interface
|