File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PORTNAME = obs-studio
22DISTVERSION = 28.1.2
3+ PORTREVISION = 1
34CATEGORIES = multimedia
45
6+ PATCH_SITES = https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
7+ PATCHFILES+ = e221bf8eedfc.patch:-p1 # https://github.com/obsproject/obs-studio/pull/7989
8+
59MAINTAINER = yuri@FreeBSD.org
610COMMENT = Open source streaming/recording software
711WWW = https://obsproject.com/
Original file line number Diff line number Diff line change @@ -27,3 +27,5 @@ SHA256 (curl-curl-44b9b4d4f56d6f6de92c89636994c03984e9cd01_GH0.tar.gz) = e3b9aa0
2727SIZE (curl-curl-44b9b4d4f56d6f6de92c89636994c03984e9cd01_GH0.tar.gz) = 2705576
2828SHA256 (akheron-jansson-bc5741fb1ac730ead24e9bd08977fc6c248e04b0_GH0.tar.gz) = a285ed51c597b23d1f25de3bc5c9c128d55c6aa17af68e0680efa028f8b0437c
2929SIZE (akheron-jansson-bc5741fb1ac730ead24e9bd08977fc6c248e04b0_GH0.tar.gz) = 127897
30+ SHA256 (e221bf8eedfc.patch) = a8c1d4614f2d019e967eb04d9214548491989c78f6df42dbbab610d3123f4eb1
31+ SIZE (e221bf8eedfc.patch) = 5766
Original file line number Diff line number Diff line change 11PORTNAME = wlrobs
22DISTVERSIONPREFIX = v
3- PORTVERSION = 1.0
4- PORTREVISION = 3
3+ PORTVERSION = 1.1
54CATEGORIES = multimedia wayland
65MASTER_SITES = https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/.*-//}${EXTRACT_SUFX}?dummy=/
76
@@ -16,8 +15,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core
1615LIB_DEPENDS = libwayland-client.so:graphics/wayland \
1716 libobs.so:multimedia/obs-studio
1817
19- USES = compiler:c11 gl meson pkgconfig
20- USE_GL = egl
18+ USES = compiler:c11 meson pkgconfig
2119DATADIR = ${PREFIX}/lib/obs-plugins
2220PORTDATA = lib${PORTNAME}.so
2321
Original file line number Diff line number Diff line change 1- TIMESTAMP = 1598923465
2- SHA256 (wlrobs-v1.0 .tar.gz) = 19a9894fc7a9854b7f17d675b48d16d5876b750aa91ebc001dcc32f68ee9cc56
3- SIZE (wlrobs-v1.0 .tar.gz) = 54980
1+ TIMESTAMP = 1667083149
2+ SHA256 (wlrobs-v1.1 .tar.gz) = 5311c434316577b27803b272cb57011515f853705ef5d7e604ed73c483fa14be
3+ SIZE (wlrobs-v1.1 .tar.gz) = 26920
Original file line number Diff line number Diff line change 11https://github.com/obsproject/obs-studio/issues/7990
22
3- --- meson.build.orig 2020-09-01 01:24:25 UTC
3+ --- meson.build.orig 2022-10-29 22:39:09 UTC
44+++ meson.build
5- @@ -2 ,7 +2 ,7 @@ wayland = dependency('wayland-client')
5+ @@ -4 ,7 +4 ,7 @@ wayland = dependency('wayland-client')
66
77 inc = include_directories('inc')
88 wayland = dependency('wayland-client')
99-obs = dependency('libobs')
1010+obs = dependency('libobs', method: 'cmake', modules: ['OBS::libobs'])
11+ dl = cc.find_library('dl')
1112
1213 sources = ['src/main.c', 'proto/xdg-output-unstable-v1-protocol.c']
13-
You can’t perform that action at this time.
0 commit comments