arkq / bluez-alsa

Bluetooth Audio ALSA Backend
MIT License
864 stars 189 forks source link

Fedora includes a fork of libopenaptx, libfreeaptx #678

Closed lightdot closed 10 months ago

lightdot commented 10 months ago

Apparently Fedora decided to remove libopenaptx and include a fork, libfreeaptx instead.

libfreeaptx 0.1.0 was a fork of libopenaptx 0.2.0.

Sadly from a programmer's or a packager's view, the package version and the file names were deliberately changed. Otherwise, the library is the same.

Would it be viable to add --with-libfreeaptx, with appropriate adjustments to the code, of course?

As to why this happened, there is some discussion here and it can be researched further from there. I did not go into the details and have no opinion on the matter...

borine commented 10 months ago

I've just submitted PR #679 as a proposal for adding libfreeaptx support (in addtion to libopenaptx support)