Author: qboosh Date: Sun Jan 13 22:47:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new, separated from OpenEXR now
---- Files affected: SPECS: openexr_viewers.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/openexr_viewers.spec diff -u /dev/null SPECS/openexr_viewers.spec:1.1 --- /dev/null Sun Jan 13 23:47:49 2008 +++ SPECS/openexr_viewers.spec Sun Jan 13 23:47:44 2008 @@ -0,0 +1,83 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_with cg # use NVIDIA Cg compiler +# +Summary: Simple still OpenEXR image viewer +Summary(pl.UTF-8): Prosta przeglądarka nieruchomych obrazów OpenEXR +Name: openexr_viewers +Version: 1.0.1 +Release: 1 +License: BSD +Group: Libraries +Source0: http://download.savannah.nongnu.org/releases/openexr/%{name}-%{version}.tar.gz +# Source0-md5: e7b77c320a00cd89ef50605ba2a374cd +URL: http://www.openexr.com/ +BuildRequires: OpenEXR-devel >= 1.6.1 +BuildRequires: OpenGL-devel +%{?with_cg:BuildRequires: OpenGL-glut-devel} +BuildRequires: autoconf +BuildRequires: automake +%{?with_cg:BuildRequires: cg-devel} +BuildRequires: fltk-gl-devel >= 1.1 +BuildRequires: libstdc++-devel +BuildRequires: libtool +BuildRequires: openexr_ctl-devel >= 1.0.1 +BuildRequires: pkgconfig +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +exrdisplay is a simple still image viewer that optionally applies color +transforms to OpenEXR images, using CTL. + +%if %{with cg} +playexr is a program that plays back OpenEXR image sequences, +optionally with CTL support, applying rendering and display +transforms. +%endif + +%description -l pl.UTF-8 +exrdisplay to prosta przeglądarka nieruchomych obrazów opcjonalnie +stosująca na obrazach OpenEXR przekształcenia kolorów przy użyciu CTL. + +%if %{with cg} +playexr to program odtwarzający sekwencje obrazów OpenEXR z opcjonalną +obsługą CTL i stosowaniem przekształceń renderingu i wyświetlania. +%endif + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +# useless currently +rm $RPM_BUILD_ROOT%{_includedir}/OpenEXR/OpenEXR_ViewersConfig.h + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog NEWS README doc/OpenEXRViewers.pdf +%attr(755,root,root) %{_bindir}/exrdisplay +%if %{with cg} +%attr(755,root,root) %{_bindir}/playexr +%endif + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-01-13 22:47:44 qboosh +- new, separated from OpenEXR now ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
