Adds a Python 2 variant of the package called gst-python2 like in Arch.
Drops the gstreamer plugin (libgstpythonplugin) because it creates problems
with Python applications loading the plugins. The plugin links against py3
and when loaded from a Python 2 procedss or vice versa it loads pygobject
+ gst overrides again which leads to gtype conflicts.