Package Details: maya-bifrost 2.8.0.0-1

Git Clone URL: https://aur.archlinux.org/maya-bifrost.git (read-only, click to copy)
Package Base: maya-bifrost
Description: Autodesk Maya Bifrost Plugin
Upstream URL: https://area.autodesk.com/bifrost/
Keywords: Bifrost Maya
Licenses: custom
Submitter: ttc0419
Maintainer: ttc0419 (meepzh)
Last Packager: meepzh
Votes: 1
Popularity: 0.000000
First Submitted: 2020-11-13 16:03 (UTC)
Last Updated: 2023-12-25 23:25 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Pinned Comments

meepzh commented on 2023-12-05 00:52 (UTC) (edited on 2024-02-13 20:21 (UTC) by meepzh)

Autodesk provides a 2.8.0.0 version as an optional upgrade to the 2.7.1.1 version bundled with Maya 2024.2. The download is available in your Autodesk account under "Product Updates". If you don't wish to use 2.8.0.0, you can revert to the 2.7.1.1 version of the PKGBUILD using the Maya-bundled .rpm with git reset --hard HEAD~3. Thanks!

Latest Comments

reddragonmps commented on 2023-12-05 01:16 (UTC)

I started learning Maya a few days ago and was pleased to know there are packages for it in the AUR. Thank you for mantaining the package!

meepzh commented on 2023-12-05 01:02 (UTC)

Thanks for flagging @reddragonmps, my bad for missing the updated Bifrost!

meepzh commented on 2023-12-05 00:52 (UTC) (edited on 2024-02-13 20:21 (UTC) by meepzh)

Autodesk provides a 2.8.0.0 version as an optional upgrade to the 2.7.1.1 version bundled with Maya 2024.2. The download is available in your Autodesk account under "Product Updates". If you don't wish to use 2.8.0.0, you can revert to the 2.7.1.1 version of the PKGBUILD using the Maya-bundled .rpm with git reset --hard HEAD~3. Thanks!

reddragonmps commented on 2023-12-05 00:27 (UTC)

PKGBUILD for newer version of Bifrost:

_mayaver=2024

pkgname=maya-bifrost pkgver=2.8.0.0 pkgrel=1 pkgdesc='Autodesk Maya Bifrost Plugin' arch=('x86_64') url='https://area.autodesk.com/bifrost/' license=('custom') depends=('maya>=2024' 'maya<2025.0')

DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the package manually from the official website') source=("manual://Bifrost$_mayaver-$pkgver-$pkgver-1.x86_64.rpm") b2sums=('26177967729446122b0357cb288c17ec2d88c8220825b0828e5bbb85e273d3aa2ab22e5a25e14aa706b173f2a16f22e6db07edc44c>

options=(!strip)

prepare() { sed -i "s|<BIFROST_DIR>|/usr/autodesk/maya$_mayaver/plug-ins/bifrost|g" usr/autodesk/modules/maya/$_mayaver/bif> sed -i "s|<PLUGIN_DIR>|/usr/autodesk/maya$_mayaver/plug-ins/vnn|g" usr/autodesk/modules/maya/$_mayaver/vnn.mod }

package() { mkdir -p $pkgdir/usr/autodesk/maya$_mayaver/{modules,plug-ins} mv usr/autodesk/modules/maya/$_mayaver/.mod $pkgdir/usr/autodesk/maya$_mayaver/modules/ mv usr/autodesk/bifrost/maya$_mayaver/$pkgver/ $pkgdir/usr/autodesk/maya$_mayaver/plug-ins/ }