gst-plugins-ugly: add description

This commit is contained in:
宋文武 2014-03-17 21:47:58 +08:00
parent b45a294038
commit 1b3899b040

View File

@ -7,11 +7,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gst-plugins-ugly-1.2.3"; name = "gst-plugins-ugly-1.2.3";
meta = { meta = with stdenv.lib; {
homepage = "http://gstreamer.freedesktop.org"; description = "Gstreamer Ugly Plugins";
license = stdenv.lib.licenses.lgpl2Plus; homepage = "http://gstreamer.freedesktop.org";
platforms = stdenv.lib.platforms.linux; longDescription = ''
maintainers = with stdenv.lib.maintainers; [ iyzsong ]; 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.
'';
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ];
}; };
src = fetchurl { src = fetchurl {