]> git.pld-linux.org Git - packages/OpenEXR.git/blob - OpenEXR.spec
- more deps
[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.1
6 License:        Industrial Light & Magic
7 Group:          Libraries
8 Source0:        http://www.openexr.com/downloads/%{name}-%{version}.tar.gz
9 # Source0-md5:  716e74c740ef23433ef24bb515afb14f
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
42 %description devel
43 Header files for OpenEXR libraries.
44
45 %description devel -l pl
46 Pliki nag³ówkowe bibliotek OpenEXR.
47
48 %package static
49 Summary:        Static OpenEXR libraries
50 Summary(pl):    Statyczne biblioteki OpenEXR
51 Group:          Development/Libraries
52 Requires:       %{name}-devel = %{version}-%{release}
53
54 %description static
55 Static OpenEXR libraries.
56
57 %description static
58 Statyczne biblioteki OpenEXR.
59
60 %package progs
61 Summary:        OpenEXR utilities
62 Summary(pl):    Narzêdzia do obrazów OpenEXR
63 Group:          Applications/Graphics
64 Requires:       %{name} = %{version}-%{release}
65
66 %description progs
67 OpenEXR utilities.
68
69 %description progs
70 Narzêdzia do obrazów OpenEXR.
71
72 %prep
73 %setup -q
74
75 %build
76 cp -f /usr/share/automake/config.sub admin
77 %{__aclocal}
78 %{__libtoolize}
79 %{__autoconf}
80 %{__automake}
81
82 %configure
83
84 %{__make}
85
86 %install
87 rm -rf $RPM_BUILD_ROOT
88
89 %{__make} install \
90         DESTDIR=$RPM_BUILD_ROOT
91
92 %clean
93 rm -rf $RPM_BUILD_ROOT
94
95 %post   -p /sbin/ldconfig
96 %postun -p /sbin/ldconfig
97
98 %files
99 %defattr(644,root,root,755)
100 %doc AUTHORS COPYING ChangeLog NEWS README ReleaseNotes
101 %attr(755,root,root) %{_libdir}/libHalf.so.*.*.*
102 %attr(755,root,root) %{_libdir}/libIex.so.*.*.*
103 %attr(755,root,root) %{_libdir}/libIlmImf.so.*.*.*
104 %attr(755,root,root) %{_libdir}/libImath.so.*.*.*
105
106 %files devel
107 %defattr(644,root,root,755)
108 %attr(755,root,root) %{_libdir}/lib*.so
109 %{_libdir}/lib*.la
110 %{_includedir}/%{name}
111 %{_aclocaldir}/*
112 %{_pkgconfigdir}/*
113
114 %files static
115 %defattr(644,root,root,755)
116 %{_libdir}/lib*.a
117
118 %files progs
119 %defattr(644,root,root,755)
120 %attr(755,root,root) %{_bindir}/exrdisplay
121 %attr(755,root,root) %{_bindir}/exrenvmap
122 %attr(755,root,root) %{_bindir}/exrheader
123 %attr(755,root,root) %{_bindir}/exrmakepreview
124 %attr(755,root,root) %{_bindir}/exrmaketiled
125 %attr(755,root,root) %{_bindir}/exrstdattr
126
127 %changelog
128 * %{date} PLD Team <feedback@pld-linux.org>
129 All persons listed below can be reached at <cvs_login>@pld-linux.org
130
131 $Log: OpenEXR.spec,v $
132 Revision 1.3  2004-03-16 10:44:42  qboosh
133 - more deps
134
135 Revision 1.2  2004/03/15 20:28:19  qboosh
136 - pl, cosmetics
137
138 Revision 1.1  2004/03/15 19:56:59  adgor
139 - Initial
This page took 0.049526 seconds and 4 git commands to generate.