Package Details: python-spatialmedia 2.1.r23.g57c85bb-2

Git Clone URL: https://aur.archlinux.org/python-spatialmedia.git (read-only, click to copy)
Package Base: python-spatialmedia
Description: Specifications and tools for 360 video and spatial audio.
Upstream URL: https://github.com/google/spatial-media
Licenses: Apache-2.0
Submitter: kruzah
Maintainer: EvaristeGalois11
Last Packager: EvaristeGalois11
Votes: 1
Popularity: 0.44
First Submitted: 2020-07-02 21:33 (UTC)
Last Updated: 2024-12-29 14:16 (UTC)

Latest Comments

EvaristeGalois11 commented on 2024-12-29 14:21 (UTC)

Thank you @kruzah for pointing that out, I just updated the package adding git as a make dependency :D

kruzah commented on 2024-12-29 13:56 (UTC)

This package does not build in a clean chroot due to the absence of git in the PKGBUILD makedepends. The git package is required because of the PKGBUILD using a git source. I would appreciate if you could add git to the package's makedepends to fix this issue. :-)

denilsonsa commented on 2023-04-07 23:02 (UTC)

Please use double-quotes around $@ (like this: "$@"), so that the shell script will properly handle filenames with spaces.

If you want, you can even prefix the command with exec, so that it will replace the current process instead of creating a new process.

nelg commented on 2022-04-17 23:06 (UTC)

Please merge https://github.com/google/spatial-media/pull/262/files so that this package works with Python 3.10. It otherwise doesn't work.

I'm happy to do this for you, if you don't mind.