Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041393
en ru br
Репозитории ALT
S:2.5-alt2
5.1: 2.4-alt3
4.1: 2.4-alt2
www.altlinux.org/Changes

Группа :: Игры/Аркады
Пакет: blockout2

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _name BlockOutII

Name: blockout2
Version: 2.5
Release: alt2

Summary: 3D Tetris game
Summary(ru_RU.UTF-8): п╒я─п╣я┘п╪п╣я─п╫я▀п╧ п╡п╟я─п╦п╟п╫я┌ п╦пЁя─я▀ п╒п╣я┌я─п╦я│

License: GPL
Group: Games/Arcade
Url: http://www.blockout.net/blockout2/

Source: http://downloads.sourceforge.net/blockout/bl25-src.tar.gz
Source1: http://downloads.sourceforge.net/blockout/bl25-linux-x86.tar.gz
Source2: %name.desktop

# fc patches

Patch0: %_name-2.3-syslibs.patch
Patch1: %_name-2.3-bl2Home.patch
Patch2: %_name-2.3-restore-resolution.patch
Patch3: %_name-2.3-libpng15.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=1037001
Patch4: %_name-2.3-format-security.patch

Requires: %name-data = %version-%release

BuildRequires: gcc-c++ libSDL-devel libSDL_mixer-devel
BuildRequires: libpng-devel zlib-devel libalsa-devel
BuildRequires: %_bindir/convert desktop-file-utils dos2unix

%description
BlockOut II is a free adaptation of the original BlockOut DOS game
edited by California Dreams in 1989. BlockOut II has the same
features than the original game with few graphic improvements.
The score calculation is also nearly similar to the original game.
BlockOut II has been designed by an addicted player for addicted
players. BlockOut II is an open source project available for
both Windows and Linux.

%description -l ru_RU.UTF-8
BlockOut II я▐п╡п╩я▐п╣я┌я│я▐ я│п╡п╬п╠п╬п╢п╫я▀п╪ п╨п╩п╬п╫п╬п╪ п╦пЁя─я▀ BlockOut п╢п╩я▐ DOS,
п╡я▀п©я┐я┴п╣п╫п╫п╬п╧ California Dreams п╡ 1989 пЁп╬п╢я┐. BlockOut II я│п╬п╢п╣я─п╤п╦я┌
п╡я│п╣ п╡п╬п╥п╪п╬п╤п╫п╬я│я┌п╦ п╨п╩п╟я│я│п╦я┤п╣я│п╨п╬п╧ п╦пЁя─я▀ п╦ я┐п╩я┐я┤я┬п╣п╫п╫я┐я▌ пЁя─п╟я└п╦п╨я┐.
п÷п╬п╢я│я┤п╣я┌ п╬я┤п╨п╬п╡ я┌п╟п╨п╤п╣ п©п╬я┘п╬п╤ п╫п╟ п╬я─п╦пЁп╦п╫п╟п╩я▄п╫я┐я▌ п╦пЁя─я┐.

%package data
Group: Games/Arcade
Summary: Data files for BlockOut II
Summary(ru_RU.UTF-8): п■п╟п╫п╫я▀п╣ п╢п╩я▐ BlockOut II
BuildArch: noarch

%description data
BlockOut II is a free adaptation of the original BlockOut DOS game
edited by California Dreams in 1989. BlockOut II has the same
features than the original game with few graphic improvements.
The score calculation is also nearly similar to the original game.
BlockOut II has been designed by an addicted player for addicted
players. BlockOut II is an open source project available for
both Windows and Linux.

This package provides arch-independent data for BlockOut II.

%description -l ru_RU.UTF-8 data
BlockOut II я▐п╡п╩я▐п╣я┌я│я▐ я│п╡п╬п╠п╬п╢п╫я▀п╪ п╨п╩п╬п╫п╬п╪ п╦пЁя─я▀ BlockOut п╢п╩я▐ DOS,
п╡я▀п©я┐я┴п╣п╫п╫п╬п╧ California Dreams п╡ 1989 пЁп╬п╢я┐. BlockOut II я│п╬п╢п╣я─п╤п╦я┌
п╡я│п╣ п╡п╬п╥п╪п╬п╤п╫п╬я│я┌п╦ п╨п╩п╟я│я│п╦я┤п╣я│п╨п╬п╧ п╦пЁя─я▀ п╦ я┐п╩я┐я┤я┬п╣п╫п╫я┐я▌ пЁя─п╟я└п╦п╨я┐.
п÷п╬п╢я│я┤п╣я┌ п╬я┤п╨п╬п╡ я┌п╟п╨п╤п╣ п©п╬я┘п╬п╤ п╫п╟ п╬я─п╦пЁп╦п╫п╟п╩я▄п╫я┐я▌ п╦пЁя─я┐.


%prep
%setup -n BL_SRC -a1
cp %SOURCE2 .
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

dos2unix BlockOut/README.txt

# Remove bundled libraries

rm -rf ImageLib/src/png/{png,zlib}

%build
pushd ImageLib/src
%make_build CFLAGS="$RPM_OPT_FLAGS -Dlinux -c" \
   CXXFLAGS="$RPM_OPT_FLAGS -Dlinux -c"
popd

pushd BlockOut
%make_build \
   CXXFLAGS="$RPM_OPT_FLAGS -Dlinux `sdl-config --cflags` -I../ImageLib/src -c" \
   ADD_LIBS="-L../ImageLib/src -limagelib -lpng -lz"
popd

for r in 16 32 48; do
convert -scale $r BlockOut/block_icon.ico %_name-"$r"x"$r".png
done

# GraphicsMagick lacks svg support

#convert -scale 48 BlockOut/block_icon.ico %_name.svg

%install
mkdir -p %buildroot{%_bindir,%_desktopdir,%_datadir/%name/{images,sounds}}
install -m 755 BlockOut/blockout %buildroot%_bindir/%name
install -p -m 644 blockout/images/* %buildroot%_datadir/%name/images
install -p -m 644 blockout/sounds/* %buildroot%_datadir/%name/sounds

desktop-file-install --dir %buildroot%_desktopdir %SOURCE2
mkdir -p %buildroot%_datadir/icons/hicolor/{16x16,32x32,48x48,scalable}/apps
install -p -m 644 %_name-16x16.png \
 %buildroot%_datadir/icons/hicolor/16x16/apps/%_name.png
install -p -m 644 %_name-32x32.png \
 %buildroot%_datadir/icons/hicolor/32x32/apps/%_name.png
install -p -m 644 %_name-48x48.png \
 %buildroot%_datadir/icons/hicolor/48x48/apps/%_name.png
#install -p -m644 %_name.svg \
#  %buildroot%_iconsdir/hicolor/scalable/apps/%_name-symbolic.svg

%files
%_bindir/*
%doc BlockOut/README.txt

%files data
%_datadir/%name/
%_desktopdir/%name.desktop
%_datadir/icons/hicolor/*/apps/%_name.png

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin