Merge pull request #170449 from lilyinstarlight/obs-gstreamer-0.3.3
obs-studio-plugins.obs-gstreamer: 0.2.1 -> 0.3.3
This commit is contained in:
commit
ce00fa7b97
1 changed files with 4 additions and 4 deletions
|
@ -10,21 +10,21 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "obs-gstreamer";
|
pname = "obs-gstreamer";
|
||||||
version = "0.2.1";
|
version = "0.3.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fzwoch";
|
owner = "fzwoch";
|
||||||
repo = "obs-gstreamer";
|
repo = "obs-gstreamer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fdpwr8br8x9cnrhr3j4f0l81df26n3bj2ibi3cg96rl86054nid";
|
hash = "sha256-KhSBZcV2yILTf5+aNoYWDfNwPiJoyYPeIOQMDFvOusg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config meson ninja ];
|
nativeBuildInputs = [ pkg-config meson ninja ];
|
||||||
buildInputs = [ gst_all_1.gstreamermm obs-studio ];
|
buildInputs = with gst_all_1; [ gstreamer gst-plugins-base obs-studio ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An OBS Studio source, encoder and video filter plugin to use GStreamer elements/pipelines in OBS Studio";
|
description = "An OBS Studio source, encoder and video filter plugin to use GStreamer elements/pipelines in OBS Studio";
|
||||||
homepage = "https://github.com/fswoch/obs-gstreamer";
|
homepage = "https://github.com/fzwoch/obs-gstreamer";
|
||||||
maintainers = with maintainers; [ ahuzik ];
|
maintainers = with maintainers; [ ahuzik ];
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
|
|
Loading…
Reference in a new issue