Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webkitgtk: update to 2.2.4, enable html5 video support
  • Loading branch information
Song Wenwu authored and vcunat committed Jan 23, 2014
1 parent 7a211df commit 04a55b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/webkitgtk/default.nix
Expand Up @@ -2,10 +2,11 @@
, pkgconfig, which, gettext, gobjectIntrospection
, gtk2, gtk3, wayland, libwebp, enchant
, libxml2, libsoup, libsecret, libxslt, harfbuzz
, gst-plugins-base
}:

stdenv.mkDerivation rec {
name = "webkitgtk-2.2.3";
name = "webkitgtk-2.2.4";

meta = {
description = "Web content rendering engine, GTK+ port";
Expand All @@ -17,7 +18,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://webkitgtk.org/releases/${name}.tar.xz";
sha256 = "01a69v0aw3bv2zkx6jzk71r3pjlf2xfhxavjnma89kmd78qb7g4l";
sha256 = "0x2d9hds5yazwdakkhrh3dk5qxscb169imi056q2qq53zhdyw6jy";
};

patches = [ ./webcore-svg-libxml-cflags.patch ];
Expand All @@ -32,7 +33,6 @@ stdenv.mkDerivation rec {

configureFlags = [
"--disable-geolocation"
"--disable-video" # TODO: gsteramer-1.0
"--enable-introspection"
];

Expand All @@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
buildInputs = [
gtk2 wayland libwebp enchant
libxml2 libsecret libxslt harfbuzz
gst-plugins-base
];

propagatedBuildInputs = [ gtk3 libsoup ];
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -5703,6 +5703,7 @@ let
harfbuzz = harfbuzz.override {
withIcu = true;
};
gst-plugins-base = gst_all_1.gst-plugins-base;
};

wildmidi = callPackage ../development/libraries/wildmidi { };
Expand Down

0 comments on commit 04a55b5

Please sign in to comment.