Search Criteria
Package Details: bomi-git 0.9.11.r65.g9544cb07-1
Package Actions
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.000002 |
First Submitted: | 2015-08-15 10:21 (UTC) |
Last Updated: | 2022-08-16 18:36 (UTC) |
Dependencies (33)
- alsa-lib
- ffmpeg4.4
- fribidi (fribidi-gitAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libass (libass-gitAUR)
- libbluray (libbluray-gitAUR)
- libcdio (libcdio-gitAUR)
- libcdio-paranoia (libcdio-paranoia-gitAUR)
- libchardet
- libdvdnav (libdvdnav-gitAUR)
- libdvdread (libdvdread-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvdpau
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-x11extras
- smbclient
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa-amber) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- qt5-tools (make)
- libaacs (makemkv-libaacsAUR, libaacs-gitAUR) (optional) – AACS decryption for Blu-ray support
- libbdplusAUR (makemkv-libaacsAUR, libbdplus-gitAUR) (optional) – BD+ decryption for Blu-ray support
- libva-intel-driver (libva-intel-driver-gitAUR, libva-intel-driver-hybridAUR, libva-intel-driver-g45-h264AUR) (optional) – hardware acceleration support for Intel GPU
- mesa-vdpau (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-vdpau-gitAUR, mesa-wsl2-gitAUR) (optional) – hardware acceleration support for AMD/NVIDIA opensource driver
- youtube-dlAUR (youtube-dl-gitAUR, youtube-dl-nightlyAUR, yt-dlp-drop-inAUR) (optional) – streaming website support including YouTube
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.
sudo ln -s libsrt.so.1.4.3 /usr/lib/libsrt.so.1
sudo rm /usr/lib/libsrt.so.1
taki commented on 2021-07-14 12:37 (UTC)
I'm getting the same errors when building
bomi-git
on two machines.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?
rm -rf ~/.cache/xylosper
and runbomi
LIBVA_DRIVER_NAME="" bomi
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?
options=(debug !strip)
makepkg -si
)gdb bomi
and run commandrun
in gdb consolebt
if segmentation fault occurs« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »