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.000108
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 8 9 Next › Last »

esrevinu commented on 2021-07-15 02:57 (UTC)

I just fixed the issue against ffmpeg 4.4 in upstream, so you can normally build bomi-git.

esrevinu commented on 2021-07-14 14:27 (UTC)

@taki, mpv source code carried along with bomi source code cannot be built with ffmpeg 4.4 of the system. I think API changes of ffmpeg cause this problem. I am trying to fix this issue.

For the time being, you can build bomi-git with the following procedure.

  1. downgrade ffmpeg to 4.3.2-6
  2. sudo ln -s libsrt.so.1.4.3 /usr/lib/libsrt.so.1
  3. build and install bomi-git package
  4. sudo rm /usr/lib/libsrt.so.1
  5. upgrade ffmpeg

taki commented on 2021-07-14 12:37 (UTC)

I'm getting the same errors when building bomi-git on two machines.

/usr/bin/ld: cannot find /home/taki/.cache/paru/clone/bomi-git/src/bomi/build/lib/libmpv.a: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile.Release:1384: ../../build/bomi] Error 1

Is this a known-issue and/or does anyone have an idea of how to fix this?

JonasCz commented on 2021-02-17 19:51 (UTC)

@esrevinu, thanks,- deleting the chache folder fixed my problem too, now it doesn't crash anymore, thanks :-)

esrevinu commented on 2021-02-17 07:11 (UTC)

@ejKDE, I think that in wayland session, libva fails to init the dri driver, in which the segmentation fault occurs.

ejKDE commented on 2021-02-16 20:18 (UTC) (edited on 2021-02-16 20:28 (UTC) by ejKDE)

@esrevinu LIBVA_DRIVER_NAME="" bomi starts bomi and crashes. Downgrading qt5-declarative from 5.15.2 to 5.15.0 and rebuilding bomi results in: "Cannot mix incompatible Qt library (5.15.0) with this library (5.15.2) Aborted (core dumped)"

Edit

Ok, this is strange, it runs fine under Wayland session.

esrevinu commented on 2021-02-15 08:59 (UTC)

@ejKDE, Would you like to try the followings?

  1. rm -rf ~/.cache/xylosper and run bomi
  2. LIBVA_DRIVER_NAME="" bomi
  3. downgrade qt5-declarative package and run bomi

ejKDE commented on 2021-02-13 16:29 (UTC)

@esrevinu

Program doesn't crash but when i follow steps at some point it asks what to do, whether i press "Enter" or "c" it states that it segfaults. https://justpaste.it/3z1w7

JonasCz commented on 2021-02-09 19:01 (UTC)

Does anyone know where additional config files might be stored? I enabled the audio equalizer and now it crashes with segfault when opening a media file. I tried deleting the config folder ~/.config/xylosper/bomi, but it still crashes... is there any other configuration somewhere? ~/.config/mpv is empty.

esrevinu commented on 2021-01-23 20:44 (UTC) (edited on 2021-02-01 02:40 (UTC) by esrevinu)

@ejKDE, could you take the following steps?

  1. edit PKGBUILD to have options=(debug !strip)
  2. build bomi-git package with this PKGBUILD and install it (makepkg -si)
  3. run gdb bomi and run command run in gdb console
  4. run command bt if segmentation fault occurs
  5. tell me the output