Package Details: bomi-git 0.9.11.r65.g9544cb07-1

Git Clone URL: https://aur.archlinux.org/bomi-git.git (read-only, click to copy)
Package Base: bomi-git
Description: Powerful and easy-to-use GUI multimedia player based on mpv (git version)
Upstream URL: http://bomi-player.github.io
Licenses: GPL
Conflicts: bomi, cmplayer
Provides: bomi
Submitter: Kaan
Maintainer: eclairevoyant
Last Packager: rainbob
Votes: 21
Popularity: 0.000073
First Submitted: 2015-08-15 10:21 (UTC)
Last Updated: 2022-08-16 18:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

rainbob commented on 2022-08-16 18:37 (UTC)

PKGBUILD updated with mans0n fix, build works fine now.

angrystar170 commented on 2022-06-18 08:39 (UTC)

errors when building bomi-git. error log: https://gist.github.com/angrystar170/c85bcaead9e42dde61872ce6fad63488

mosgerila commented on 2022-05-26 07:48 (UTC) (edited on 2022-05-26 07:49 (UTC) by mosgerila)

errors when building bomi-git:
make[2]: Leaving directory '/var/tmp/pamac-build-io/bomi-git/src/bomi/src/bomi' make[1]: [Makefile:42: release] Error 2 make[1]: Leaving directory '/var/tmp/pamac-build-io/bomi-git/src/bomi/src/bomi' make: [Makefile:40: build/build/bomi/bomi] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

f4aw commented on 2022-04-19 23:55 (UTC)

Please help. Segmentation fault only on wayland (gdb) bt

0 0x00007ffff5f76144 in xcb_send_request_with_fds64 () at /usr/lib/libxcb.so.1
1 0x00007ffff5f766ba in xcb_send_request () at /usr/lib/libxcb.so.1
2 0x00007ffff5f7cf25 in xcb_intern_atom () at /usr/lib/libxcb.so.1
3 0x000055555579a2be in ()
4 0x00005555556d4b9e in ()
5 0x0000555555624039 in ()
6 0x00007ffff374e310 in __libc_start_call_main () at /usr/lib/libc.so.6
7 0x00007ffff374e3c1 in __libc_start_main_impl () at /usr/lib/libc.so.6
8 0x00005555556320d5 in ()

esrevinu commented on 2022-03-09 15:53 (UTC)

@mans0n, Thank you for your advice. I just updated it.

I'll disown this package. If anyone interested, please take this package.

mans0n commented on 2022-03-09 14:11 (UTC)

@esrevinu You'll be able to reproduce the error now. Since ffmpeg 5.0, a lot of API have changed, I tried to solve it but I failed. I suggest to use ffmpeg4.4 for now. That will also require PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig" ./configure and a simple build fix patch.

esrevinu commented on 2022-01-02 05:02 (UTC)

@arpspoof, I can't reproduce that error. Please check /usr/include/libavfilter/avfilter.h, which contains the declaration of avfilter_register_all. If that file doesn't exist, your ffmpeg installation is corrupted, so reinstall ffmpeg package.

arpspoof commented on 2021-12-31 08:19 (UTC)

Anyone been able to get this to compile lately?

I can't get it to compile with the aforementioned ffmpeg 4.4, not sure if its just me:

video/ffmpegfilters.cpp: In member function ‘bool FFmpegFilterGraph::initialize(const QString&, const QSize&, mp_imgfmt)’: video/ffmpegfilters.cpp:114:5: error: ‘avfilter_register_all’ was not declared in this scope 114 | avfilter_register_all(); | ^~~~~~~~~~~~~~~~~~~~~

taki commented on 2021-07-15 06:43 (UTC)

thanks a lot @esrevinu