summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-ugly1.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-08 11:05:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-08 11:23:09 +0200
commit549f83afec2e578d2d648efd27f48a4ba9eb937a (patch)
treebc3f4eb82466bd5e14c1051b7425e63c227d5808 /rules/gst-plugins-ugly1.in
parent127849d8aa857302dddbfa51de51628c469da0d9 (diff)
downloadptxdist-549f83afec2e578d2d648efd27f48a4ba9eb937a.tar.gz
ptxdist-549f83afec2e578d2d648efd27f48a4ba9eb937a.tar.xz
gstreamer1: rename all packages gst*11 -> gst*1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-ugly1.in')
-rw-r--r--rules/gst-plugins-ugly1.in101
1 files changed, 101 insertions, 0 deletions
diff --git a/rules/gst-plugins-ugly1.in b/rules/gst-plugins-ugly1.in
new file mode 100644
index 000000000..67ed833a2
--- /dev/null
+++ b/rules/gst-plugins-ugly1.in
@@ -0,0 +1,101 @@
+## SECTION=multimedia_gstreamer1
+
+menuconfig GST_PLUGINS_UGLY1
+ tristate
+ select GLIB
+ select GSTREAMER1
+ select GST_PLUGINS_BASE1
+ select LIBMAD if GST_PLUGINS_UGLY1_MAD
+ select LIBID3TAG if GST_PLUGINS_UGLY1_MAD
+ select LIBMPEG2 if GST_PLUGINS_UGLY1_MPEG2DEC
+ select LAME if GST_PLUGINS_UGLY1_LAME
+ select TWOLAME if GST_PLUGINS_UGLY1_TWOLAME
+ select ORC if GST_PLUGINS_UGLY1_ORC
+ prompt "gst-plugins-ugly "
+ help
+ GStreamer Ugly Plug-ins is a set of plug-ins that
+ have good quality and correct functionality, but
+ distributing them might pose problems. The license
+ on either the plug-ins or the supporting libraries
+ might not be how we'd like. The code might be widely
+ known to present patent problems.
+
+if GST_PLUGINS_UGLY1
+
+config GST_PLUGINS_UGLY1_ORC
+ bool
+
+config GST_PLUGINS_UGLY1_ASFDEMUX
+ bool
+ prompt "asfdemux"
+
+config GST_PLUGINS_UGLY1_DVDLPCMDEC
+ bool
+ prompt "dvdlpcmdec"
+
+config GST_PLUGINS_UGLY1_DVDSUB
+ bool
+ prompt "dvdsub"
+
+config GST_PLUGINS_UGLY1_XINGMUX
+ bool
+ prompt "xingmux"
+
+config GST_PLUGINS_UGLY1_REALMEDIA
+ bool
+ prompt "realmedia"
+
+config GST_PLUGINS_UGLY1_A52DEC
+ bool
+ depends on BROKEN
+ select GST_PLUGINS_UGLY1_ORC
+ prompt "a52dec"
+
+config GST_PLUGINS_UGLY1_AMRNB
+ bool
+ depends on BROKEN
+ prompt "amrnb"
+
+config GST_PLUGINS_UGLY1_AMRWBDEC
+ bool
+ depends on BROKEN
+ prompt "amrwbdec"
+
+config GST_PLUGINS_UGLY1_CDIO
+ bool
+ depends on BROKEN
+ prompt "cdio"
+
+config GST_PLUGINS_UGLY1_DVDREADSRC
+ bool
+ depends on BROKEN
+ prompt "dvdreadsrc"
+
+config GST_PLUGINS_UGLY1_LAME
+ bool
+ prompt "lame"
+
+config GST_PLUGINS_UGLY1_MAD
+ bool
+ prompt "mad"
+
+config GST_PLUGINS_UGLY1_MPEG2DEC
+ bool
+ prompt "mpeg2dec"
+
+config GST_PLUGINS_UGLY1_SID
+ bool
+ depends on BROKEN
+ prompt "sid"
+
+config GST_PLUGINS_UGLY1_TWOLAME
+ bool
+ prompt "twolame"
+
+config GST_PLUGINS_UGLY1_X264
+ bool
+ depends on BROKEN
+ prompt "x264"
+
+endif
+