MX-19 Repository - the Bomi thread

User Package Requests for MX-19
Message
Author
User avatar
timkb4cq
Developer
Posts: 3633
Joined: Wed Jul 12, 2006 4:05 pm

MX-19 Repository - the Bomi thread

#1 Post by timkb4cq »

Bomi 0.9.11 is now available in the MX-19 Test repository

Three years ago I built Bomi for MX-15. Nobody requested it for MX-17/18 so I forgot about it.
I was recently reminded and discovered it had not had much maintenance since then. I was skeptical that an app written with Qt 5.2 & ffmpeg from 4 ABI versions ago would build with Qt 5.11 & a new ffmpeg, but surprisingly it only needed minor fiddling and one small forward port.

Bomi is a graphical user interface(GUI) player based on mpv for Linux. It provides a easy-to-use graphical user interface(GUI). You can find all features in the context menu. All configurations can be done in a preferences dialog.
Bomi records all playback history by default and provdes the way to resume playback later. bomi also tracks playback states such as selected audio/loaded subtitle etc.
Bomi can generate playlist based on file name. Also, last played playlist is saved and restored automatically.
Bomi supports various subtitle formats. bomi can render multiple subtitle files at the same time. Bomi also can render styled subtitles such as SAMI and ASS format.

As with any package in testing, please leave feedback if you try Bomi

Enjoy!
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
dolphin_oracle
Developer
Posts: 22824
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Repository - the Bomi thread

#2 Post by dolphin_oracle »

ok very excited here. i didn't even know such a thing existing. one of hte things i don't like about gnome-mpv is that it doesn't have a resume feature.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
dolphin_oracle
Developer
Posts: 22824
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Repository - the Bomi thread

#3 Post by dolphin_oracle »

got this error on install

Code: Select all

The following packages have unmet dependencies:
 bomi : Depends: libva-glx2 (>= 1.0.3) but it is not going to be installed
installed that manually from ahs/main and now OK.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
timkb4cq
Developer
Posts: 3633
Joined: Wed Jul 12, 2006 4:05 pm

Re: MX-19 Repository - the Bomi thread

#4 Post by timkb4cq »

Thanks. I was pretty sure I did not have ahs enabled when I built that so I'll have to go back & check. It really shouldn't need that version...
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
richb
Administrator
Posts: 11037
Joined: Wed Jul 12, 2006 2:17 pm

Re: MX-19 Repository - the Bomi thread

#5 Post by richb »

Installed OK for me non-ahs
Forum Rules
Guide - How to Ask for Help

richb Administrator
System: MX 23 KDE
AMD A8 7600 FM2+ CPU R7 Graphics, 16 GIG Mem. Three Samsung EVO SSD's 250 GB

User avatar
dolphin_oracle
Developer
Posts: 22824
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Repository - the Bomi thread

#6 Post by dolphin_oracle »

it may be a function of how test in mx-packageinstaller works. I wouldn't have thought so but its possible. there is a libva-glx2 in test as well...
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
Stevo
Developer
Posts: 14907
Joined: Fri Dec 15, 2006 7:07 pm

Re: MX-19 Repository - the Bomi thread

#7 Post by Stevo »

Yeah, but if it was built on a clean Buster platform, like we try to do with pbuilder, sbuild, or in a virtual machine, it shouldn't need the newer package. (Not that I haven't done the same goof from time to time)

I'm running ahs anyway, so Bomi installs and works as advertised.

VLC and SMPlayer do have the same resume feature.

User avatar
timkb4cq
Developer
Posts: 3633
Joined: Wed Jul 12, 2006 4:05 pm

Re: MX-19 Repository - the Bomi thread

#8 Post by timkb4cq »

None of the Bomi dependencies are higher than available in the debian buster repos. In particular for that libva-glx2 (>= 1.0.3) dependency, libva-glx2 in buster is at 2.4.0
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
dolphin_oracle
Developer
Posts: 22824
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Repository - the Bomi thread

#9 Post by dolphin_oracle »

timkb4cq wrote: Mon Jun 08, 2020 10:35 pm None of the Bomi dependencies are higher than available in the debian buster repos. In particular for that libva-glx2 (>= 1.0.3) dependency, libva-glx2 in buster is at 2.4.0
yeah, I think its an issue with how mx-packageinstaller installs from test with the -t a=mx,c=test switch. looks like it was trying to install the test repo version of libva-glx2, but since I already had ahs libva, which was newer, I got a fault.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
dolphin_oracle
Developer
Posts: 22824
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-19 Repository - the Bomi thread

#10 Post by dolphin_oracle »

but loving bomi...
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

Post Reply

Return to “Package Requests/Status - MX-19”