]> git.pld-linux.org Git - SPECS.git/blob - omxil-jpeg.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / omxil-jpeg.spec
1 Summary:        JPEG image decoder component for Bellagio OpenMAX IL
2 Summary(pl.UTF-8):      Komponent dekodujący obrazy JPEG dla implementacji Bellagio OpenMAX IL
3 Name:           omxil-jpeg
4 Version:        0.1
5 Release:        1
6 License:        LGPL v2.1+
7 Group:          Libraries
8 Source0:        http://downloads.sourceforge.net/omxil/libomxjpeg-%{version}.tar.gz
9 # Source0-md5:  4985931601103c65b915c9ed0b82a695
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:  libjpeg-devel
16 BuildRequires:  pkgconfig
17 Requires:       libomxil-bellagio >= 0.9
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _libdir         /usr/%{_lib}/bellagio
21
22 %description
23 JPEG component is an image decoder component for Bellagio OpenMAX IL
24 that uses IJG libjpeg library for JPEG image decoding.
25
26 %description -l pl.UTF-8
27 Komponent JPEG to komponent dekodujący obrazy dla implementacji
28 Bellagio OpenMAX IL, wykorzystujący bibliotekę IJG libjpeg do
29 dekodowania obrazów JPEG.
30
31 %prep
32 %setup -q -n libomxjpeg-%{version}
33
34 %build
35 # rebuild for as-needed to work
36 %{__libtoolize}
37 %{__aclocal} -I m4
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure \
42         --disable-static
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS README
59 %attr(755,root,root) %{_libdir}/libomximagejpeg.so*
This page took 0.028109 seconds and 3 git commands to generate.