Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
graphics
mvs-texturing
mvs-texturing.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mvs-texturing.spec of Package mvs-texturing
# # spec file for package mvs-texturing # # 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 http://bugs.opensuse.org/ # Name: mvs-texturing Version: 0+20180130.3840a53 Release: 0 License: BSD-3-Clause Summary: Algorithm to texture 3D reconstructions from multi-view stereo images URL: http://www.gcc.tu-darmstadt.de/home/proj/texrecon/ Group: Productivity/Graphics/Other Source0: %{name}-%{version}.tar.xz #Source0 via sh get_from_git.sh mvs-texturing nmoehrle 0 master Source1: external_libs-20180716.tar.xz #Source1 via sh get_external_libs.sh Source98: get_from_git.sh Source99: get_external_libs.sh #PATCH-FIX-OPENSUSE mvs-texturing-disable-download.patch malcolmlewis@opensuse.org -- Disable external downloads as this is disabled on OBS at build time. Patch0: mvs-texturing-disable-download.patch #PATCH-FIX-OPENSUSE mvs-texturing-add-opt-flags.patch malcolmlewis@opensuse.org -- Add rpm build optflags for rpmlint warning. Patch1: mvs-texturing-add-opt-flags.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libpng16-devel BuildRequires: libjpeg8-devel BuildRequires: libtiff-devel BuildRequires: tbb-devel BuildRequires: pkgconfig(libpng) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Focuses on 3D reconstructions generated using structure from motion and multi-view stereo techniques, however, it is not limited to this setting. The algorithm was published in Sept. 2014 on the European Conference on Computer Vision. %prep %setup -q %setup -q -T -D -a 1 %patch0 -p1 %patch1 -p1 %build #Build mve dependiencies first since we don't pull from git. pushd elibs/mve make OPT_FLAGS="%{optflags}" -C libs/mve && make OPT_FLAGS="%{optflags}" -C libs/util popd %cmake -DCMAKE_BUILD_TYPE="Release" .. make %{?_smp_mflags} %install %cmake_install #Remove static lib rm -f %{buildroot}/usr/lib/libtex.a %files %defattr(-,root,root,-) %license LICENSE.txt %{_bindir}/texrecon %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