Compare commits

...

24 Commits
master ... f16

Author SHA1 Message Date
Rex Dieter 3448657d9f Merge branch 'f18' into f16 2013-01-23 14:12:50 -06:00
Rex Dieter 9a30ce92df rebuild (libwebp) 2013-01-23 14:11:52 -06:00
Richard M. Shaw 7c5424fff6 Remove old patch. 2013-01-17 10:43:37 -06:00
Richard M. Shaw de85de63d0 Merge branch 'f18' into f16 2013-01-17 10:42:23 -06:00
Richard M. Shaw e6ffb53bd3 Update to latest upstream patch release. 2013-01-17 09:59:31 -06:00
Richard M. Shaw 1afca057bb Fix merge conflict. 2012-09-22 10:12:14 -05:00
Richard M. Shaw 3b1d494009 Rebuild for updated boost 1.50. 2012-08-10 12:18:04 -05:00
Richard M. Shaw 577ce889d5 Merge branch 'master' into f16 2012-08-01 13:04:41 -05:00
Richard M. Shaw d728195f5a Fix git conflict. 2012-06-14 09:38:50 -05:00
Richard M. Shaw 3de092e48b Fix conflicts. 2012-06-13 21:13:57 -05:00
Richard M. Shaw e985bed975 Merge with master. 2012-06-13 21:13:12 -05:00
Richard M. Shaw 1e124eaaa2 Use qt4-devel instead of qt-devel. 2012-05-02 08:23:49 -05:00
Richard M. Shaw 036016e8b1 Add cmake to BR. 2012-05-01 12:46:44 -05:00
Richard M. Shaw 6c3a8c236c Fix conflicts from merge with f17 branch. 2012-04-19 14:08:04 -05:00
Richard M. Shaw 7d30ff8a52 Update to latest upstream release. 2012-04-19 13:54:11 -05:00
Dan Horák fb5ac2fe1f fix build without TBB 2012-04-09 11:51:59 +02:00
Dan Horák 1adb0b9650 fix build without TBB 2012-04-09 11:39:01 +02:00
Richard M. Shaw 895b650565 Rebuild for updated Field3D library. 2012-03-18 09:32:00 -05:00
Richard M. Shaw 0a89d6f3fa Rebuild for updated Field3D. 2012-03-18 06:55:55 -05:00
Richard M. Shaw f09b0b1ca8 Fix libpng-devel build requirement. 2012-03-13 14:25:29 -05:00
Richard M. Shaw 0a31123e6b Rebuild for updated Field3D library. 2012-03-12 19:22:58 -05:00
Richard M. Shaw c9a0b1cb4d Increment release. 2012-03-12 14:06:18 -05:00
Richard M. Shaw d928445b81 Rebuild for updated Field3D. 2012-03-12 14:05:38 -05:00
Richard M. Shaw 8cc501f56d Update to 0.10.3
Rebuild for libpng 1.5.
Fix typo in summary.
2011-11-10 14:48:14 -06:00
3 changed files with 40 additions and 14 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ clog
/OpenImageIO-oiio-Release-1.0.7-0-g0cae52b.tar.gz
/OpenImageIO-oiio-Release-1.0.8-0-g187bb9b.tar.gz
/OpenImageIO-oiio-Release-1.0.9-0-g0b78dec.tar.gz
/oiio-Release-1.0.11.tar.gz

View File

@ -1,17 +1,13 @@
%global githash1 g0b78dec
%global githash2 0d48631
%global githash3 9bf4356
Name: OpenImageIO
Version: 1.0.9
Release: 1%{?dist}
Version: 1.0.11
Release: 2%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
License: BSD
URL: https://sites.google.com/site/openimageio/home
Source0: https://download.github.com/%{name}-oiio-Release-%{version}-0-%{githash1}.tar.gz
Source0: https://github.com/%{name}/oiio/archive/oiio-Release-%{version}.tar.gz
# Images for test suite
#Source1: %{name}-oiio-images-%{githash3}.tar.gz
Source101: FindTBB.cmake
@ -39,7 +35,6 @@ BuildRequires: OpenColorIO-devel
%filter_setup
}
%description
OpenImageIO is a library for reading and writing images, and a bunch of related
classes, utilities, and applications. Main features include:
@ -50,8 +45,24 @@ classes, utilities, and applications. Main features include:
PNM/PPM/PGM/PBM, Field3d.
- An ImageCache class that transparently manages a cache so that it can access
truly vast amounts of image data.
- A really nice image viewer, iv, also based on OpenImageIO classes (and so
will work with any formats for which plugins are available).
%package utils
Summary: Command line utilies for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description utils
Command-line tools to minipulate and get information on images using the
%{name} library.
%package iv
Summary: %{name} based image viewer
Requires: %{name}%{?_isa} = %{version}-%{release}
%description iv
A really nice image viewer, iv, based on %{name} classes (and so will work with
any formats for which plugins are available).
%package devel
@ -64,7 +75,7 @@ Development files for package %{name}
%prep
%setup -q -n %{name}-oiio-%{githash2}
%setup -q -n oiio-Release-%{version}
%patch0 -p1 -b .exttbb
%patch1 -p1 -b .tbbinc
%patch2 -p1 -b .ppc
@ -128,10 +139,18 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
%files
%doc CHANGES LICENSE
%{_bindir}/*
%{_libdir}/libOpenImageIO.so.*
%{python_sitearch}/OpenImageIO.so
%{_mandir}/man1/*
%files utils
%exclude %{_bindir}/iv
%{_bindir}/*
%exclude %{_mandir}/man1/iv.1.gz
%{_mandir}/man1/*.1.gz
%files iv
%{_bindir}/iv
%{_mandir}/man1/iv.1.gz
%files devel
%doc src/doc/*.pdf
@ -140,6 +159,12 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Wed Jan 23 2013 Rex Dieter <rdieter@fedoraproject.org> 1.0.11-2
- rebuild (libwebp)
* Thu Jan 17 2013 Richard Shaw <hobbes1069@gmail.com> - 1.0.11-1
- Update to latest upstream patch release.
* Sat Sep 22 2012 Richard Shaw <hobbes1069@gmail.com> - 1.0.9-1
- Update to latest upstream release.

View File

@ -1 +1 @@
4b98a057515cc95fc954743c987f19ba OpenImageIO-oiio-Release-1.0.9-0-g0b78dec.tar.gz
c546b5f94d1c23c91259ed286ca199dd oiio-Release-1.0.11.tar.gz