automatic version update by autodist [release 3.0.2-1mamba;Sun Oct 23 2022]
This commit is contained in:
parent
1b6b3308b4
commit
4740b18e46
@ -1,31 +1,34 @@
|
|||||||
Name: virtualgl
|
Name: virtualgl
|
||||||
Version: 2.6.2
|
Version: 3.0.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Redirects 3D commands from a Unix/Linux OpenGL application onto a server-side 3D graphics card
|
Summary: Redirects 3D commands from a Unix/Linux OpenGL application onto a server-side 3D graphics card
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.virtualgl.org/
|
URL: https://virtualgl.org/
|
||||||
Source: http://downloads.sourceforge.net/project/virtualgl/%{version}/VirtualGL-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/virtualgl/%{version}/VirtualGL-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXtst-devel
|
||||||
BuildRequires: libXv-devel
|
BuildRequires: libXv-devel
|
||||||
|
BuildRequires: libfltk-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: ocl-icd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libjpeg-turbo-static
|
BuildRequires: libjpeg-turbo-static
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%package demos
|
%package demos
|
||||||
Summary: Demos for %{name}
|
Summary: Demos for %{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -34,14 +37,20 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description demos
|
%description demos
|
||||||
Demos for %{name}.
|
Demos for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n VirtualGL-%{version}
|
%setup -q -n VirtualGL-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.a \
|
-DVGL_BUILDSTATIC=0 \
|
||||||
|
-DTJPEG_INCLUDE_DIR=%{_includedir}/ \
|
||||||
|
-DTJPEG_LIBRARY=%{_libdir}/libturbojpeg.so \
|
||||||
-DVGL_DOCDIR=%{_docdir}/%{name} \
|
-DVGL_DOCDIR=%{_docdir}/%{name} \
|
||||||
-DVGL_LIBDIR=%{_libdir}
|
-DVGL_LIBDIR=%{_libdir} \
|
||||||
|
-DVGL_SYSTEMFLTK=1 \
|
||||||
|
-DVGL_FAKEXCB=1
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -64,18 +73,18 @@ Demos for %{name}.
|
|||||||
%{_bindir}/vglserver_config
|
%{_bindir}/vglserver_config
|
||||||
%dir %{_docdir}/VirtualGL
|
%dir %{_docdir}/VirtualGL
|
||||||
%{_docdir}/VirtualGL/*
|
%{_docdir}/VirtualGL/*
|
||||||
#%{_prefix}/fakelib/libGL.so
|
|
||||||
%{_includedir}/rr.h
|
%{_includedir}/rr.h
|
||||||
%{_includedir}/rrtransport.h
|
%{_includedir}/rrtransport.h
|
||||||
%{_libdir}/libvglfaker-nodl.so
|
%{_libdir}/libvglfaker-nodl.so
|
||||||
%{_libdir}/libvglfaker.so
|
%{_libdir}/libvglfaker.so
|
||||||
|
%{_libdir}/libvglfaker-opencl.so
|
||||||
%{_libdir}/libdlfaker.so
|
%{_libdir}/libdlfaker.so
|
||||||
%{_libdir}/libgefaker.so
|
%{_libdir}/libgefaker.so
|
||||||
#%{_libdir}/librrfaker.so
|
|
||||||
|
|
||||||
%files demos
|
%files demos
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cpustat
|
%{_bindir}/cpustat
|
||||||
|
%{_bindir}/eglinfo
|
||||||
%{_bindir}/glreadtest
|
%{_bindir}/glreadtest
|
||||||
%{_bindir}/glxinfo
|
%{_bindir}/glxinfo
|
||||||
%{_bindir}/glxspheres*
|
%{_bindir}/glxspheres*
|
||||||
@ -83,6 +92,9 @@ Demos for %{name}.
|
|||||||
%{_bindir}/tcbench
|
%{_bindir}/tcbench
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 23 2022 Automatic Build System <autodist@mambasoft.it> 3.0.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jun 04 2019 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
* Tue Jun 04 2019 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user