Merge pull request #239763 from PedroHLC/obs-vaapi-0.3.1

obs-studio-plugins.obs-vaapi: 0.2.0 -> 0.3.1
This commit is contained in:
Nick Cao 2023-06-26 12:25:36 +08:00 committed by GitHub
commit 15ef70cc08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "obs-vaapi";
version = "0.2.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "fzwoch";
repo = pname;
rev = version;
hash = "sha256-wrbVuqIe+DY3R+Jp3zCy2Uw3fv5ejYHtRV2Sv+y/n0w=";
hash = "sha256-lKDZ0YJjcbfHr1MoTbdOaYk6Dhl2bUVUImuoWWwFC1U=";
};
nativeBuildInputs = [ pkg-config meson ninja ];
@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "OBS Studio VAAPI support via GStreamer";
homepage = "https://github.com/fzwoch/obs-vaapi";
changelog = "https://github.com/fzwoch/obs-vaapi/releases/tag/${version}";
maintainers = with maintainers; [ ahuzik pedrohlc ];
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];