gst_all_1.gst-plugins-base: 1.18.5 -> 1.20.
This commit is contained in:
parent
a987251bd5
commit
f5fbcf260f
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue