From 79ab2090d7399efbc219e255320104fd5d55a6b4 Mon Sep 17 00:00:00 2001 From: "System user; root" Date: Sun, 31 May 2026 13:48:22 -0600 Subject: [PATCH] obs updates --- dev-cpp/plog/Manifest | 3 + dev-cpp/plog/plog-1.1.11.ebuild | 24 ++ dev-libs/libdatachannel/Manifest | 1 + .../libdatachannel-0.23.2.ebuild | 36 +++ media-video/obs-studio/Manifest | 6 + .../obs-studio/obs-studio-31.1.2.ebuild | 281 ++++++++++++++++++ profiles/repo_name | 3 +- 7 files changed, 352 insertions(+), 2 deletions(-) create mode 100644 dev-cpp/plog/Manifest create mode 100644 dev-cpp/plog/plog-1.1.11.ebuild create mode 100644 dev-libs/libdatachannel/Manifest create mode 100644 dev-libs/libdatachannel/libdatachannel-0.23.2.ebuild create mode 100644 media-video/obs-studio/Manifest create mode 100644 media-video/obs-studio/obs-studio-31.1.2.ebuild diff --git a/dev-cpp/plog/Manifest b/dev-cpp/plog/Manifest new file mode 100644 index 0000000..2fa420f --- /dev/null +++ b/dev-cpp/plog/Manifest @@ -0,0 +1,3 @@ +DIST plog-1.1.11.tar.gz 208251 BLAKE2B 6ca4077ce4f519c9a8176fcf9bfa971ad5fe687027c283067d42ab76b429d8d4f62ed914037f675a853be097c7f92ed25cfdc9921463294f522d250d6878e284 SHA512 b51b83a2b478a54d83333590a4f157e3fdeea08903486249d537811afef370ce9968197efb534f2b4084a5a7a7253e5e2d7e191d602451ea625d645a39f195dc +EBUILD plog-1.1.11.ebuild 520 BLAKE2B 3198bdbd818dbbb6c2259e073a197bd5df3dfa9570edb1ca4693f6bdd849b619a5d9eae5a4b988601ca4bdd9f39213f88846839d3e201f374625ab0e5882c9be SHA512 f18756368870b0b70935d40286d0fea104939d92ab9122e75a80b90568da48d534092e6b470f8c4d2d2f490e4f71b417f481611c7d6a1d56782856d5202b99dc + diff --git a/dev-cpp/plog/plog-1.1.11.ebuild b/dev-cpp/plog/plog-1.1.11.ebuild new file mode 100644 index 0000000..6dd7c72 --- /dev/null +++ b/dev-cpp/plog/plog-1.1.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Plog - Portable, simple and extensible C++ logging library" +HOMEPAGE="https://github.com/SergiusTheBest/plog" +SRC_URI="https://github.com/SergiusTheBest/plog/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +# Header-only library, no dependencies needed +RDEPEND="" +DEPEND="" +BDEPEND="" + +src_install() { + insinto /usr/include + doins -r include/plog +} + diff --git a/dev-libs/libdatachannel/Manifest b/dev-libs/libdatachannel/Manifest new file mode 100644 index 0000000..32cae32 --- /dev/null +++ b/dev-libs/libdatachannel/Manifest @@ -0,0 +1 @@ +EBUILD libdatachannel-0.23.2.ebuild 732 BLAKE2B 4597f43df46f6004c958443636171709d3a8103e786928b43f204139934f12362b7d9687dc7e9fd9db10c6ba50f70c0c766bc587fd4ddf68d24fb397dc4f5fad SHA512 0af8f81874d156d97f989767c6a4342b1c472ee7a759741be0efb3f27b0cce98d67833a91ac231fce2c47a6e850386b1b48b7e54ef2d3fd543c03629aac4fe15 diff --git a/dev-libs/libdatachannel/libdatachannel-0.23.2.ebuild b/dev-libs/libdatachannel/libdatachannel-0.23.2.ebuild new file mode 100644 index 0000000..c680177 --- /dev/null +++ b/dev-libs/libdatachannel/libdatachannel-0.23.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Implementation of WebRTC data exchange and signaling" +HOMEPAGE="https://github.com/paullouisageneau/libdatachannel" + +EGIT_REPO_URI="https://github.com/paullouisageneau/libdatachannel.git" +EGIT_COMMIT="v${PV}" +EGIT_SUBMODULES=( deps/plog deps/usrsctp deps/libsrtp deps/libjuice ) + +KEYWORDS="~amd64" + +LICENSE="MPL-2.0" +SLOT="0" +IUSE="examples media websocket" + +RDEPEND=" + dev-cpp/plog + net-libs/libnice +" +DEPEND="${RDEPEND}" + +inherit cmake git-r3 + +src_configure() { + local mycmakeargs=( + -DNO_EXAMPLES=$(usex !examples) + -DNO_MEDIA=$(usex !media) + -DNO_WEBSOCKET=$(usex !websocket) + ) + + cmake_src_configure +} + diff --git a/media-video/obs-studio/Manifest b/media-video/obs-studio/Manifest new file mode 100644 index 0000000..e96ba21 --- /dev/null +++ b/media-video/obs-studio/Manifest @@ -0,0 +1,6 @@ +DIST cef_binary_6533_linux_aarch64_v5.tar.xz 337410012 BLAKE2B c13514ea937146ba07b64e07d6f75d5523765cbfc9f46f26e9995d7abe53da92715fbdded6951edc4ce74aaab9ccb4a500873e566c09593bac46573050fe079f SHA512 38615baaae608e4a4e36ecadf2f15bbcba5ef7de6336cba69b7fdc496257251045148ac9190d38bd8dc94097bacb2490128b6734123e41b515fc194c28aa92cf +DIST cef_binary_6533_linux_x86_64_v5.tar.xz 325396680 BLAKE2B ee2c53bb681b54b986b0f50511312012c2962aec86a73c61ea7d87c307e06f5eb87d0be358977f2eae820505ff1c1c586d370335e4d2ea11b75663a5a2204cb9 SHA512 e122d1c4ff1fc5f31fe8f40aafb1f32c09af3779a83bdb4f2b99d0e5aff3da513527946e4abf3ce94bd9e82b28ceecf9cc2215f0c41d1a4017b652c8a3505b30 +DIST obs-browser-bdabf8300ecefeb566b81f4a7ff75f8a8e21f62b.tar.gz 117046 BLAKE2B 119aa6e2f5de7c4d8d3d2f287e651e6b328106f5c97c2ac438f4116cd676d68dbfb238d906943685adb4962c573366a4a0a5b1b06489b31f055bd573ae8a4c9a SHA512 a77b8b42907ab25fe2a4cb8bb3780d577b9d526058429cc83f42366c7740f70a93eb43139ab3d03d7c40a95adfeb0523004dcc111bc79bc50e04bb5d201496a2 +DIST obs-studio-31.1.2.tar.gz 16120746 BLAKE2B 3df373f4dfae3502e9f12f4b330423e9615c87de401adec5fe174f52533b1fc99d3f0134d895d5535d7112ed5be69aad0105129e0aeeee44e4668841a485c466 SHA512 bee52406c2a0a2a1935d81e6eed76d6120d22c5b213bb807bfa414b6b063eb0a0ab0a6ad08db936bc0eadc0fa98a2d1adf18ff87fcc63472cb6a82c4b4f565ed +DIST obs-websocket-40d26dbf4d29137bf88cd393a3031adb04d68bba.tar.gz 254383 BLAKE2B ccf4af62844a05c35083028d974c5cbd631e22e91e9d2a7dace75ca4543a85f2c32b0868a46545fe3c1b9bf2b20ec577517e262b14ad9a0da1ab02786f95989b SHA512 1436bca2110e46377b03fafa2711712959427e37d4bf96431e35f23c048dff53ab0c81d4607bcb01f9899ff3a5748e2ea9b7ee2b5fb88891ab05d55e1649e99b +EBUILD obs-studio-31.1.2.ebuild 6989 BLAKE2B 81c5e31518b3727eaec06f63a52aeb766a9a469854cf0f776cabf09d87ec727396cc019a713324026f905a51cfbdc5bbd14773ca0c8cc283165ebf22899c8cc2 SHA512 8195434bbe2e7c53a4e58163b42dc1083ab699b09b0bb0a3ddad123c4f85f61e8806c2cb0b061ca62c17187c3204c748ab60ca03c7fcf2c92bfd3589fc9af701 diff --git a/media-video/obs-studio/obs-studio-31.1.2.ebuild b/media-video/obs-studio/obs-studio-31.1.2.ebuild new file mode 100644 index 0000000..0aa3036 --- /dev/null +++ b/media-video/obs-studio/obs-studio-31.1.2.ebuild @@ -0,0 +1,281 @@ +#Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CMAKE_REMOVE_MODULES_LIST=( FindMbedTLS ) + +LUA_COMPAT=( luajit ) + +# For the time being upstream supports up to Python 3.12 only. +# Any issues found with 3.13+ should be reported as a Gentoo bug. +PYTHON_COMPAT=( python3_{11..14} ) + +inherit cmake flag-o-matic lua-single optfeature python-single-r1 xdg + +CEF_AMD64="cef_binary_6533_linux_x86_64_v5" +CEF_ARM64="cef_binary_6533_linux_aarch64_v5" +OBS_BROWSER_COMMIT="bdabf8300ecefeb566b81f4a7ff75f8a8e21f62b" +OBS_WEBSOCKET_COMMIT="40d26dbf4d29137bf88cd393a3031adb04d68bba" + +DESCRIPTION="Software for Recording and Streaming Live Video Content" +HOMEPAGE="https://obsproject.com" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/obsproject/obs-studio.git" + EGIT_SUBMODULES=( + plugins/obs-browser + plugins/obs-websocket + ) +else + SRC_URI=" + https://github.com/obsproject/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz + https://github.com/obsproject/obs-browser/archive/${OBS_BROWSER_COMMIT}.tar.gz + -> obs-browser-${OBS_BROWSER_COMMIT}.tar.gz + https://github.com/obsproject/obs-websocket/archive/${OBS_WEBSOCKET_COMMIT}.tar.gz + -> obs-websocket-${OBS_WEBSOCKET_COMMIT}.tar.gz + " + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +fi + +SRC_URI+=" + browser? ( + amd64? ( https://cdn-fastly.obsproject.com/downloads/${CEF_AMD64}.tar.xz ) + arm64? ( https://cdn-fastly.obsproject.com/downloads/${CEF_ARM64}.tar.xz ) + ) +" + +LICENSE="Boost-1.0 GPL-2+ MIT Unlicense" +SLOT="0" + +IUSE=" + +alsa browser decklink fdk jack lua mpegts nvenc pipewire pulseaudio + python qsv sndio speex test-input truetype v4l vlc wayland websocket whip +" + +REQUIRED_USE=" + browser? ( || ( alsa pulseaudio ) ) + lua? ( ${LUA_REQUIRED_USE} ) + python? ( ${PYTHON_REQUIRED_USE} ) +" + +BDEPEND=" + kde-frameworks/extra-cmake-modules:0 + lua? ( dev-lang/swig ) + python? ( dev-lang/swig ) +" + +# media-video/ffmpeg[opus] required due to bug 909566 +# The websocket plug-in fails to build with 'dev-cpp/asio-1.34.0': +# https://github.com/obsproject/obs-websocket/issues/1291 +DEPEND=" + dev-cpp/nlohmann_json + dev-libs/glib:2 + dev-libs/jansson:= + dev-libs/uthash + dev-qt/qtbase:6[network,widgets,X,xml(+)] + dev-qt/qtsvg:6 + media-libs/libglvnd[X] + media-libs/libva + media-libs/rnnoise + media-libs/x264:= + >=media-video/ffmpeg-6.1:=[nvenc?,opus,x264] + net-misc/curl + net-libs/mbedtls:3= + sys-apps/dbus + sys-apps/pciutils + sys-apps/util-linux + sys-libs/zlib:= + x11-libs/libdrm + x11-libs/libX11 + x11-libs/libxcb:= + x11-libs/libXcomposite + x11-libs/libXfixes + x11-libs/libxkbcommon + alsa? ( media-libs/alsa-lib ) + browser? ( + >=app-accessibility/at-spi2-core-2.46.0:2 + dev-libs/expat + dev-libs/glib + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/fontconfig + media-libs/mesa[gbm(+)] + net-print/cups + x11-libs/cairo + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXi + x11-libs/libxkbcommon + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXScrnSaver + x11-libs/libxshmfence + x11-libs/libXtst + x11-libs/pango + ) + fdk? ( media-libs/fdk-aac:= ) + jack? ( virtual/jack ) + lua? ( ${LUA_DEPS} ) + mpegts? ( + net-libs/librist + net-libs/srt + ) + nvenc? ( >=media-libs/nv-codec-headers-12 ) + pipewire? ( media-video/pipewire:= ) + pulseaudio? ( media-libs/libpulse ) + python? ( ${PYTHON_DEPS} ) + qsv? ( media-libs/libvpl ) + sndio? ( media-sound/sndio ) + speex? ( media-libs/speexdsp ) + truetype? ( + media-libs/fontconfig + media-libs/freetype + ) + v4l? ( + media-libs/libv4l + virtual/udev + ) + vlc? ( media-video/vlc:= ) + wayland? ( + dev-libs/wayland + x11-libs/libxkbcommon + ) + websocket? ( +