Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 505386 - media-gfx/blender bundled system libraries
Summary: media-gfx/blender bundled system libraries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Adrian
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: bundled-libs 586160
  Show dependency tree
 
Reported: 2014-03-22 23:20 UTC by Julian Ospald
Modified: 2023-07-16 18:46 UTC (History)
10 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2014-03-22 23:20:21 UTC
in 2.70 that is currently

extern/recastnavigation
extern/libmv
extern/bullet2
extern/wcwidth
extern/lzo
extern/carve
extern/xdnd
extern/libredcode
extern/rangetree
extern/lzma
extern/libmv/third_party/ceres
extern/libmv/third_party/msinttypes
Comment 1 Julian Ospald 2014-11-24 16:41:16 UTC
broken bugzilla crap

https://developer.blender.org/T41989
Comment 2 Julian Ospald 2014-12-16 15:50:18 UTC
uncollaborative upstream, so I'm not pursuing this anymore
Comment 3 Sergey Popov gentoo-dev 2014-12-17 10:04:10 UTC
(In reply to Julian Ospald (hasufell) from comment #2)
> uncollaborative upstream, so I'm not pursuing this anymore

Even if you do not, let's keep this bug open
Comment 4 Julian Ospald 2014-12-17 14:32:07 UTC
I don't mind, but it's useless.

What we need is some sort of formal metadata describing what package bundles what library.

But I don't intend to push for anything.
Comment 5 Arnaud Vallette d'Osia 2015-02-02 09:40:34 UTC
Just want to mention : on a personnal basis, I'm pushing the stress on them :
here is what script is run when I type blender.sh :

---------------------------------------
#! /bin/bash

version="2.72"

if [ ! -f /tmp/blender/blender-${version}-linux-glibc211-x86_64.tar.bz2 ]; then
	mkdir /tmp/blender
	cd /tmp/blender
	wget http://ftp.nluug.nl/pub/graphics/blender/release/Blender${version}/blender-${version}-linux-glibc211-x86_64.tar.bz2 || \
	wget http://ftp.halifax.rwth-aachen.de/blender/release/Blender${version}/blender-${version}-linux-glibc211-x86_64.tar.bz2
	tar xjf blender-${version}-linux-glibc211-x86_64.tar.bz2
fi

cd /tmp/blender/blender-${version}-linux-glibc211-x86_64

nohup ./blender >/dev/null 2>&1 &

sleep 0.5
--------------------------------------
feel free to improve it =D
Comment 6 Nikoli 2015-03-22 10:01:13 UTC
Julian, https://developer.blender.org/T41989 was updated: lzo and eigen patches were committed :)
Comment 7 Larry the Git Cow gentoo-dev 2023-07-16 18:46:35 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7ae13c4119cceda0de6a883da5d81e07dcff5a

commit 8e7ae13c4119cceda0de6a883da5d81e07dcff5a
Author:     Sebastian Parborg <darkdefende@gmail.com>
AuthorDate: 2023-07-02 18:56:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-07-16 18:39:41 +0000

    media-gfx/blender: Remove bundled libs warning
    
    Blender will not unbundle the libs in question, however they do provide
    "WITH_SYSTEM_<LIB>" where it makes sense.
    
    The vast majority of the bundled libs that do not have settings like
    these will not be unbundled and upstream is quite firm with this stance.
    Therefore, having a call to action about nagging upstream about it does
    not make too much sense.
    
    Closes: https://bugs.gentoo.org/505386
    Signed-off-by: Sebastian Parborg <darkdefende@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/blender/blender-3.3.6-r1.ebuild | 7 -------
 media-gfx/blender/blender-3.4.1-r3.ebuild | 7 -------
 media-gfx/blender/blender-3.5.1-r1.ebuild | 7 -------
 media-gfx/blender/blender-9999.ebuild     | 7 -------
 4 files changed, 28 deletions(-)