From e03c1e368e00653356adeb384f180533529eec19 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 23 Apr 2019 14:34:33 +0200 Subject: gst-plugins-ugly1: version bump 1.14.4 -> 1.16.0 Signed-off-by: Michael Olbrich --- rules/gst-plugins-ugly1.in | 45 +++++++++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 8 deletions(-) (limited to 'rules/gst-plugins-ugly1.in') diff --git a/rules/gst-plugins-ugly1.in b/rules/gst-plugins-ugly1.in index 54566099c..583fe2bc6 100644 --- a/rules/gst-plugins-ugly1.in +++ b/rules/gst-plugins-ugly1.in @@ -2,11 +2,13 @@ menuconfig GST_PLUGINS_UGLY1 tristate + select HOST_MESON + select GLIB select GSTREAMER1 select GST_PLUGINS_BASE1 select ORC - select LIBMPEG2 if GST_PLUGINS_UGLY1_MPEG2DEC + select LIBMPEG2 if GST_PLUGINS_UGLY1_MPEG2DEC prompt "gst-plugins-ugly " help GStreamer Ugly Plug-ins is a set of plug-ins that @@ -18,6 +20,8 @@ menuconfig GST_PLUGINS_UGLY1 if GST_PLUGINS_UGLY1 +comment "dependency-less plugins" + config GST_PLUGINS_UGLY1_ASFDEMUX bool prompt "asfdemux" @@ -30,52 +34,77 @@ config GST_PLUGINS_UGLY1_DVDSUB bool prompt "dvdsub" +config GST_PLUGINS_UGLY1_REALMEDIA + bool + prompt "realmedia" + config GST_PLUGINS_UGLY1_XINGMUX bool prompt "xingmux" -config GST_PLUGINS_UGLY1_REALMEDIA - bool - prompt "realmedia" +comment "plugins with dependencies" config GST_PLUGINS_UGLY1_A52DEC bool + # needs liba52 depends on BROKEN prompt "a52dec" + help + Dolby Digital (AC-3) audio decoder plugin config GST_PLUGINS_UGLY1_AMRNB bool + # needs opencore-amrnb depends on BROKEN prompt "amrnb" + help + Adaptive Multi-Rate Narrow-Band audio codec plugin config GST_PLUGINS_UGLY1_AMRWBDEC bool + # needs opencore-amrwb depends on BROKEN prompt "amrwbdec" + help + Adaptive Multi-Rate Wide-Band audio decoder plugin config GST_PLUGINS_UGLY1_CDIO bool + # needs libcdio depends on BROKEN prompt "cdio" + help + CD audio source plugin -config GST_PLUGINS_UGLY1_DVDREADSRC +config GST_PLUGINS_UGLY1_DVDREAD bool + # needs glib & dvdread depends on BROKEN - prompt "dvdreadsrc" + prompt "dvdread" + help + DVD video source plugin config GST_PLUGINS_UGLY1_MPEG2DEC bool prompt "mpeg2dec" + help + MPEG 2 video decoder plugin -config GST_PLUGINS_UGLY1_SID +config GST_PLUGINS_UGLY1_SIDPLAY bool + # needs sidplay depends on BROKEN - prompt "sid" + prompt "sidplay" + help + Commodore 64 audio decoder plugin config GST_PLUGINS_UGLY1_X264 bool + # needs x264 depends on BROKEN prompt "x264" + help + H.264 video encoder plugin endif -- cgit v1.2.3