Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37711540
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 

%def_with sse
%def_without static

Name: libfame
Version: 0.9.0
Release: alt3

Summary: Fast Assembly Mpeg Encoding library
License: LGPL
Group: System/Libraries
Url: http://fame.sourceforge.net
Packager: Yuri N. Sedunov <aris at altlinux.ru>

Source: http://prdownloads.sourceforge.net/fame/%name-%version.tar.gz

# Automatically added by buildreq on Sun Oct 13 2002

BuildRequires: glibc-devel-static

%description
FAME is a library for fast MPEG encoding.

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

%description devel
FAME is a library for fast MPEG encoding. This package contains
header files and other resources you can use to develop FAME
applications.

%package devel-static
Summary: FAME static libraries
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
FAME is a library for fast MPEG encoding. This package contains static
version of FAME library.

%prep
%setup -q

%build
%set_verify_elf_method textrel=relaxed

%configure \
--enable-mmx \
%if_with sse
--enable-sse
%endif

%make_build

%install
%makeinstall

# remove non-packaged files

%__rm -f %buildroot%_libdir/*.la
%if_without static
%__rm -f %buildroot%_libdir/*.a
%endif

%post -p %post_ldconfig
%postun -p %postun_ldconfig

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

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

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

%changelog

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

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