https://bugzilla.redhat.com/show_bug.cgi?id=827167

Robin Lee <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Robin Lee <[email protected]> ---
I made a specfile file for VirtualGL months ago:
http://cheeselee.fedorapeople.org/VirtualGL.spec

The %build section is simply:

%cmake -DTJPEG_INCLUDE_DIR=%{_includedir} \
       -DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.so \
       -DVGL_USESSL=ON -DVGL_LIBDIR=%{_libdir} \
       -DVGL_DOCDIR=%{_docdir}/%{name}-%{version}/ \
       -DVGL_FAKELIBDIR=%{_libdir}/fakelib/ .
make %{?_smp_mflags}

Then VirtualGL will link with libturbojpeg. I don't have time to test VirtualGL
a little more at this moment. Feel free to submit review request of VirtualGL
based on my specfile.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to