Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37880292
en ru br
Репозитории ALT
S:1.2.14-alt10
5.1: 1.2.14-alt1
4.1: 1.2.13-alt1
4.0: 1.2.11-alt3
3.0: 1.2.8-alt2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: SDL

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

Name: SDL
Version: 1.2.14
Release: alt1
Summary: Simple DirectMedia Layer
License: LGPL
Group: System/Libraries
Url: http://www.libsdl.org/
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source: %name-%version.tar
Patch: %name-%version-%release.patch

BuildRequires: libXext-devel libXrandr-devel libXrender-devel libXt-devel libGL-devel libXxf86dga-devel
BuildRequires: libXv-devel libXinerama-devel libXxf86vm-devel libpulseaudio-devel libalsa-devel libusb-compat-devel
%ifarch %ix86 x86_64
BuildRequires: nasm
%endif

%description
This is the Simple DirectMedia Layer, a generic API that provides low level
access to audio, keyboard, mouse, and display framebuffer across multiple
platforms.

%package -n lib%name
Summary: Simple DirectMedia Layer
Group: System/Libraries
Provides: SDL

%description -n lib%name
This is the Simple DirectMedia Layer, a generic API that provides low level
access to audio, keyboard, mouse, and display framebuffer across multiple
platforms.

This package provides shared libraries required to run %name-based applications.

%package -n lib%name-devel
Summary: Development environment for Simple DirectMedia Layer
Group: Development/C
Requires: lib%name = %version-%release

%description -n lib%name-devel
This is the Simple DirectMedia Layer, a generic API that provides low
level access to audio, keyboard, mouse, and display framebuffer across
multiple platforms.

This is the libraries, include files and other resources you can use
to develop %name applications.

%prep
%setup -q
%patch -p1

cat acinclude/* > aclocal.m4

%build
autoconf
%configure \
--disable-nas \
--disable-oss \
--disable-esd \
--disable-arts \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

%files -n lib%name
%doc BUGS CREDITS README README-%name.txt TODO WhatsNew
%_libdir/*.so.*

%files -n lib%name-devel
%doc docs.html docs/*html*
%_includedir/*
%_bindir/*
%_libdir/*.so
%_pkgconfigdir/*.pc
%_datadir/aclocal/*
%_mandir/man?/*

%changelog

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

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