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

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

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

Name: cdparanoia
Version: 10.2
Release: alt6
Serial: 1

Summary: Utility to copy digital audio cd's.
License: GPL
Group: Sound

Url: http://www.xiph.org/paranoia
Source: %url/download/%name-III-%version.src.tgz
Patch0: cdparanoia-10.2-#463009.patch
Patch1: cdparanoia-10.2-endian.patch

Requires: lib%name = %{?serial:%serial:}%version-%release

%description
This CDDA reader distribution ('%name') reads audio from the CDROM
directly as data, with no analog step between, and writes the data to a file
or pipe as .wav, .aifc or as raw 16 bit linear PCM.

%name is a complete rewrite of Heiko Eissfeldt's 'cdda2wav' program,
and generally is much better at succeeding to read difficult discs with
cheap drives.

%package -n lib%name
Summary: Shared libraries for %name
Group: System/Libraries

%description -n lib%name
%name is a complete rewrite of Heiko Eissfeldt's 'cdda2wav' program,
and generally is much better at succeeding to read difficult discs with
cheap drives.

This package contains shared libraries for %name.

%package -n lib%name-devel
Summary: Development libraries and header files for %name
Group: Development/C
Requires: lib%name = %{?serial:%serial:}%version-%release
Provides: cdparanoia-devel
Obsoletes: cdparanoia-devel

%description -n lib%name-devel
%name is a complete rewrite of Heiko Eissfeldt's 'cdda2wav' program,
and generally is much better at succeeding to read difficult discs with
cheap drives.

This package contains development libraries and header files for %name.

%prep
%setup -q -n %name-III-%version
%patch0 -p3
%patch1 -p1

%build
%define _optlevel 0
%add_optflags -Wno-pointer-sign -Wno-unused -Werror-implicit-function-declaration
install -pm755 -- /usr/share/gnu-config/config.{sub,guess} .
ln -sf config.sub configure.sub
ln -sf config.guess configure.guess
%autoreconf
%configure
%make OPT="$RPM_OPT_FLAGS"

%install
mkdir -p %buildroot{%_bindir,%_libdir,%_includedir,%_man1dir}
%make install \
BINDIR=%buildroot%_bindir \
LIBDIR=%buildroot%_libdir \
MANDIR=%buildroot%_mandir \
INCLUDEDIR=%buildroot%_includedir
rm -f %buildroot%_libdir/*.a

%files
%_bindir/*
%_man1dir/*.1*

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

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

%changelog

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

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