Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37870159
en ru br
Репозитории ALT
S:1.2.12-alt2.git40a7e1a
5.1: 1.2.9-alt1
4.1: 1.2.8-alt1
4.0: 1.2.7-alt2
3.0: 1.2.6-alt2
www.altlinux.org/Changes

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

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

Name: SDL_mixer
Version: 1.2.9
Release: alt1
Summary: Simple DirectMedia Layer - mixer
Group: System/Libraries
License: LGPL
Url: http://www.libsdl.org/projects/SDL_mixer/

Packager: Valery Inozemtsev <shrek at altlinux.ru>

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

BuildRequires: gcc-c++ libSDL-devel libsmpeg-devel libvorbis-devel libflac-devel libmikmod-devel

%description
SDL_mixer is a sample multi-channel audio mixer library. It supports any number
of simultaneously playing channels of 16 bit stereo audio, plus a single
channel of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
libraries.

%package -n lib%name
Summary: Main library for %name
Group: System/Libraries
Requires: timidity-instruments

%description -n lib%name
This package contains the library needed to run programs dynamically
linked with %name.

%package -n lib%name-devel
Summary: Headers for developing programs that will use %name
Group: Development/C
Requires: lib%name = %version-%release

%description -n lib%name-devel
This package contains the headers that programmers will need to develop
applications which will use %name.

%prep
%setup -q
%patch -p1

cat acinclude/* > aclocal.m4

%build
autoconf
%configure \
--disable-music-mp3-shared \
--disable-music-ogg-shared \
--disable-music-flac-shared \
--disable-music-mod-shared \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

%files -n lib%name
%doc README
%_libdir/lib*.so.*

%files -n lib%name-devel
%_includedir/SDL
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

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

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