Package Details: maya-bifrost 2.13.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: 2025-04-26 17:13 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Pinned Comments

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!

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/ }