]> git.pld-linux.org Git - packages/stella.git/blobdiff - stella.spec
- up to 3.3
[packages/stella.git] / stella.spec
index 46786b59b7b1f495baf766ffbfa76c3ace4defa9..9b3960d5a1b915aaa47193549495bdf290f9d84a 100644 (file)
@@ -1,18 +1,21 @@
 Summary:       An Atari 2600 Video Computer System emulator
-Summary(pl):   Emulator Atari 2600 Video Computer System
+Summary(pl.UTF-8):     Emulator Atari 2600 Video Computer System
 Name:          stella
-Version:       2.3.5
+Version:       3.3
 Release:       1
 License:       GPL v2+
 Group:         Applications/Emulators
-Source0:       http://dl.sourceforge.net/stella/%{name}-%{version}-src.tar.gz
-# Source0-md5: b3458475518b53c459a76399da5dcc3f
+Source0:       http://downloads.sourceforge.net/stella/%{name}-%{version}-src.tar.gz
+# Source0-md5: 56a55d4467f5948457e3cf32703889b0
 Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-useless_files.patch
 URL:           http://stella.sourceforge.net/
-BuildRequires: XFree86-devel
+BuildRequires: OpenGL-devel
+BuildRequires: SDL-devel >= 1.2.10
 BuildRequires: alsa-lib-devel >= 0.9.0
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,22 +24,25 @@ the most popular home video game system of the early 1980's. This
 emulator will run most Atari ROM images, so that you can play your
 favorite old Atari 2600 games on your PC.
 
-%description -l pl
-Atari 2600 Video Computer System (VCS), który mia³ premierê w 1977
-roku, by³ najpopularniejszym systemem domowych gier video wczesnych
-lat 1980-tych. Ten emulator potrafi uruchomiæ wiêkszo¶æ obrazów Atari
-ROM, wiêc mo¿na graæ w swoje ulubione stare gry z Atari 2600 na PC.
+%description -l pl.UTF-8
+Atari 2600 Video Computer System (VCS), który miał premierę w 1977
+roku, był najpopularniejszym systemem domowych gier video wczesnych
+lat '80. Ten emulator potrafi uruchomić większość obrazów Atari ROM,
+więc można grać w swoje ulubione stare gry z Atari 2600 na PC.
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./configure \
        --prefix=%{_prefix}
 %{__make} \
-       CC="%{__cc}" \
-       CXX="%{__cxx}"
+       CXX="%{__cxx}" \
+       LD="%{__cxx}" \
+       CXXFLAGS="%{rpmcxxflags}" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.1913 seconds and 4 git commands to generate.