127 lines
3.2 KiB
RPMSpec
127 lines
3.2 KiB
RPMSpec
Name: vice
|
|
Version: 3.8
|
|
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: libX11-devel
|
|
BuildRequires: libalsa-devel
|
|
BuildRequires: libat-spi2-core-devel
|
|
BuildRequires: libbsd-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglew-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libglu-devel
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libgomp-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libnet-devel
|
|
BuildRequires: libnsl-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpci-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libpulseaudio-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
|
|
export PKG_CONFIG_PATH="%{_libdir}/ffmpeg4/pkgconfig"
|
|
%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}/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/GLSL
|
|
%{_datadir}/vice/GLSL/*
|
|
%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/*
|
|
%dir %{_datadir}/vice/hotkeys
|
|
%{_datadir}/vice/hotkeys/*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Thu Dec 28 2023 Automatic Build System <autodist@mambasoft.it> 3.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 29 2022 Automatic Build System <autodist@mambasoft.it> 3.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 26 2022 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 23 2022 Automatic Build System <autodist@mambasoft.it> 3.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5-1mamba
|
|
- package created using the webbuild interface
|