rebuilt with wine 9.0 [release 1.8.git20131208-2mamba;Thu Feb 08 2024]
This commit is contained in:
parent
f9d259381b
commit
024cd77f3c
34
fst.spec
34
fst.spec
@ -1,34 +1,36 @@
|
||||
Name: fst
|
||||
Version: 1.8.git20131208
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A small library that permits native Linux applications to load win32/x86 VST plugins
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://joebutton.co.uk/fst/
|
||||
URL: https://repo.or.cz/fst.git
|
||||
Source: git://repo.or.cz/fst.git/master/fst-%{version}.tar.bz2
|
||||
#http://galan.sf.net/fst-%{version}.tar.gz
|
||||
Source1: libfst-1.8-pkgconfig
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: liblash-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: wine-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: wine-devel >= 9.0-1mamba
|
||||
Provides: libfst
|
||||
Obsoletes: libfst
|
||||
Obsoletes: libfst < 1.8.git20131208
|
||||
|
||||
%description
|
||||
libfst is a small C library that permits native Linux applications to load win32/x86 VST plugins. It uses libwine to make this possible, but doesn't require that the host application be a "wine application".
|
||||
@ -38,15 +40,19 @@ Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: libfst-devel
|
||||
Obsoletes: libfst-devel
|
||||
Obsoletes: libfst-devel < 1.8.git20131208
|
||||
|
||||
%description devel
|
||||
libfst is a small C library that permits native Linux applications to load win32/x86 VST plugins. It uses libwine to make this possible, but doesn't require that the host application be a "wine application".
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n fst-%{version}
|
||||
%ifarch x86_64 aarch64
|
||||
sed -i "s|-m32||" Makefile
|
||||
%endif
|
||||
|
||||
# fix a wine build error
|
||||
#sed -i "s| --exe | --exe -F |" fst/Makefile.in
|
||||
@ -77,17 +83,17 @@ install -D -m 755 fst.h %{buildroot}%{_includedir}/fst.h
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/fst
|
||||
%{_bindir}/fst.exe.so
|
||||
#%{_libdir}/*.so
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
#%{_libdir}/pkgconfig/libfst.pc
|
||||
#%exclude %{_includedir}/vst/*.h
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Thu Feb 08 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.git20131208-2mamba
|
||||
- rebuilt with wine 9.0
|
||||
|
||||
* Sun Dec 08 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.git20131208-1mamba
|
||||
- update to 1.8.git20131208
|
||||
- renamed from libfst
|
||||
|
Loading…
Reference in New Issue
Block a user