automatic update by autodist [release 0.9.1-1mamba;Mon Oct 21 2013]
This commit is contained in:
parent
ecd31db221
commit
526ed71063
@ -1,2 +1,4 @@
|
|||||||
# wineasio
|
# wineasio
|
||||||
|
|
||||||
|
WineASIO is a ASIO driver for wine, allowing to run Windows audio applications with low latency (as JACK clients).
|
||||||
|
|
||||||
|
70
wineasio.spec
Normal file
70
wineasio.spec
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
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
|
8
wineasio_install.patch
Normal file
8
wineasio_install.patch
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
--- wineasio-old/Makefile 2008-06-04 22:27:03.000000000 +0200
|
||||||
|
+++ wineasio/Makefile 2008-06-04 22:30:49.000000000 +0200
|
||||||
|
@@ -114,4 +114,4 @@
|
||||||
|
$(WINECC) $(wineasio_dll_LDFLAGS) -o $@ $(wineasio_dll_OBJS) $(wineasio_dll_LIBRARY_PATH) $(DEFLIB) $(wineasio_dll_DLLS:%=-l%) $(wineasio_dll_LIBRARIES:%=-l%)
|
||||||
|
|
||||||
|
install:
|
||||||
|
- cp wineasio.dll.so $(PREFIX)/lib/wine
|
||||||
|
+ #cp wineasio.dll.so $(PREFIX)/lib/wine
|
Loading…
Reference in New Issue
Block a user