obs-studio-plugins: inherit platforms from obs-studio.meta
Inherits platforms from obs-studio.meta so most builds on aarch64-linux. Skips the following due to not supporting aarch64-linux: - looking-glass-obs - waveform
This commit is contained in:
@@ -37,6 +37,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://looking-glass.io/docs/stable/obs/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ babbaj ];
|
||||
# Hard coded x86_64 support
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,9 +33,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/exeldro/obs-3d-effect";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,9 +46,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/Aitum/obs-aitum-multistream";
|
||||
maintainers = with lib.maintainers; [ flexiondotorg ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/royshil/obs-backgroundremoval";
|
||||
maintainers = with maintainers; [ zahrun ];
|
||||
license = licenses.mit;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,9 +32,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/norihiro/command-source";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,9 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/exeldro/obs-dir-watch-media";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,9 +33,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/exeldro/obs-gradient-source";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/hyperion-project/hyperion-obs-plugin";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ algram ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec {
|
||||
mit
|
||||
];
|
||||
maintainers = [ maintainers.Bauke ];
|
||||
platforms = obs-studio.meta.platforms;
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,9 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/exeldro/obs-markdown";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,9 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/exeldro/obs-move-transition";
|
||||
maintainers = with maintainers; [ starcraft66 ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -56,9 +56,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Multi-site simultaneous broadcast plugin for OBS Studio";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ jk ];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,9 +32,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/norihiro/obs-mute-filter";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,9 +30,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/FiniteSingularity/obs-noise";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,9 +42,6 @@ stdenv.mkDerivation rec {
|
||||
fazzi
|
||||
];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -31,9 +31,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/FiniteSingularity/obs-retro-effects";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,9 +25,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/wimpysworld/obs-rgb-levels";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,9 +30,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/dimtpap/obs-scale-to-sound";
|
||||
maintainers = with lib.maintainers; [ flexiondotorg ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,9 +29,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/andilippi/obs-scene-as-transition";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -40,9 +40,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/exeldro/obs-shaderfilter";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
||||
shackra
|
||||
];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,9 +32,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/exeldro/obs-source-switcher";
|
||||
maintainers = with lib.maintainers; [ flexiondotorg ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,9 +30,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/FiniteSingularity/obs-stroke-glow-shadow";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,9 +42,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/norihiro/obs-text-pthread";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,9 +35,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://github.com/exeldro/obs-transition-table";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -90,9 +90,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/locaal-ai/obs-urlsource";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -66,9 +66,6 @@ stdenv.mkDerivation rec {
|
||||
pedrohlc
|
||||
];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -47,9 +47,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/Aitum/obs-vertical-canvas";
|
||||
maintainers = with lib.maintainers; [ flexiondotorg ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,9 +32,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/cg2121/obs-vintage-filter";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,9 +42,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/obsproject/obs-websocket";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,9 +25,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/dspstanky/pixel-art";
|
||||
maintainers = with maintainers; [ flexiondotorg ];
|
||||
license = licenses.gpl2Only;
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
];
|
||||
inherit (obs-studio.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/phandasm/waveform";
|
||||
maintainers = with lib.maintainers; [ matthewcroughan ];
|
||||
license = lib.licenses.gpl3;
|
||||
# Hard coded x86_64 support
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user