gst_all_1.gst-plugins-base: 1.18.5 -> 1.20.

This commit is contained in:
Jonathan Ringer 2022-02-04 15:34:42 -08:00
parent a987251bd5
commit f5fbcf260f
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -41,19 +41,15 @@
stdenv.mkDerivation rec {
pname = "gst-plugins-base";
version = "1.18.5";
version = "1.20.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-lgt69FhXANsP3VuENVThHiVk/tngYfWR+uiKe+ZEb6M=";
sha256 = "sha256-TLZvzPcwsQN+ZTOGLCEomQkSpttOW70U4O+RRFDrTHw=";
};
patches = [
./fix_pkgconfig_includedir.patch
];
nativeBuildInputs = [
meson
ninja
@ -121,7 +117,7 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs \
common/scangobj-merge.py \
scripts/extract-release-date-from-doap-file.py
scripts/
'';
# This package has some `_("string literal")` string formats