108 lines
2.5 KiB
RPMSpec
108 lines
2.5 KiB
RPMSpec
|
Name: vice
|
||
|
Version: 3.5
|
||
|
Release: 1mamba
|
||
|
Summary: Versatile Commodore 8-bit Emulator
|
||
|
Group: Applications/Emulators
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: https://vice-emu.sourceforge.io/
|
||
|
Source: https://sourceforge.net/projects/vice-emu/files/releases/vice-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libGLU-devel
|
||
|
BuildRequires: libX11-devel
|
||
|
BuildRequires: libalsa-devel
|
||
|
BuildRequires: libatk-devel
|
||
|
BuildRequires: libbsd-devel
|
||
|
BuildRequires: libcairo-devel
|
||
|
BuildRequires: libfontconfig-devel
|
||
|
BuildRequires: libgcc
|
||
|
BuildRequires: libgdk-pixbuf-devel
|
||
|
BuildRequires: libglew-devel
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libglvnd-devel
|
||
|
BuildRequires: libgtk3-devel
|
||
|
BuildRequires: libharfbuzz-devel
|
||
|
BuildRequires: libnet-devel
|
||
|
BuildRequires: libnsl-devel
|
||
|
BuildRequires: libpango-devel
|
||
|
BuildRequires: libpci-devel
|
||
|
BuildRequires: libpng-devel
|
||
|
BuildRequires: libportaudio-devel
|
||
|
BuildRequires: libpulseaudio-devel
|
||
|
BuildRequires: libreadline-devel
|
||
|
BuildRequires: libstdc++6-devel
|
||
|
BuildRequires: libz-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
|
||
|
%description
|
||
|
Versatile Commodore 8-bit Emulator.
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
rm -rf src/lib/{liblame,libx264,libffmpeg}
|
||
|
|
||
|
%build
|
||
|
%configure\
|
||
|
--enable-external-ffmpeg \
|
||
|
--enable-x64
|
||
|
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/c1541
|
||
|
%{_bindir}/cartconv
|
||
|
%{_bindir}/petcat
|
||
|
%{_bindir}/vsid
|
||
|
%{_bindir}/x128
|
||
|
%{_bindir}/x64
|
||
|
%{_bindir}/x64dtv
|
||
|
%{_bindir}/x64sc
|
||
|
%{_bindir}/xcbm2
|
||
|
%{_bindir}/xcbm5x0
|
||
|
%{_bindir}/xpet
|
||
|
%{_bindir}/xplus4
|
||
|
%{_bindir}/xscpu64
|
||
|
%{_bindir}/xvic
|
||
|
%dir %{_datadir}/doc/vice
|
||
|
%{_datadir}/doc/vice/*
|
||
|
%dir %{_datadir}/vice/C128
|
||
|
%{_datadir}/vice/C128/*
|
||
|
%dir %{_datadir}/vice/C64
|
||
|
%{_datadir}/vice/C64/*
|
||
|
%dir %{_datadir}/vice/C64DTV
|
||
|
%{_datadir}/vice/C64DTV/*
|
||
|
%dir %{_datadir}/vice/CBM-II
|
||
|
%{_datadir}/vice/CBM-II/*
|
||
|
%dir %{_datadir}/vice/DRIVES
|
||
|
%{_datadir}/vice/DRIVES/*
|
||
|
%dir %{_datadir}/vice/PET
|
||
|
%{_datadir}/vice/PET/*
|
||
|
%dir %{_datadir}/vice/PLUS4
|
||
|
%{_datadir}/vice/PLUS4/*
|
||
|
%dir %{_datadir}/vice/PRINTER
|
||
|
%{_datadir}/vice/PRINTER/*
|
||
|
%dir %{_datadir}/vice/SCPU64
|
||
|
%{_datadir}/vice/SCPU64/*
|
||
|
%dir %{_datadir}/vice/VIC20
|
||
|
%{_datadir}/vice/VIC20/*
|
||
|
%dir %{_datadir}/vice/common
|
||
|
%{_datadir}/vice/common/*
|
||
|
%doc COPYING
|
||
|
|
||
|
%changelog
|
||
|
* Fri Nov 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5-1mamba
|
||
|
- package created using the webbuild interface
|