]> git.pld-linux.org Git - packages/OpenEXR.git/blob - OpenEXR.spec
71a38b197e7e2e8786668115862f9448a4746e55
[packages/OpenEXR.git] / OpenEXR.spec
1 Summary:        High dynamic-range (HDR) image file format support libraries
2 Summary(pl.UTF-8):      Biblioteki obsługujące format plików obrazu o wysokiej dynamice (HDR)
3 Name:           OpenEXR
4 Version:        1.6.1
5 Release:        2
6 License:        BSD
7 Group:          Libraries
8 Source0:        http://download.savannah.nongnu.org/releases/openexr/openexr-%{version}.tar.gz
9 # Source0-md5:  11951f164f9c872b183df75e66de145a
10 URL:            http://www.openexr.com/
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake >= 1.6.3
13 BuildRequires:  ilmbase-devel >= 1.0.1
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  libtool
16 BuildRequires:  pkgconfig
17 BuildRequires:  zlib-devel
18 Requires:       ilmbase >= 1.0.1
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 OpenEXR is a high dynamic-range (HDR) image file format developed by
23 Industrial Light & Magic for use in computer imaging applications.
24 OpenEXR is used by ILM on all motion pictures currently in production.
25 The first movies to employ OpenEXR were Harry Potter and the Sorcerers
26 Stone, Men in Black II, Gangs of New York, and Signs. Since then,
27 OpenEXR has become ILM's main image file format.
28
29 %description -l pl.UTF-8
30 OpenEXR to format plików obrazu o wysokiej dynamice (HDR - High
31 Dynamic-Range) stworzony przez Industrial Light & Magic do używania w
32 aplikacjach do grafiki komputerowej. OpenEXR jest używany przez ILM do
33 wszystkich aktualnie produkowanych obrazów ruchomych. Pierwszymi
34 filmami wykorzystującymi OpenEXR były Harry Potter and the Sorcerers
35 Stone, Men in Black II, Gangs of New York oraz Signs. Od tamtego czasu
36 OpenEXR stał się głównym formatem obrazu ILM.
37
38 %package devel
39 Summary:        Header files for OpenEXR libraries
40 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotek OpenEXR
41 Group:          Development/Libraries
42 Requires:       %{name} = %{version}-%{release}
43 Requires:       ilmbase-devel >= 1.0.1
44 Requires:       libstdc++-devel
45 Requires:       zlib-devel
46
47 %description devel
48 Header files for OpenEXR libraries.
49
50 %description devel -l pl.UTF-8
51 Pliki nagłówkowe bibliotek OpenEXR.
52
53 %package static
54 Summary:        Static OpenEXR libraries
55 Summary(pl.UTF-8):      Statyczne biblioteki OpenEXR
56 Group:          Development/Libraries
57 Requires:       %{name}-devel = %{version}-%{release}
58
59 %description static
60 Static OpenEXR libraries.
61
62 %description static -l pl.UTF-8
63 Statyczne biblioteki OpenEXR.
64
65 %package progs
66 Summary:        OpenEXR utilities
67 Summary(pl.UTF-8):      Narzędzia do obrazów OpenEXR
68 Group:          Applications/Graphics
69 Requires:       %{name} = %{version}-%{release}
70
71 %description progs
72 OpenEXR utilities.
73
74 %description progs -l pl.UTF-8
75 Narzędzia do obrazów OpenEXR.
76
77 %prep
78 %setup -q -n openexr-%{version}
79
80 %build
81 %{__libtoolize}
82 %{__aclocal} -I m4
83 %{__autoconf}
84 %{__automake}
85 %configure
86
87 %{__make}
88
89 %install
90 rm -rf $RPM_BUILD_ROOT
91
92 %{__make} install \
93         DESTDIR=$RPM_BUILD_ROOT
94
95 %clean
96 rm -rf $RPM_BUILD_ROOT
97
98 %post   -p /sbin/ldconfig
99 %postun -p /sbin/ldconfig
100
101 %files
102 %defattr(644,root,root,755)
103 %doc AUTHORS COPYING ChangeLog NEWS README
104 %attr(755,root,root) %{_libdir}/libIlmImf.so.*.*.*
105 %attr(755,root,root) %ghost %{_libdir}/libIlmImf.so.6
106
107 %files devel
108 %defattr(644,root,root,755)
109 %attr(755,root,root) %{_libdir}/libIlmImf.so
110 %{_libdir}/libIlmImf.la
111 %{_includedir}/OpenEXR/Imf*.h
112 %{_includedir}/OpenEXR/OpenEXRConfig.h
113 %{_aclocaldir}/openexr.m4
114 %{_pkgconfigdir}/OpenEXR.pc
115
116 %files static
117 %defattr(644,root,root,755)
118 %{_libdir}/libIlmImf.a
119
120 %files progs
121 %defattr(644,root,root,755)
122 %attr(755,root,root) %{_bindir}/exrenvmap
123 %attr(755,root,root) %{_bindir}/exrheader
124 %attr(755,root,root) %{_bindir}/exrmakepreview
125 %attr(755,root,root) %{_bindir}/exrmaketiled
126 %attr(755,root,root) %{_bindir}/exrstdattr
This page took 0.028681 seconds and 2 git commands to generate.