Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37723875
en ru br
Репозитории ALT
S:1.3.7-alt1
5.1: 1.2.2-alt2
www.altlinux.org/Changes

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

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

%define bname xvid
%define Name XviD

Name: lib%bname
Version: 1.3.7
Release: alt1
Summary: Shared library of %Name video codec
Group: System/Libraries
License: GPLv2+
URL: https://labs.%bname.com

Provides: %bname = %version-%release
Obsoletes: %bname < %version-%release

# http://downloads.xvid.org/downloads/%{bname}core-%version.tar.gz

Source: %{bname}core-%version.tar

%ifarch %ix86 x86_64
BuildRequires: nasm
%set_verify_elf_method textrel=relaxed
%endif

%description
%Name is a high performance and high quality MPEG-4 video de-/encoding
solution.
This package includes the shared library needed to run %Name software.

%package devel
Summary: Development files of %Name video codec
Group: Development/C
Requires: %name = %version-%release
Provides: %bname-devel = %version-%release
Obsoletes: %bname-devel < %version-%release

%description devel
%Name is a high performance and high quality MPEG-4 video de-/encoding
solution.
This package includes the header files needed to develop %Name-based
software.

%prep
%setup -q -n %{bname}core-%version

%build
pushd build/generic
%configure
%make_build
popd

%install
pushd build/generic
%make DESTDIR=%buildroot install
popd

#ln -s %{name}core.so.4.3 %buildroot%_libdir/%{name}core.so

rm -f %buildroot%_libdir/*.a

%files
%doc AUTHORS README
%_libdir/*.so.*

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

%changelog

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

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