- Add support for GStreamer 1.0 (GST10) and GStreamer 0.10 (GST01)
- Add rtmp plugins (only available with GStreamer 1.0)
- Apply 2 patches (obtained from upstream repository), to use gst-helper for
setting the volume, and to reduce mousewheel volume-steps (10% -> 5%)
- Change PORTNAME from "xfce4-parole" to "parole" to avoid setting DATADIR and
DISTNAME
- Replace some gstramer plugins with the core gstreamer plugin which also
provides the pango plugin needed for subtitles.
- Remove x264 gstreamer plugin (encoder only).
- Replace cdio gstreamer (ugly) plugin with cdparanoia gstreamer (base) plugin.
- Remove broken cdaudio gstreamer plugin (redundant with cdparanoia plugin).
- Make soup gstreamer plugin optional because it pulls in GNOME components.
- Makefile cleanups
- Fix portlint warnings
PR: ports/166980
Submitted by: Tijl Coosemans