gst-1 gnonlin and editing-services: maintenance update

This commit is contained in:
Vladimír Čunát 2014-08-12 22:35:49 +02:00
parent 3f6d1d08f2
commit b07f646613
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gstreamer-editing-services-1.2.0"; name = "gstreamer-editing-services-1.2.1";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Library for creation of audio/video non-linear editors"; description = "Library for creation of audio/video non-linear editors";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "${meta.homepage}/src/gstreamer-editing-services/${name}.tar.xz"; url = "${meta.homepage}/src/gstreamer-editing-services/${name}.tar.xz";
sha256 = "1n7nw8rqvwna9af55lggah44gdvfgld1igvgaya8glc37wpq89b0"; sha256 = "1c20zg272wgzqw4f93f1prkv9a9gdqxmf3kal29l0r2wmwhqnxpy";
}; };
nativeBuildInputs = [ pkgconfig python gobjectIntrospection ]; nativeBuildInputs = [ pkgconfig python gobjectIntrospection ];

View File

@ -3,7 +3,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnonlin-1.2.0"; name = "gnonlin-1.2.1";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Gstreamer Non-Linear Multimedia Editing Plugins"; description = "Gstreamer Non-Linear Multimedia Editing Plugins";
@ -13,14 +13,14 @@ stdenv.mkDerivation rec {
support for writing non-linear audio and video editing support for writing non-linear audio and video editing
applications. It introduces the concept of a timeline. applications. It introduces the concept of a timeline.
''; '';
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ iyzsong ]; maintainers = with maintainers; [ iyzsong ];
}; };
src = fetchurl { src = fetchurl {
url = "${meta.homepage}/src/gnonlin/${name}.tar.xz"; url = "${meta.homepage}/src/gnonlin/${name}.tar.xz";
sha256 = "15hyb0kg8sm92kj37cir4l3sa21b8zy4la1ccfhb358b4mf24vl7"; sha256 = "14zb3bz3xn40a2kns719amrr77cp6wyxddml621kyxc424ihcw3q";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];