]> git.pld-linux.org Git - packages/OpenEXR.git/blob - OpenEXR.spec
- openexr.m4: quote fix.
[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.1.0
5 Release:        0.2
6 License:        Industrial Light & Magic
7 Group:          Libraries
8 Source0:        http://www.openexr.com/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  716e74c740ef23433ef24bb515afb14f
10 Patch0:         %{name}-ac.patch
11 Patch1:         %{name}-gcc34.patch
12 URL:            http://www.openexr.com/
13 BuildRequires:  automake
14 BuildRequires:  fltk-gl-devel
15 BuildRequires:  libstdc++-devel
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 %patch0 -p1
77 %patch1 -p1
78
79 %build
80 cp -f /usr/share/automake/config.sub admin
81 %{__aclocal}
82 %{__libtoolize}
83 %{__autoconf}
84 %{__automake}
85
86 %configure
87
88 %{__make}
89
90 %install
91 rm -rf $RPM_BUILD_ROOT
92
93 %{__make} install \
94         DESTDIR=$RPM_BUILD_ROOT
95
96 %clean
97 rm -rf $RPM_BUILD_ROOT
98
99 %post   -p /sbin/ldconfig
100 %postun -p /sbin/ldconfig
101
102 %files
103 %defattr(644,root,root,755)
104 %doc AUTHORS COPYING ChangeLog NEWS README ReleaseNotes
105 %attr(755,root,root) %{_libdir}/libHalf.so.*.*.*
106 %attr(755,root,root) %{_libdir}/libIex.so.*.*.*
107 %attr(755,root,root) %{_libdir}/libIlmImf.so.*.*.*
108 %attr(755,root,root) %{_libdir}/libImath.so.*.*.*
109
110 %files devel
111 %defattr(644,root,root,755)
112 %attr(755,root,root) %{_libdir}/lib*.so
113 %{_libdir}/lib*.la
114 %{_includedir}/%{name}
115 %{_aclocaldir}/*
116 %{_pkgconfigdir}/*
117
118 %files static
119 %defattr(644,root,root,755)
120 %{_libdir}/lib*.a
121
122 %files progs
123 %defattr(644,root,root,755)
124 %attr(755,root,root) %{_bindir}/exrdisplay
125 %attr(755,root,root) %{_bindir}/exrenvmap
126 %attr(755,root,root) %{_bindir}/exrheader
127 %attr(755,root,root) %{_bindir}/exrmakepreview
128 %attr(755,root,root) %{_bindir}/exrmaketiled
129 %attr(755,root,root) %{_bindir}/exrstdattr
130
131 %changelog
132 * %{date} PLD Team <feedback@pld-linux.org>
133 All persons listed below can be reached at <cvs_login>@pld-linux.org
134
135 $Log: OpenEXR.spec,v $
136 Revision 1.5  2004-04-22 10:03:07  pluto
137 - openexr.m4: quote fix.
138
139 Revision 1.4  2004/04/01 21:06:16  pluto
140 - gcc 3.4 fixes.
141 - release 0.2.
142
143 Revision 1.3  2004/03/16 10:44:42  qboosh
144 - more deps
145
146 Revision 1.2  2004/03/15 20:28:19  qboosh
147 - pl, cosmetics
148
149 Revision 1.1  2004/03/15 19:56:59  adgor
150 - Initial
This page took 0.032829 seconds and 3 git commands to generate.