I've added the archs. Nevertheless I'd like to note that it is not given that it will work with all other ARM archs. The other 32-bit ones are likely uncritical but aarch64 sometimes makes problems. (Obviously not the architecture itself but projects which are hard-coding compiler flags only valid for 32-bit ARM archs.)
Search Criteria
Package Details: bento4 1.6.0.641-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/bento4.git (read-only, click to copy) |
---|---|
Package Base: | bento4 |
Description: | C++ class library and tools designed to read and write ISO-MP4 files |
Upstream URL: | https://www.bento4.com/ |
Licenses: | GPL |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 2 |
Popularity: | 0.031639 |
First Submitted: | 2016-02-24 18:54 (UTC) |
Last Updated: | 2024-02-05 12:45 (UTC) |
Latest Comments
Martchus commented on 2020-04-05 17:35 (UTC)
erkexzcx commented on 2020-04-05 17:27 (UTC)
Hi @Martchus. I always thought that 'any'
means it can be compiled and used on any architecture... Stupid me.
Great, so could you then add all available architectures then?
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
I successfully compiled & used on My ODROID XU4 (armv7h architecture), so there should be totally no issues on other architectures. Thanks!
Martchus commented on 2020-04-05 16:32 (UTC)
You may point out any specific architectures this package compiles for and I'll add them to the archs array.
Martchus commented on 2020-04-05 16:29 (UTC)
@erkexzcx No, please read https://wiki.archlinux.org/index.php/PKGBUILD#arch
erkexzcx commented on 2020-04-05 14:43 (UTC)
Hey. You should change
arch=('i686' 'x86_64')
to
arch=('any')
As this is architecture independent and universal library. Works perfectly fine on ARM architectures.
Martchus commented on 2018-09-26 11:49 (UTC) (edited on 2018-09-26 11:50 (UTC) by Martchus)
Maybe it has to be enabled specifically. Checkout the source code for hints or ask the developer. I couldn't do anything different, too.
Note that it is quite unlikely to get help from other users here because I believe no one but me (and apparently now you) is using this package.
xeetzer commented on 2018-09-26 11:44 (UTC)
Apparently, I can't find the mp4dash command. If anyone has a solution, I would be thankful.
Pinned Comments
Martchus commented on 2016-05-18 21:54 (UTC)