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

Группа :: Звук
Пакет: libmad

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

Name: libmad
Version: 0.15.1b
Release: alt9

Summary: High quality MPEG audio decoder library
License: GPL
Group: Sound
Url: http://mad.sourceforge.net/

Source: libmad-%version.tar.gz
Patch1: libmad-0.15.1b-speedup.patch
Patch2: libmad-0.15.0b-alt-pkgconfig.patch
Patch3: libmad-0.15.1b-no-force-mem-gcc43.patch
Patch4: libmad-0.15.1b-alt-MIPS.patch

%description
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
and the MPEG-2 extension to Lower Sampling Frequencies, as well as the
so-called MPEG 2.5 format. All three audio layers (Layer I, Layer II,
and Layer III a.k.a. MP3) are fully implemented.

%package devel
Summary: Development files for MAD
Group: Development/C
Requires: %name = %version-%release

%description devel
This package contains development files required for packaging
MAD-based software.

%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p2
%patch4 -p1
%ifarch %e2k
# as of lcc 1.21.24/1.23.12
sed -i 's,-fcse-follow-jumps,,;s,-fcse-skip-blocks,,;s,-fregmove,,' configure.ac
%endif

%build
touch AUTHORS NEWS ChangeLog
%autoreconf
%remove_optflags -mthumb
%configure \
--enable-accuracy \
--disable-static

# SMP-incompatiple build

%make_build || %make

%install
%makeinstall
# audacity can't find it otherwise
ln -s libmad.pc %buildroot%_pkgconfigdir/mad.pc

%files
%doc CHANGES README CREDITS COPYRIGHT
%_libdir/libmad.so.*

%files devel
%_libdir/libmad.so
%_pkgconfigdir/*
%_includedir/mad.h

%changelog

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

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