Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 846929 Details for
Bug 885357
Review Request: OpenShadingLanguage - Shader language libraries and compiler
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
the spec file
OpenShadingLanguage.spec (text/x-rpm-spec), 3.22 KB, created by
Dan Eicher
on 2014-01-08 04:13:46 UTC
(
hide
)
Description:
the spec file
Filename:
MIME Type:
Creator:
Dan Eicher
Created:
2014-01-08 04:13:46 UTC
Size:
3.22 KB
patch
obsolete
>Name: OpenShadingLanguage >Version: 1.4.1 >Release: 1%{?dist} >Summary: Advanced shading language for production GI renderers >Group: Applications/Multimedia >License: BSD >URL: http://opensource.imageworks.com/?p=osl > >ExcludeArch: %{arm} > > # https://github.com/imageworks/OpenShadingLanguage/ > # git archive Release-1.4.1 --prefix=OpenShadingLanguage-1.4.1/ -o OpenShadingLanguage-1.4.1.tar.gz >Source0: %{name}-%{version}.tar.gz > >Patch0: OpenShadingLanguage-1.4.1-lib_install_dir.patch >Patch1: OpenShadingLanguage-1.4.1-lib_soversion.patch > >BuildRequires: cmake, clang, flex, bison, gcc-c++ >BuildRequires: OpenImageIO-devel >BuildRequires: ilmbase-devel >BuildRequires: OpenEXR-devel >BuildRequires: boost-devel >BuildRequires: tbb-devel >BuildRequires: llvm-devel >BuildRequires: pugixml-devel > > >%description >Open Shading Language (OSL) is a small but rich language for >programmable shading in advanced renderers and other applications, ideal >for describing materials, lights, displacement, and pattern generation. > > >%package libs >Summary: Libraries for %{name} >Group: System Environment/Libraries > >%description libs >Open Shading Language (OSL) is a small but rich language for >programmable shading in advanced renderers and other applications, ideal >for describing materials, lights, displacement, and pattern generation. > >This package contains the libraries for %{name} > > >%package devel >Summary: Development package for %{name} >Group: Development/Libraries >Requires: %{name}-libs%{?_isa} = %{version}-%{release} > >%description devel >Development files for package %{name} > > >%prep >%setup -q > >%patch0 -p1 -b .lib_install_dir >%patch1 -p1 -b .lib_soversion > > >%build >mkdir build >pushd build > >cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ > -DCMAKE_INSTALL_RPATH=%{_libdir} \ > -DCMAKE_INSTALL_PREFIX=%{_prefix} \ > -DLIB_INSTALL_DIR=%{_libdir} \ > -DSTOP_ON_WARNING=OFF \ > -DUSE_EXTERNAL_PUGIXML=ON \ > ../ > >make %{?_smp_mflags} > >popd > > >%install >pushd build > >make DESTDIR=%{buildroot} install > ># remove test programs >rm %{buildroot}/%{_libdir}/libtestshade.so* >rm %{buildroot}/%{_bindir}/testshade >rm %{buildroot}/%{_bindir}/testshade_dso >rm %{buildroot}/%{_bindir}/testrender > >rm %{buildroot}/%{_prefix}/CHANGES %{buildroot}/%{_prefix}/LICENSE >rm %{buildroot}/%{_prefix}/README.md %{buildroot}/%{_prefix}/INSTALL >rm -r %{buildroot}/%{_prefix}/doc > >mkdir -p %{buildroot}/%{_datadir}/%{name} >mv %{buildroot}/%{_prefix}/shaders %{buildroot}/%{_datadir}/%{name}/ > >popd > > >%post libs -p /sbin/ldconfig > > >%postun libs -p /sbin/ldconfig > > >%files >%doc CHANGES LICENSE README.md src/doc/osl-languagespec.pdf >%{_bindir}/oslc >%{_bindir}/oslinfo >%dir %{_datadir}/%{name} >%{_datadir}/%{name}/shaders/ > > >%files libs >%{_libdir}/liboslcomp.so.* >%{_libdir}/liboslquery.so.* >%{_libdir}/liboslexec.so.* > > >%files devel >%dir %{_includedir}/OSL >%{_includedir}/OSL/* >%{_libdir}/liboslcomp.so >%{_libdir}/liboslquery.so >%{_libdir}/liboslexec.so > > >%changelog >* Tue Jan 07 2014 Dan Eicher <dan@eu.phorio.us> - 1.4.1-1 >- Update to latest upstream release. > >* Tue Feb 19 2013 Dan Eicher <dan@trollwerks.org> - 1.3.0-1 >- Update to latest upstream release. > >* Sun Sep 16 2012 Dan Eicher <dan@trollwerks.org> - 1.2.1-1 >- Initial RPM release. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 885357
: 846929