71 lines
2.0 KiB
RPMSpec
71 lines
2.0 KiB
RPMSpec
|
Name: wineasio
|
||
|
Version: 0.9.1
|
||
|
Release: 1mamba
|
||
|
Summary: wine ASIO driver for JACK
|
||
|
Group: Applications/Multimedia
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||
|
URL: http://sourceforge.net/projects/wineasio/
|
||
|
Source0: http://downloads.sourceforge.net/project/wineasio/wineasio-%{version}.tar.gz
|
||
|
Source1: asiosdk2.2.zip
|
||
|
Patch: wineasio_install.patch
|
||
|
License: LGPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: e2fsprogs
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: jack
|
||
|
BuildRequires: libjack-devel
|
||
|
BuildRequires: wine-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
#BuildRequires: alsa-devel asiosdk e2fsprogs-devel
|
||
|
BuildRequires: wine-devel >= 1.5.2-3mamba
|
||
|
Requires: wine-core
|
||
|
Requires: jack
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
WineASIO is a ASIO driver for wine, allowing to run Windows audio applications with low latency (as JACK clients).
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %{name}
|
||
|
#%patch -p1
|
||
|
|
||
|
%build
|
||
|
unzip -o ${startdir}/%{SOURCE1} ASIOSDK2/common/asio.h || return 1
|
||
|
mv ASIOSDK2/common/asio.h ./
|
||
|
rm -rf ASIOSDK2
|
||
|
|
||
|
%make PREFIX=%{_prefix} DESTDIR=%{buildroot}
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
install -D -m 755 -s wineasio.dll.so %{buildroot}%{_libdir}/wine/wineasio.dll.so
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_libdir}/wine/*
|
||
|
%doc README
|
||
|
|
||
|
%changelog
|
||
|
* Mon Oct 21 2013 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||
|
- automatic update by autodist
|
||
|
|
||
|
* Wed Jun 20 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-2mamba
|
||
|
- rebuilt after wine library path change to standard
|
||
|
|
||
|
* Thu Jul 21 2011 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
||
|
- update to 0.9.0
|
||
|
|
||
|
* Thu Dec 10 2009 Davide Madrisan <davide.madrisan@gmail.com> 0.7.5-2mamba
|
||
|
- updated package requirements
|
||
|
|
||
|
* Mon Nov 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.5-1mamba
|
||
|
- update to 0.7.5
|
||
|
|
||
|
* Wed Jun 04 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.7.4-1mamba
|
||
|
- package created by autospec
|