diff options
author | Karel Kočí <cynerd@email.cz> | 2021-11-10 07:41:42 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-11-10 07:41:42 +0100 |
commit | 89a72bcbfd231d1b94e2bc4d03baf28ff68ae242 (patch) | |
tree | 1a7ff34e2a25f60144bf237d8da1e5b969554d49 /profiles | |
parent | 750f55ae85a610f870c13f07614883010d384c7e (diff) | |
download | gentoo-personal-overlay-89a72bcbfd231d1b94e2bc4d03baf28ff68ae242.tar.gz gentoo-personal-overlay-89a72bcbfd231d1b94e2bc4d03baf28ff68ae242.tar.bz2 gentoo-personal-overlay-89a72bcbfd231d1b94e2bc4d03baf28ff68ae242.zip |
profiles: add desktop/streaming
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop/streaming/eapi | 1 | ||||
-rw-r--r-- | profiles/desktop/streaming/package.use | 1 | ||||
-rw-r--r-- | profiles/desktop/streaming/packages | 2 | ||||
-rw-r--r-- | profiles/desktop/streaming/parent | 1 | ||||
-rw-r--r-- | profiles/host-errol/parent | 1 | ||||
-rw-r--r-- | profiles/host-ridcully/parent | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/profiles/desktop/streaming/eapi b/profiles/desktop/streaming/eapi new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/profiles/desktop/streaming/eapi @@ -0,0 +1 @@ +7 diff --git a/profiles/desktop/streaming/package.use b/profiles/desktop/streaming/package.use new file mode 100644 index 0000000..082e1dd --- /dev/null +++ b/profiles/desktop/streaming/package.use @@ -0,0 +1 @@ +media-video/obs-studio lua pulseaudio speex v4l vlc browser diff --git a/profiles/desktop/streaming/packages b/profiles/desktop/streaming/packages new file mode 100644 index 0000000..9a3f604 --- /dev/null +++ b/profiles/desktop/streaming/packages @@ -0,0 +1,2 @@ +media-video/obs-studio +media-video/v4l2loopback diff --git a/profiles/desktop/streaming/parent b/profiles/desktop/streaming/parent new file mode 100644 index 0000000..eb4d905 --- /dev/null +++ b/profiles/desktop/streaming/parent @@ -0,0 +1 @@ +../ diff --git a/profiles/host-errol/parent b/profiles/host-errol/parent index c8b8d53..0d514e1 100644 --- a/profiles/host-errol/parent +++ b/profiles/host-errol/parent @@ -2,6 +2,7 @@ ../base/gpu/amd ../desktop/x ../desktop/wayland +../desktop/streaming ../devel ../devel/arm ../devel/bigclown diff --git a/profiles/host-ridcully/parent b/profiles/host-ridcully/parent index c8b8d53..0d514e1 100644 --- a/profiles/host-ridcully/parent +++ b/profiles/host-ridcully/parent @@ -2,6 +2,7 @@ ../base/gpu/amd ../desktop/x ../desktop/wayland +../desktop/streaming ../devel ../devel/arm ../devel/bigclown |