nurupo / vlc-pause-click-plugin

Plugin for VLC that pauses/plays video on mouse click
GNU Lesser General Public License v2.1
945 stars 64 forks source link

README Update: flatpak install #88

Closed n3m0-22 closed 1 year ago

n3m0-22 commented 2 years ago

This provides a guideline for installing in the Flatpak.

nurupo commented 1 year ago

Thanks for showing interest in using the plugin with Flatpak VLC.

What you are suggesting is a bit hacky, in the sense that it might not work for some due to the ABI incompatibility, and it's also awkward as it requires users to install bits of VLC from their repo (which is what they are trying to avoid by using the Flatpak VLC) in order to build the plugin, so I spent some time and made a proper Flatpak for the plugin.

The plugin is now available on Flathub and can be installed in one command. See https://github.com/nurupo/vlc-pause-click-plugin#flatpak

n3m0-22 commented 1 year ago

Thanks. That's awesome!