lol

gstreamer-1: bugfix-only update of all components

1.4.0 -> 1.4.1

+14 -14
+3 -3
pkgs/development/libraries/gstreamer/bad/default.nix
··· 1 1 { stdenv, fetchurl, pkgconfig, python, gst-plugins-base, orc 2 2 , faacSupport ? false, faac ? null 3 3 , faad2, libass, libkate, libmms 4 - , libmodplug, mpeg2dec, mpg123 4 + , libmodplug, mpeg2dec, mpg123 5 5 , openjpeg, libopus, librsvg 6 6 , wildmidi, fluidsynth, libvdpau, wayland 7 7 , libwebp, xvidcore, gnutls ··· 10 10 assert faacSupport -> faac != null; 11 11 12 12 stdenv.mkDerivation rec { 13 - name = "gst-plugins-bad-1.4.0"; 13 + name = "gst-plugins-bad-1.4.1"; 14 14 15 15 meta = with stdenv.lib; { 16 16 description = "Gstreamer Bad Plugins"; ··· 28 28 29 29 src = fetchurl { 30 30 url = "${meta.homepage}/src/gst-plugins-bad/${name}.tar.xz"; 31 - sha256 = "1y821785rvr6s79cmdll66hg6h740qa2n036xid20nvjyxabfb7z"; 31 + sha256 = "0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae"; 32 32 }; 33 33 34 34 nativeBuildInputs = [ pkgconfig python ];
+2 -2
pkgs/development/libraries/gstreamer/base/default.nix
··· 4 4 }: 5 5 6 6 stdenv.mkDerivation rec { 7 - name = "gst-plugins-base-1.4.0"; 7 + name = "gst-plugins-base-1.4.1"; 8 8 9 9 meta = { 10 10 description = "Base plugins and helper libraries"; ··· 16 16 17 17 src = fetchurl { 18 18 url = "${meta.homepage}/src/gst-plugins-base/${name}.tar.xz"; 19 - sha256 = "07jcs08hjyban0amls5s0g6i4a1hwiir1llwpqzlwkmnhfwx9bjx"; 19 + sha256 = "aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499"; 20 20 }; 21 21 22 22 nativeBuildInputs = [
+3 -3
pkgs/development/libraries/gstreamer/core/default.nix
··· 1 1 { stdenv, fetchurl, pkgconfig, perl, bison, flex, python, gobjectIntrospection 2 - , glib 2 + , glib 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "gstreamer-1.4.0"; 6 + name = "gstreamer-1.4.1"; 7 7 8 8 meta = { 9 9 description = "Open source multimedia framework"; ··· 15 15 16 16 src = fetchurl { 17 17 url = "${meta.homepage}/src/gstreamer/${name}.tar.xz"; 18 - sha256 = "15f68pn2b47x543ih7hj59czgzl4af14j15bgjq8ky145gf9zhr3"; 18 + sha256 = "5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e"; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+2 -2
pkgs/development/libraries/gstreamer/good/default.nix
··· 7 7 }: 8 8 9 9 stdenv.mkDerivation rec { 10 - name = "gst-plugins-good-1.4.0"; 10 + name = "gst-plugins-good-1.4.1"; 11 11 12 12 meta = with stdenv.lib; { 13 13 description = "Gstreamer Good Plugins"; ··· 24 24 25 25 src = fetchurl { 26 26 url = "${meta.homepage}/src/gst-plugins-good/${name}.tar.xz"; 27 - sha256 = "11965w4zr0jvrsnw33rbcc8d20dlh368rz0x16d2iypzhxwjx9j8"; 27 + sha256 = "8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637"; 28 28 }; 29 29 30 30 nativeBuildInputs = [ pkgconfig python ];
+2 -2
pkgs/development/libraries/gstreamer/libav/default.nix
··· 6 6 assert withSystemLibav -> libav != null; 7 7 8 8 stdenv.mkDerivation rec { 9 - name = "gst-libav-1.4.0"; 9 + name = "gst-libav-1.4.1"; 10 10 11 11 meta = { 12 12 homepage = "http://gstreamer.freedesktop.org"; ··· 17 17 18 18 src = fetchurl { 19 19 url = "${meta.homepage}/src/gst-libav/${name}.tar.xz"; 20 - sha256 = "1073p7xdpr3pwyx37fnldfni908apnq3k9fbqmxf5wk3g1jplb68"; 20 + sha256 = "fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab90c5a9d"; 21 21 }; 22 22 23 23 configureFlags = stdenv.lib.optionalString withSystemLibav
+2 -2
pkgs/development/libraries/gstreamer/ugly/default.nix
··· 5 5 }: 6 6 7 7 stdenv.mkDerivation rec { 8 - name = "gst-plugins-ugly-1.4.0"; 8 + name = "gst-plugins-ugly-1.4.1"; 9 9 10 10 meta = with stdenv.lib; { 11 11 description = "Gstreamer Ugly Plugins"; ··· 23 23 24 24 src = fetchurl { 25 25 url = "${meta.homepage}/src/gst-plugins-ugly/${name}.tar.xz"; 26 - sha256 = "0kblc5f4n0mh2sw8dhf7c9dg3wzm7a0p7pqpcff7n6ixy5hbn52k"; 26 + sha256 = "25440435ac4ed795d213f2420a0e7355e4a2e2e76d1f9d020b2073f815e8b071"; 27 27 }; 28 28 29 29 nativeBuildInputs = [ pkgconfig python ];