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

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

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

Name: libfame
Version: 0.9.1
Release: alt5.qa1

Summary: library for fast MPEG video encoding
License: LGPL
Group: System/Libraries
Url: http://fame.sourceforge.net

Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source: %name-%version.tar.gz

Patch0: libfame-0.9.1-alt-configure.patch
Patch1: libfame-0.9.1-mmx_sse.patch
Patch2: libfame-0.9.1-x86_64.patch
Patch3: libfame-ac_fixes.patch
Patch4: libfame-0.9.1-alt-soname.patch

%description
libFAME is a library for fast (real-time) MPEG video encoding, written
in C and assembly. libFAME currently allows encoding of fast MPEG-1 video,
as well as MPEG-4 (OpenDivX compatible) rectangular and arbitrary shaped video.

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

%description devel
This package contains development files for libfame.

%ifarch %ix86
%def_enable sse
%def_enable mmx
%endif

%set_verify_elf_method textrel=relaxed

%prep
%setup -q

%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

rm -f acinclude.m4

%build
%autoreconf
%configure \
%{subst_enable sse} \
%{subst_enable mmx} \
--disable-static

%make_build

%install
%make DESTDIR=%buildroot install

%files
%doc AUTHORS BUGS CHANGES README TODO
%_libdir/*.so.*

%files devel
%_includedir/*
%_bindir/*
%_libdir/*.so
%_datadir/aclocal/*
%_man3dir/*

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%changelog

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

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