Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37385563
en ru br
ALT Linux repositórios
S:0.0.8-alt3
5.0: 0.0.8-alt1
4.1: 0.0.8-alt1

Group :: Sistema/Bibliotecas
RPM: libaften

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define oname aften

Name: libaften
Version: 0.0.8
Release: alt3
Epoch: 1

Summary: Aften: A/52 audio encoder
License: LGPLv2+
Group: System/Libraries

Url: http://%oname.sourceforge.net/
Source: http://dl.sourceforge.net/%oname/%oname-%version.tar.bz2
Patch2000: %name-e2k-simd.patch
Packager: Vitaly Lipatov <lav at altlinux.ru>

# Automatically added by buildreq on Thu Aug 02 2007

BuildRequires: cmake yasm subversion

# used to build on armh back in 2013 but not in 2021

ExclusiveArch: %ix86 x86_64 %e2k

%description
A simple AC3-compatible audio encoder based on FFmpeg.

%package devel
Summary: Header files for %name library
Group: Development/C++
Requires: %name = %{?serial:%serial:}%version-%release

%description devel
Header files for %name library.

%prep
%setup -n %oname-%version
%ifarch %e2k
%patch2000 -p1
%endif

%build
mkdir -p default && cd default
cmake .. -DCMAKE_INSTALL_PREFIX:STRING="%_usr" -DSHARED=yes
%make_build

%install
cd default
%makeinstall_std
# hack due to broken install target in CMakeList
test -d %buildroot%_libdir || mv %buildroot%_prefix/lib %buildroot%_libdir

%files
%_bindir/*
%doc README
%_libdir/lib*.so.*

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

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009