2024-01-05 19:06:34 +01:00
|
|
|
Name: virtualgl
|
2024-03-16 12:12:39 +01:00
|
|
|
Version: 3.1.1
|
|
|
|
Release: 2mamba
|
2024-01-05 19:06:34 +01:00
|
|
|
Summary: Redirects 3D commands from a Unix/Linux OpenGL application onto a server-side 3D graphics card
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:06:34 +01:00
|
|
|
URL: https://virtualgl.org/
|
2024-03-16 12:12:39 +01:00
|
|
|
Source: https://github.com/VirtualGL/virtualgl.git/%{version}/virtualgl-%{version}.tar.bz2
|
2024-01-05 19:06:34 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
2024-01-05 19:06:34 +01:00
|
|
|
BuildRequires: libXtst-devel
|
2024-01-05 19:06:34 +01:00
|
|
|
BuildRequires: libXv-devel
|
2024-01-05 19:06:34 +01:00
|
|
|
BuildRequires: libfltk-devel
|
|
|
|
BuildRequires: libgcc
|
2024-03-16 12:12:39 +01:00
|
|
|
BuildRequires: libglu-devel
|
2024-01-05 19:06:34 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: ocl-icd-devel
|
2024-01-05 19:06:34 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libjpeg-turbo-static
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
|
|
|
VirtualGL redirects 3D commands from a Unix/Linux OpenGL application onto a server-side 3D graphics card and converts the rendered 3D images into a video stream with which remote clients can interact to view and control the 3D application in real time.
|
|
|
|
|
|
|
|
%package demos
|
|
|
|
Summary: Demos for %{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description demos
|
|
|
|
Demos for %{name}.
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
%prep
|
2024-03-16 12:12:39 +01:00
|
|
|
%setup -q
|
2024-01-05 19:06:34 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build \
|
2024-01-05 19:06:34 +01:00
|
|
|
-DVGL_BUILDSTATIC=0 \
|
|
|
|
-DTJPEG_INCLUDE_DIR=%{_includedir}/ \
|
|
|
|
-DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.so \
|
2024-01-05 19:06:34 +01:00
|
|
|
-DVGL_DOCDIR=%{_docdir}/%{name} \
|
2024-01-05 19:06:34 +01:00
|
|
|
-DVGL_LIBDIR=%{_libdir} \
|
|
|
|
-DVGL_SYSTEMFLTK=1 \
|
|
|
|
-DVGL_FAKEXCB=1
|
2024-01-05 19:06:34 +01:00
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-03-16 12:12:39 +01:00
|
|
|
# Resolve conflicts with mesa-tests
|
|
|
|
mv %{buildroot}%{_bindir}/{,v}glxinfo
|
|
|
|
mv %{buildroot}%{_bindir}/{,v}eglinfo
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/vglclient
|
|
|
|
%{_bindir}/vglconfig
|
|
|
|
%{_bindir}/vglconnect
|
|
|
|
%{_bindir}/vglgenkey
|
|
|
|
%{_bindir}/vgllogin
|
|
|
|
%{_bindir}/vglrun
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_bindir}/.vglrun.vars*
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_bindir}/vglserver_config
|
2024-01-05 19:06:34 +01:00
|
|
|
%dir %{_docdir}/VirtualGL
|
|
|
|
%{_docdir}/VirtualGL/*
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_includedir}/rr.h
|
|
|
|
%{_includedir}/rrtransport.h
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_libdir}/libvglfaker-nodl.so
|
|
|
|
%{_libdir}/libvglfaker.so
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_libdir}/libvglfaker-opencl.so
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_libdir}/libdlfaker.so
|
|
|
|
%{_libdir}/libgefaker.so
|
|
|
|
|
|
|
|
%files demos
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/cpustat
|
2024-03-16 12:12:39 +01:00
|
|
|
%{_bindir}/veglinfo
|
2024-01-05 19:06:36 +01:00
|
|
|
%{_bindir}/eglxinfo
|
|
|
|
%{_bindir}/eglxspheres*
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_bindir}/glreadtest
|
2024-03-16 12:12:39 +01:00
|
|
|
%{_bindir}/vglxinfo
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_bindir}/glxspheres*
|
2024-01-05 19:06:34 +01:00
|
|
|
%{_bindir}/nettest
|
|
|
|
%{_bindir}/tcbench
|
|
|
|
|
|
|
|
%changelog
|
2024-03-16 12:12:39 +01:00
|
|
|
* Sat Mar 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.1-2mamba
|
|
|
|
- resolve conflicts with mesa-tests
|
|
|
|
|
|
|
|
* Thu Mar 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.1-1mamba
|
|
|
|
- update to 3.1.1
|
|
|
|
|
2024-01-05 19:06:36 +01:00
|
|
|
* Fri Mar 31 2023 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Sun Oct 23 2022 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Tue Jun 04 2019 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Wed Jan 09 2019 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Thu Aug 30 2018 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 2.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Thu Mar 24 2016 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Wed Aug 26 2015 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Sat Apr 04 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-1mamba
|
|
|
|
- update to 2.4
|
|
|
|
|
2024-01-05 19:06:34 +01:00
|
|
|
* Fri Jan 03 2014 Automatic Build System <autodist@mambasoft.it> 2.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 27 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
|
|
|
|
- package created by autospec
|