a52dec

Rating: 
5
Your rating: None Average: 5 (2 votes)

Name: a52dec
Version: 0.7.4
Release: 1
Summary: A52dec - AC3 decoder

#Group:
License: GPLv2
URL: http://liba52.sourceforge.net
Source: a52dec-%{version}.tar.gz
#BuildRoot:    %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
A AC3 decoding library.

%prep
%setup -q
export CFLAGS="$CFLAGS -fPIC"
./configure --prefix=/usr \
    --enable-shared \
    --disable-static
%build
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# Remove unneded stuff
rm -r $RPM_BUILD_ROOT/usr/bin
rm -r $RPM_BUILD_ROOT/usr/man
rm -r $RPM_BUILD_ROOT/usr/lib/liba52.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_libdir}/*

%package devel
Summary: A52dec headers
Requires: a52dec

%description devel
A52dec headers

%files devel
%{_includedir}/*

%doc

%changelog

Category:

Keywords:

Application versions: 
AttachmentSizeDate
File a52dec-0.7.4-1.armv7hl.rpm20.72 KB02/01/2014 - 22:13
File a52dec-devel-0.7.4-1.armv7hl.rpm4.12 KB02/01/2014 - 22:13

Comments

lpr's picture
abranson's picture

Could you do an i486 build of this for the tablet please?

nakami's picture

i love you