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
|
Name: fst
|
||||||
Version: 1.8.git20131208
|
Version: 1.8.git20131208
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A small library that permits native Linux applications to load win32/x86 VST plugins
|
Summary: A small library that permits native Linux applications to load win32/x86 VST plugins
|
||||||
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://joebutton.co.uk/fst/
|
URL: https://repo.or.cz/fst.git
|
||||||
Source: git://repo.or.cz/fst.git/master/fst-%{version}.tar.bz2
|
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
|
Source1: libfst-1.8-pkgconfig
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libat-spi2-core-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk2-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: liblash-devel
|
BuildRequires: liblash-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: wine-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: wine-devel >= 9.0-1mamba
|
||||||
Provides: libfst
|
Provides: libfst
|
||||||
Obsoletes: libfst
|
Obsoletes: libfst < 1.8.git20131208
|
||||||
|
|
||||||
%description
|
%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".
|
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}
|
Summary: Static libraries and headers for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Provides: libfst-devel
|
Provides: libfst-devel
|
||||||
Obsoletes: libfst-devel
|
Obsoletes: libfst-devel < 1.8.git20131208
|
||||||
|
|
||||||
%description devel
|
%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".
|
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
|
%prep
|
||||||
%setup -q -n fst-%{version}
|
%setup -q -n fst-%{version}
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
sed -i "s|-m32||" Makefile
|
||||||
|
%endif
|
||||||
|
|
||||||
# fix a wine build error
|
# fix a wine build error
|
||||||
#sed -i "s| --exe | --exe -F |" fst/Makefile.in
|
#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)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/fst
|
%{_bindir}/fst
|
||||||
%{_bindir}/fst.exe.so
|
%{_bindir}/fst.exe.so
|
||||||
#%{_libdir}/*.so
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
#%{_libdir}/pkgconfig/libfst.pc
|
|
||||||
#%exclude %{_includedir}/vst/*.h
|
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 08 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.git20131208-1mamba
|
||||||
- update to 1.8.git20131208
|
- update to 1.8.git20131208
|
||||||
- renamed from libfst
|
- renamed from libfst
|
||||||
|
Loading…
Reference in New Issue
Block a user