Bug 395

Summary: gst-plugins-bad: New package.
Product: buildroot Reporter: Will Newton <will.newton>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Host: Target:
Build:
Bug Depends on: 393    
Bug Blocks:    
Attachments: Add gst-plugins-bad package
Add gst-plugins-bad package

Description Will Newton 2009-06-12 10:58:10 UTC
Created attachment 395 [details]
Add gst-plugins-bad package

Add a package for gst-plugins-bad 0.10.12.
Comment 1 Markus Heidelberg 2009-06-12 19:39:59 UTC
Comment on attachment 395 [details]
Add gst-plugins-bad package

>diff -N package/multimedia/gst-plugins-bad/Config.in
>--- /dev/null	1 Jan 1970 00:00:00 -0000
>+++ package/multimedia/gst-plugins-bad/Config.in	12 Jun 2009 10:54:43 -0000
>@@ -0,0 +1,171 @@
>+menuconfig BR2_PACKAGE_GST_PLUGINS_BAD
>+	bool "gst-plugins-bad"
>+	depends on BR2_PACKAGE_GSTREAMER
>+	depends on BR2_PACKAGE_GST_PLUGINS_BASE
>+	help
>+	  A set of plug-ins for GStreamer that may be of poor quality or
>+          missing features.

Whitespace error: spaces instead of a tab.
There also seems to be a spelling/grammar issue.

>+
>+	  http://gstreamer.freedesktop.org/

The same whitespace issue as above.
Comment 2 Markus Heidelberg 2009-06-12 19:42:09 UTC
(In reply to comment #1)
> >+	  http://gstreamer.freedesktop.org/
> 
> The same whitespace issue as above.

Eh, no, this was OK.
Comment 3 Will Newton 2009-06-15 09:34:39 UTC
Created attachment 397 [details]
Add gst-plugins-bad package


This fixes the whitespace and (hopefully) the grammar issue.
Comment 4 Peter Korsgaard 2009-06-18 09:04:16 UTC
Thanks, fixed in git