]> git.pld-linux.org Git - SPECS.git/blob - omxil-mad.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / omxil-mad.spec
1 Summary:        MAD decoder component for Bellagio OpenMAX IL
2 Summary(pl.UTF-8):      Komponent dekodujący MAD dla implementacji Bellagio OpenMAX IL
3 Name:           omxil-mad
4 Version:        0.1
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 Source0:        http://downloads.sourceforge.net/omxil/libomxmad-%{version}.tar.gz
9 # Source0-md5:  b2e398ef611b628ffc7c38a0accff2a6
10 URL:            http://omxil.sourceforge.net/
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake
13 BuildRequires:  libomxil-bellagio-devel >= 0.9
14 BuildRequires:  libtool
15 BuildRequires:  libid3tag-devel
16 BuildRequires:  libmad-devel
17 BuildRequires:  pkgconfig
18 Requires:       libomxil-bellagio >= 0.9
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _libdir         /usr/%{_lib}/bellagio
22
23 %description
24 MAD component is an audio decoder component for Bellagio OpenMAX IL
25 that uses MAD and id3tag libraries for MP3 audio decoding.
26
27 %description -l pl.UTF-8
28 Komponent MAD to komponent dekodujący dźwięk dla implementacji
29 Bellagio OpenMAX IL, wykorzystujący biblioteki MAD i id3tag do
30 dekodowania dźwięku MP3.
31
32 %prep
33 %setup -q -n libomxmad-%{version}
34
35 %build
36 # rebuild for as-needed to work
37 %{__libtoolize}
38 %{__aclocal} -I m4
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure \
43         --disable-static
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS README
60 %attr(755,root,root) %{_libdir}/libomxmad.so*
This page took 0.541949 seconds and 3 git commands to generate.