openSUSE / opi

OBS Package Installer (CLI)
GNU General Public License v3.0
247 stars 22 forks source link

Added gstreamer-plugins-good and -extra to codecs query #46

Closed VortexAcherontic closed 3 years ago

VortexAcherontic commented 3 years ago

Hey there the initial impulse to do this minor change was me as I was messing around with codecs and removed codec packages one by one to reproduce an issue some one else had with his openSUSE install to better guide him to which package he might had missing.

Anyway, after rerunning opi codecs to get everything back to normal I did not noticed that gstreamer-plugins-good and [...]-extra was missing and some media on my system failed to play.

Since I did not wanted to create a whole new plugin for this I just added these two packages to the packman plugin and extended the opi/__init__.py with a function to allow for just installing packages without the whole install_binary() stuff around it since I felt like this only being a minor change and did not wanted to create too much bloat around this. Also because packman does not offer [...]-good and [...]-good-extra

If this does not conform with the current state of the project feel free to decline this pull request :)

asdil12 commented 3 years ago

To be replaced by https://github.com/openSUSE/opi/pull/50

VortexAcherontic commented 3 years ago

Sorry missed to check my mails ^^"