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:

Contribute to LuxCoreRender/LuxCoreDeps development by creating an account on GitHub.

github.com

GitHub - LuxCoreRender/LuxCoreDeps <#>

Contribute to LuxCoreRender/LuxCoreDeps development by creating an account on GitHub.

🔗 https://github.com/LuxCoreRender/LuxCoreDeps <https://github.com/LuxCoreRender/LuxCoreDeps>

--
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@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to