Merge pull request #11491 from bjornfor/pitivi-0.95

gstreamer 1.4 -> 1.6 and pitivi 0.94 -> 0.95
This commit is contained in:
Sou Bunnbu
2015-12-11 21:00:31 +08:00
13 changed files with 72 additions and 30 deletions

View File

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, python, pkgconfig, glib, gobjectIntrospection, pycairo, cairo }:
stdenv.mkDerivation rec {
name = "pygobject-3.12.1";
name = "pygobject-3.18.2";
src = fetchurl {
url = "mirror://gnome/sources/pygobject/3.12/${name}.tar.xz";
sha256 = "0dfsjsa95ix8bx3h8w4bhnz7rymgl2paclvbn93x6qp8b53y0pys";
url = "mirror://gnome/sources/pygobject/3.18/${name}.tar.xz";
sha256 = "0prc3ky7g50ixmfxbc7zf43fw6in4hw2q07667hp8swi2wassg1a";
};
buildInputs = [ python pkgconfig glib gobjectIntrospection ];