[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add some more gstreamer plugins
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add some more gstreamer plugins |
Date: |
Tue, 18 Nov 2014 23:06:37 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
John Darrington <address@hidden> skribis:
> * gnu/packages/gstreamer.scm (gst-plugins-good): New variable.
> * gnu/packages/gstreamer.scm (gst-plugins-base): New inputs.
Please don’t repeat the file name, and list the newly-added dependencies.
> + (synopsis
> + "Plugins for the gstreamer multimedia library")
s/gstreamer/GStreamer/
> + (description
> + "GStreamer is a library for constructing graphs of media-handling
> +components. The applications it supports range from simple Ogg/Vorbis
> +playback, audio/video streaming to complex audio (mixing) and video
> +(non-linear editing) processing.
> +
> +Applications can take advantage of advances in codec and filter technology
> +transparently. Developers can add new codecs and filters by writing a
> +simple plugin with a clean, generic interface.
> +
> +GStreamer Good Plug-ins is a set of plug-ins that the developers consider to
> +have good quality code and correct functionality")
> + (license lgpl2.0+)))
Please remove the first two paragraphs, and add a sentence saying that
this package provides plug-ins.
OK to push with these changes, thank you!
Ludo’.