]> git.pld-linux.org Git - packages/OpenEXR.git/blob - OpenEXR.spec
- updated to 1.2.1.
[packages/OpenEXR.git] / OpenEXR.spec
1 Summary:        High dynamic-range (HDR) image file format support libraries
2 Summary(pl):    Biblioteki obs³uguj±ce format plików obrazu o wysokiej dynamice (HDR)
3 Name:           OpenEXR
4 Version:        1.2.1
5 Release:        1
6 License:        Industrial Light & Magic
7 Group:          Libraries
8 Source0:        http://savannah.nongnu.org/download/openexr/%{name}-%{version}.tar.gz
9 # Source0-md5:  cb931247581764730fae630f79f4832a
10 URL:            http://www.openexr.com/
11 BuildRequires:  automake
12 BuildRequires:  fltk-gl-devel
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  pkgconfig
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 OpenEXR is a high dynamic-range (HDR) image file format developed by
20 Industrial Light & Magic for use in computer imaging applications.
21 OpenEXR is used by ILM on all motion pictures currently in production.
22 The first movies to employ OpenEXR were Harry Potter and the Sorcerers
23 Stone, Men in Black II, Gangs of New York, and Signs. Since then,
24 OpenEXR has become ILM's main image file format. 
25
26 %description -l pl
27 OpenEXR to format plików obrazu o wysokiej dynamice (HDR - High
28 Dynamic-Range) stworzony przez Industrial Light & Magic do u¿ywania w
29 aplikacjach do grafiki komputerowej. OpenEXR jest u¿ywany przez ILM do
30 wszystkich aktualnie produkowanych obrazów ruchomych. Pierwszymi
31 filmami wykorzystuj±cymi OpenEXR by³y Harry Potter and the Sorcerers
32 Stone, Men in Black II, Gangs of New York oraz Signs. Od tamtego czasu
33 OpenEXR sta³ siê g³ównym formatem obrazu ILM.
34
35 %package devel
36 Summary:        Header files for OpenEXR libraries
37 Summary(pl):    Pliki nag³ówkowe bibliotek OpenEXR
38 Group:          Development/Libraries
39 Requires:       %{name} = %{version}-%{release}
40 Requires:       libstdc++-devel
41 Requires:       pkgconfig
42
43 %description devel
44 Header files for OpenEXR libraries.
45
46 %description devel -l pl
47 Pliki nag³ówkowe bibliotek OpenEXR.
48
49 %package static
50 Summary:        Static OpenEXR libraries
51 Summary(pl):    Statyczne biblioteki OpenEXR
52 Group:          Development/Libraries
53 Requires:       %{name}-devel = %{version}-%{release}
54
55 %description static
56 Static OpenEXR libraries.
57
58 %description static
59 Statyczne biblioteki OpenEXR.
60
61 %package progs
62 Summary:        OpenEXR utilities
63 Summary(pl):    Narzêdzia do obrazów OpenEXR
64 Group:          Applications/Graphics
65 Requires:       %{name} = %{version}-%{release}
66
67 %description progs
68 OpenEXR utilities.
69
70 %description progs
71 Narzêdzia do obrazów OpenEXR.
72
73 %prep
74 %setup -q
75
76 %build
77 cp -f /usr/share/automake/config.sub admin
78 %{__aclocal}
79 %{__libtoolize}
80 %{__autoconf}
81 %{__automake}
82
83 %configure
84
85 %{__make}
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 %{__make} install \
91         DESTDIR=$RPM_BUILD_ROOT
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %post   -p /sbin/ldconfig
97 %postun -p /sbin/ldconfig
98
99 %files
100 %defattr(644,root,root,755)
101 %doc AUTHORS COPYING ChangeLog NEWS README
102 %attr(755,root,root) %{_libdir}/libHalf.so.*.*.*
103 %attr(755,root,root) %{_libdir}/libIex.so.*.*.*
104 %attr(755,root,root) %{_libdir}/libIlmImf.so.*.*.*
105 %attr(755,root,root) %{_libdir}/libImath.so.*.*.*
106
107 %files devel
108 %defattr(644,root,root,755)
109 %attr(755,root,root) %{_libdir}/lib*.so
110 %{_libdir}/lib*.la
111 %{_includedir}/%{name}
112 %{_aclocaldir}/*
113 %{_pkgconfigdir}/*
114
115 %files static
116 %defattr(644,root,root,755)
117 %{_libdir}/lib*.a
118
119 %files progs
120 %defattr(644,root,root,755)
121 %attr(755,root,root) %{_bindir}/exrdisplay
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
127
128 %changelog
129 * %{date} PLD Team <feedback@pld-linux.org>
130 All persons listed below can be reached at <cvs_login>@pld-linux.org
131
132 $Log: OpenEXR.spec,v $
133 Revision 1.7  2004-08-10 22:10:34  pluto
134 - updated to 1.2.1.
135
136 Revision 1.6  2004/04/27 17:49:22  pluto
137 - updated to 1.1.1 (another development release)
138
139 Revision 1.5  2004/04/22 10:03:07  pluto
140 - openexr.m4: quote fix.
141
142 Revision 1.4  2004/04/01 21:06:16  pluto
143 - gcc 3.4 fixes.
144 - release 0.2.
145
146 Revision 1.3  2004/03/16 10:44:42  qboosh
147 - more deps
148
149 Revision 1.2  2004/03/15 20:28:19  qboosh
150 - pl, cosmetics
151
152 Revision 1.1  2004/03/15 19:56:59  adgor
153 - Initial
This page took 0.072016 seconds and 3 git commands to generate.