[packages/Atari800] - Up to the fresh 6.1.0. - Removed the X11 subpackage since it's not possible to compile it now - no
lmasko
lmasko at pld-linux.org
Sun Jun 21 21:17:42 CEST 2026
commit 17a51470641f284678cd6cdba097131258afbc02
Author: Łukasz Maśko <lmasko at pld-linux.org>
Date: Sun Jun 21 21:16:26 2026 +0200
- Up to the fresh 6.1.0.
- Removed the X11 subpackage since it's not possible to compile it now - no libossaudio library on PLD (or cannot find one). Therefore - 0.1 subversion.
Atari800.spec | 48 ++++--------------------------------------------
1 file changed, 4 insertions(+), 44 deletions(-)
---
diff --git a/Atari800.spec b/Atari800.spec
index 9420648..00ce9ed 100644
--- a/Atari800.spec
+++ b/Atari800.spec
@@ -1,13 +1,13 @@
Summary: Atari 800 Emulator
Summary(pl.UTF-8): Emulator Atari 800
Name: Atari800
-Version: 5.2.0
-Release: 1
+Version: 6.1.0
+Release: 0.1
License: GPL v2+
Group: Applications/Emulators
#Source0Download: https://github.com/atari800/atari800/releases
-Source0: https://github.com/atari800/atari800/releases/download/ATARI800_5_2_0/atari800-%{version}-src.tgz
-# Source0-md5: bed6188abbe73c2ac109dc954050fd46
+Source0: https://github.com/atari800/atari800/releases/download/ATARI800_6_1_0/atari800-%{version}-src.tgz
+# Source0-md5: 75b39a1ad0b2d77f0a5d8920c4eeaa8c
Source1: %{name}-chooser
Patch0: %{name}-romdir.patch
Patch1: %{name}-nodisk.patch
@@ -45,27 +45,6 @@ of Atari800.
%description common -l pl.UTF-8
To jest emulator Atari 800, 800XL, 130XE i 5200.
-Ten pakiet zawiera pliki wspólne dla wersji działających pod SDL
-oraz X11.
-
-%package x11
-Summary: Atari 800 Emulator - X Window version
-Summary(pl.UTF-8): Emulator Atari 800 - wersja dla systemu X Window
-Group: Applications/Emulators
-Requires: %{name}-common = %{version}-%{release}
-
-%description x11
-This is Atari 800, 800XL, 130XE and 5200 emulator.
-
-This package contains Atari800 executable file configured for X11 with
-OSS sound and joystick support.
-
-%description x11 -l pl.UTF-8
-To jest emulator Atari 800, 800XL, 130XE i 5200.
-
-Ten pakiet zawiera wykonywalny plik emulatora skonfigurowany dla X11 z
-obsługą dźwięku OSS i joysticka.
-
%package SDL
Summary: Atari 800 Emulator - SDL version
Summary(pl.UTF-8): Emulator Atari 800 - wersja SDL
@@ -105,25 +84,10 @@ cp -f /usr/share/automake/config.sub .
%{__mv} src/atari800 atari800-SDL
-%{__make} clean
-
-%configure \
- --target=x11-shm \
- --enable-crashmenu \
- --disable-silent-rules \
- --disable-stereosound \
- --with-sound=oss \
- --with-video=yes
-
-%{__make}
-
-%{__mv} src/atari800 atari800-x11
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/atari800,%{_mandir}/man1}
-install atari800-x11 $RPM_BUILD_ROOT%{_bindir}
install atari800-SDL $RPM_BUILD_ROOT%{_bindir}
cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/atari800
cp -p src/atari800.man $RPM_BUILD_ROOT%{_mandir}/man1/atari800.1
@@ -138,10 +102,6 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/atari800
%{_mandir}/man1/atari800.1*
-%files x11
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/atari800-x11
-
%files SDL
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/atari800-SDL
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Atari800.git/commitdiff/17a51470641f284678cd6cdba097131258afbc02
More information about the pld-cvs-commit
mailing list