Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37046509
en ru br
Репозитории ALT

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

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

Name: libaacs
Version: 0.11.1
Release: alt1

Summary: BD AACS library
License: LGPL-2.1
Group: System/Libraries
Url: https://www.videolan.org/developers/libaacs.html

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

BuildRequires: flex libgcrypt-devel

%description
%summary

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

%description devel
This package contains the headers and libraries for libaacs development.

%prep
%setup
%ifarch %e2k
# the compiler is called with "-Werror=implicit-function-declaration"
# and there's a trick in "keydbcfg-parser.c":
#   GCC diagnostic ignored "-Wimplicit-function-declaration"
# which doesn't work for EDG frontend,
# and it stops compiling with an error.
sed -i "s/-Werror/-Wno-error/" configure.ac
%endif

%build
%autoreconf
%configure
%make_build

%install
%makeinstall
rm -v %buildroot%_libdir/libaacs.a

%files
%_bindir/aacs_info
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/*

%changelog

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

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