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