Сравнение obs-studio-31.0.4 с obs-studio-9999
/usr/portage/media-video/obs-studio/obs-studio-9999.ebuild 2025-07-29 16:22:14.912457734 +0300 | ||
---|---|---|
11 | 11 | |
12 | 12 |
inherit cmake flag-o-matic lua-single optfeature python-single-r1 xdg |
13 | 13 | |
14 |
CEF_AMD64="cef_binary_6533_linux_x86_64_v3" |
|
15 |
CEF_ARM64="cef_binary_6533_linux_aarch64_v4" |
|
16 |
OBS_BROWSER_COMMIT="b56fd78936761891475458447c1cc9058bb9c2d4" |
|
17 |
OBS_WEBSOCKET_COMMIT="c542622d7b6d41ce5875f54efdab1d4ac2967ef4" |
|
14 |
CEF_AMD64="cef_binary_6533_linux_x86_64_v5" |
|
15 |
CEF_ARM64="cef_binary_6533_linux_aarch64_v5" |
|
16 |
OBS_BROWSER_COMMIT="bdabf8300ecefeb566b81f4a7ff75f8a8e21f62b" |
|
17 |
OBS_WEBSOCKET_COMMIT="40d26dbf4d29137bf88cd393a3031adb04d68bba" |
|
18 | 18 | |
19 | 19 |
DESCRIPTION="Software for Recording and Streaming Live Video Content" |
20 | 20 |
HOMEPAGE="https://obsproject.com" |
... | ... | |
58 | 58 |
" |
59 | 59 | |
60 | 60 |
BDEPEND=" |
61 |
kde-frameworks/extra-cmake-modules:0 |
|
61 | 62 |
lua? ( dev-lang/swig ) |
62 | 63 |
python? ( dev-lang/swig ) |
63 | 64 |
" |
... | ... | |
82 | 83 |
sys-apps/pciutils |
83 | 84 |
sys-apps/util-linux |
84 | 85 |
sys-libs/zlib:= |
86 |
x11-libs/libdrm |
|
85 | 87 |
x11-libs/libX11 |
86 | 88 |
x11-libs/libxcb:= |
87 | 89 |
x11-libs/libXcomposite |
... | ... | |
99 | 101 |
media-libs/mesa[gbm(+)] |
100 | 102 |
net-print/cups |
101 | 103 |
x11-libs/cairo |
102 |
x11-libs/libdrm |
|
103 | 104 |
x11-libs/libXcursor |
104 | 105 |
x11-libs/libXdamage |
105 | 106 |
x11-libs/libXext |
... | ... | |
248 | 249 |
cmake_src_install |
249 | 250 | |
250 | 251 |
# external plugins may need some things not installed by default, install them here |
251 |
insinto /usr/include/obs/UI/obs-frontend-api |
|
252 |
doins UI/obs-frontend-api/obs-frontend-api.h |
|
252 |
insinto /usr/include/obs/frontend/api |
|
253 |
doins frontend/api/obs-frontend-api.h |
|
253 | 254 |
} |
254 | 255 | |
255 | 256 |
pkg_postinst() { |