media-gfx/blender: added slot
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
53b8a4ce07
commit
bcf568e573
@ -1,4 +1,5 @@
|
|||||||
*blender-2.91.2 (12 Oct 2021)
|
*blender-2.90.1-r1 (13 Oct 2021)
|
||||||
|
|
||||||
12 Oct 2021; <chymera@gentoo.org> +blender-2.91.2.ebuild, +metadata.xml:
|
13 Oct 2021; <chymera@gentoo.org> +blender-2.90.1-r1.ebuild, -ChangeLog,
|
||||||
media-gfx/blender: required by SAMRI due to API change
|
-blender-2.91.2.ebuild:
|
||||||
|
media-gfx/blender: added slot
|
||||||
|
@ -1 +1 @@
|
|||||||
DIST blender-2.91.2.tar.xz 42057100 SHA256 185cbc4cd7f2f614a7594221d8237170ade7f389d16858cee22ad778c26fcc70 SHA512 9a3bae01bd09b1d665af4882f53e8a88d85ff44678233c90788a7801ce0d551a3cc1f71026b71ea1c77d7eaedf7ab6fc8709104c22b564f4fc6cc0d5b3b76f5e WHIRLPOOL 3ec87f2c75452fe77a70d17e53bffbdcb921e7dc9b7111d6542f924e596108d4d5e59b0b4063a9e70f26bca43c7aa9271822627294f4833b199f85f38da87df7
|
DIST blender-2.90.1.tar.xz 38836408 SHA256 e78dcc946c823ad1bd89bcc6938fc6b375540ec3eff58649586acf1f6a653d99 SHA512 e7d6f8df598f2a2a99f64716331ec4e981a5a49c76b307caf7856480c778455cfc4bbb56fbedc8b22d1e10951ebaeb6844d1ead9476847bf2824dddf5b135992 WHIRLPOOL fb30c0e10b76bfa4b2cd5621e9c105f286257f35c9220e7a655ea51f56ebf1ef3efa4d3ef832d0ae0dbafffcbde83b62daf15f1bc950d4fd232f777c82b32500
|
||||||
|
@ -3,22 +3,23 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7,8} )
|
PYTHON_COMPAT=( python3_{8..10} )
|
||||||
|
|
||||||
inherit check-reqs cmake flag-o-matic pax-utils python-single-r1 \
|
inherit check-reqs cmake flag-o-matic pax-utils python-single-r1 \
|
||||||
toolchain-funcs xdg-utils
|
toolchain-funcs xdg-utils
|
||||||
|
|
||||||
DESCRIPTION="3D Creation/Animation/Publishing System"
|
DESCRIPTION="3D Creation/Animation/Publishing System"
|
||||||
HOMEPAGE="https://www.blender.org"
|
HOMEPAGE="https://www.blender.org"
|
||||||
|
|
||||||
SRC_URI="https://download.blender.org/source/${P}.tar.xz"
|
SRC_URI="https://download.blender.org/source/${P}.tar.xz"
|
||||||
|
|
||||||
# Blender can have letters in the version string,
|
# Blender can have letters in the version string,
|
||||||
# so strip off the letter if it exists.
|
# so strip off the letter if it exists.
|
||||||
MY_PV="$(ver_cut 1-2)"
|
MY_PV="$(ver_cut 1-2)"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="2.91"
|
||||||
LICENSE="|| ( GPL-2 BL )"
|
LICENSE="|| ( GPL-2 BL )"
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="+bullet +dds +elbeem +openexr +system-python +system-numpy +tbb \
|
IUSE="+bullet +dds +elbeem +openexr +system-python +system-numpy +tbb \
|
||||||
abi6-compat abi7-compat alembic collada color-management cuda cycles \
|
abi6-compat abi7-compat alembic collada color-management cuda cycles \
|
||||||
debug doc ffmpeg fftw headless jack jemalloc jpeg2k llvm \
|
debug doc ffmpeg fftw headless jack jemalloc jpeg2k llvm \
|
||||||
@ -41,15 +42,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
|
|||||||
|
|
||||||
RDEPEND="${PYTHON_DEPS}
|
RDEPEND="${PYTHON_DEPS}
|
||||||
dev-libs/boost:=[nls?,threads(+)]
|
dev-libs/boost:=[nls?,threads(+)]
|
||||||
dev-libs/gmp
|
|
||||||
dev-libs/pugixml
|
|
||||||
dev-libs/lzo:2=
|
dev-libs/lzo:2=
|
||||||
$(python_gen_cond_dep '
|
$(python_gen_cond_dep '
|
||||||
dev-python/numpy[${PYTHON_USEDEP}]
|
dev-python/numpy[${PYTHON_USEDEP}]
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
dev-python/requests[${PYTHON_USEDEP}]
|
||||||
')
|
')
|
||||||
media-gfx/potrace
|
|
||||||
media-libs/fontconfig:=
|
|
||||||
media-libs/freetype:=
|
media-libs/freetype:=
|
||||||
media-libs/glew:*
|
media-libs/glew:*
|
||||||
media-libs/libpng:=
|
media-libs/libpng:=
|
||||||
@ -63,7 +60,6 @@ RDEPEND="${PYTHON_DEPS}
|
|||||||
collada? ( >=media-libs/opencollada-1.6.68 )
|
collada? ( >=media-libs/opencollada-1.6.68 )
|
||||||
color-management? ( media-libs/opencolorio )
|
color-management? ( media-libs/opencolorio )
|
||||||
cuda? ( dev-util/nvidia-cuda-toolkit:= )
|
cuda? ( dev-util/nvidia-cuda-toolkit:= )
|
||||||
cycles? ( media-libs/freeglut )
|
|
||||||
ffmpeg? ( media-video/ffmpeg:=[x264,mp3,encode,theora,jpeg2k?] )
|
ffmpeg? ( media-video/ffmpeg:=[x264,mp3,encode,theora,jpeg2k?] )
|
||||||
fftw? ( sci-libs/fftw:3.0= )
|
fftw? ( sci-libs/fftw:3.0= )
|
||||||
!headless? (
|
!headless? (
|
||||||
@ -307,15 +303,6 @@ pkg_postinst() {
|
|||||||
ewarn "If you are concerned about security, file a bug upstream:"
|
ewarn "If you are concerned about security, file a bug upstream:"
|
||||||
ewarn " https://developer.blender.org/"
|
ewarn " https://developer.blender.org/"
|
||||||
ewarn
|
ewarn
|
||||||
|
|
||||||
if use python_single_target_python3_8; then
|
|
||||||
elog "You've enabled python-3.8 support for blender, which is still experimental."
|
|
||||||
elog "If you experience breakages with e.g. plugins, please switch to"
|
|
||||||
elog "python_single_target_python3_7 instead."
|
|
||||||
elog "Bug: https://bugs.gentoo.org/737388"
|
|
||||||
elog
|
|
||||||
fi
|
|
||||||
|
|
||||||
xdg_icon_cache_update
|
xdg_icon_cache_update
|
||||||
xdg_mimeinfo_database_update
|
xdg_mimeinfo_database_update
|
||||||
xdg_desktop_database_update
|
xdg_desktop_database_update
|
Loading…
x
Reference in New Issue
Block a user