Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
graphics
vcglib
vcglib.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vcglib.spec of Package vcglib
# # spec file for package vcglib # # Copyright (c) 2020 SUSE LLC # Copyright (c) 2018 Malcolm J Lewis <malcolmlewis@opensuse.org> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: vcglib Version: 2020.12 Release: 0 Summary: Visualization and Computer Graphics Library License: GPL-3.0-only URL: http://vcg.isti.cnr.it/vcglib Source: https://github.com/vcg.isti.cnr.it/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes %description The Visualization and Computer Graphics Library (VCGlib for short) is a open source, portable, C++, templated, no dependency, library for manipulation, processing, cleaning, simplifying triangle meshes. The library, composed by more than 100k lines of code, is released under the GPL license, and it is the base of most of the software tools of the Visual Computing Lab of the Italian National Research Council Institute ISTI, like MeshLab, metro and many others. The VCG library is tailored to mostly manage triangular meshes: The library is fairly large and offers many state of the art functionalities for processing meshes, like: - high quality quadric-error edge-collapse based simplfication, - efficient spatial query structures (uniform grids, hashed grids, kdtree, ...) , - advanced smoothing and fairing algorithms, - computation of curvature, - optimization of texture coordinates, - Hausdorff distance computation, - geodesic paths, - mesh repairing capabilities, - isosurface extraction and advancing front meshing algorithms, - Poisson Disk sampling and other tools to sample point distributions over meshes, - subdivision surfaces %package devel Summary: Visualization and Computer Graphics Library %description devel The Visualization and Computer Graphics Library (VCGlib for short) is a open source, portable, C++, templated, no dependency, library for manipulation, processing, cleaning, simplifying triangle meshes. The library, composed by more than 100k lines of code, is released under the GPL license, and it is the base of most of the software tools of the Visual Computing Lab of the Italian National Research Council Institute ISTI, like MeshLab, metro and many others. The VCG library is tailored to mostly manage triangular meshes: The library is fairly large and offers many state of the art functionalities for processing meshes, like: - high quality quadric-error edge-collapse based simplfication, - efficient spatial query structures (uniform grids, hashed grids, kdtree, ...) , - advanced smoothing and fairing algorithms, - computation of curvature, - optimization of texture coordinates, - Hausdorff distance computation, - geodesic paths, - mesh repairing capabilities, - isosurface extraction and advancing front meshing algorithms, - Poisson Disk sampling and other tools to sample point distributions over meshes, - subdivision surfaces This package contains development header files. %prep %setup -q # Remove spurious-executable-perm find vcg/ -type f -exec chmod a-x {} \; find wrap/ -type f -exec chmod a-x {} \; %build #Just a placeholder, no build required. %install mkdir -p %{buildroot}%{_includedir}/vcg cp -ar vcg/* %{buildroot}%{_includedir}/vcg/ mkdir -p %{buildroot}%{_includedir}/wrap cp -ar wrap/* %{buildroot}%{_includedir}/wrap/ %fdupes %{buildroot} %files devel %license LICENSE.txt %{_includedir}/vcg %{_includedir}/wrap %exclude %{_includedir}/wrap/openfbx/.clang-format %exclude %{_includedir}/wrap/openfbx/.gitignore %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor