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
|
||||
Version: 2.6.2
|
||||
Version: 3.0.2
|
||||
Release: 1mamba
|
||||
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>
|
||||
URL: http://www.virtualgl.org/
|
||||
URL: https://virtualgl.org/
|
||||
Source: http://downloads.sourceforge.net/project/virtualgl/%{version}/VirtualGL-%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libGLU-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXtst-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
|
||||
BuildRequires: libjpeg-turbo-static
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%package demos
|
||||
Summary: Demos for %{name}
|
||||
Group: System/Libraries
|
||||
@ -34,14 +37,20 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description demos
|
||||
Demos for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n VirtualGL-%{version}
|
||||
|
||||
%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_LIBDIR=%{_libdir}
|
||||
-DVGL_LIBDIR=%{_libdir} \
|
||||
-DVGL_SYSTEMFLTK=1 \
|
||||
-DVGL_FAKEXCB=1
|
||||
|
||||
%make
|
||||
|
||||
@ -64,18 +73,18 @@ Demos for %{name}.
|
||||
%{_bindir}/vglserver_config
|
||||
%dir %{_docdir}/VirtualGL
|
||||
%{_docdir}/VirtualGL/*
|
||||
#%{_prefix}/fakelib/libGL.so
|
||||
%{_includedir}/rr.h
|
||||
%{_includedir}/rrtransport.h
|
||||
%{_libdir}/libvglfaker-nodl.so
|
||||
%{_libdir}/libvglfaker.so
|
||||
%{_libdir}/libvglfaker-opencl.so
|
||||
%{_libdir}/libdlfaker.so
|
||||
%{_libdir}/libgefaker.so
|
||||
#%{_libdir}/librrfaker.so
|
||||
|
||||
%files demos
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cpustat
|
||||
%{_bindir}/eglinfo
|
||||
%{_bindir}/glreadtest
|
||||
%{_bindir}/glxinfo
|
||||
%{_bindir}/glxspheres*
|
||||
@ -83,6 +92,9 @@ Demos for %{name}.
|
||||
%{_bindir}/tcbench
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user