Need helps to build LuxCoreDeps

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello team,

Upstream luxcore made a change to their 2.10 version release requiring a new luxcoredeps dependencies via conan build manager. Can someone help to effectively build a packaged version? Spec file attached for the purpose.


Thanks in advance

Reference:

 

-- 
Luya Tshimbalanga
Fedora Design Team
Fedora Design Suite maintainer
Name:           luxcoredeps
Version:        1.0
Release:        %autorelease
Summary:        Dependencies used by LuxCoreRender

License:        ASL 2.0 and MIT and BSD and zlib
URL:            https://github.com/LuxCoreRender/LuxCoreDeps
Source0:        %{url}/archive/refs/heads/master.tar.gz#/LuxCoreDeps-%{version}.tar.gz

BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  ninja-build
BuildRequires:  make
BuildRequires:  pkgconfig(zlib)
BuildRequires:  pkgconfig(libpng)
BuildRequires:  pkgconfig(libjpeg)
BuildRequires:  pkgconfig(libtiff-4)
BuildRequires:  pkgconfig(freetype2)
BuildRequires:  pkgconfig(OpenEXR)
BuildRequires:  pkgconfig(glew)
BuildRequires:  pkgconfig(liblzma)
BuildRequires:  pkgconfig(libwebp)

# Exclude bundled libraries that are already available in Fedora
ExcludeArch:    s390x

%description
LuxCoreDeps provides external dependencies required for building LuxCoreRender.
This package includes libraries like Boost, FreeType, LibTIFF, and others.

%prep
%autosetup -n LuxCoreDeps-main

# Remove bundled libraries already provided by system packages
rm -rf deps/{freetype*,jpeg*,libpng*,tiff*,zlib*,webp*,boost*,openexr*,glew*}

%generate_buildrequires
%cmake .

%build
%cmake_build

%install
%cmake_install

%files
%license LICENSE.txt
%doc README.md
%{_libdir}/lib*.so
%{_includedir}/*

%changelog
%autochangelog

Attachment: OpenPGP_0x529982C2682F5484.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

-- 
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux