Skip to content

Commit 6520b1c

Browse files
committed
1 parent 444f09a commit 6520b1c

5 files changed

Lines changed: 14 additions & 10 deletions

File tree

multimedia/obs-studio/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
PORTNAME= obs-studio
22
DISTVERSION= 28.1.2
3+
PORTREVISION= 1
34
CATEGORIES= 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+
59
MAINTAINER= yuri@FreeBSD.org
610
COMMENT= Open source streaming/recording software
711
WWW= https://obsproject.com/

multimedia/obs-studio/distinfo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ SHA256 (curl-curl-44b9b4d4f56d6f6de92c89636994c03984e9cd01_GH0.tar.gz) = e3b9aa0
2727
SIZE (curl-curl-44b9b4d4f56d6f6de92c89636994c03984e9cd01_GH0.tar.gz) = 2705576
2828
SHA256 (akheron-jansson-bc5741fb1ac730ead24e9bd08977fc6c248e04b0_GH0.tar.gz) = a285ed51c597b23d1f25de3bc5c9c128d55c6aa17af68e0680efa028f8b0437c
2929
SIZE (akheron-jansson-bc5741fb1ac730ead24e9bd08977fc6c248e04b0_GH0.tar.gz) = 127897
30+
SHA256 (e221bf8eedfc.patch) = a8c1d4614f2d019e967eb04d9214548491989c78f6df42dbbab610d3123f4eb1
31+
SIZE (e221bf8eedfc.patch) = 5766

multimedia/wlrobs/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
PORTNAME= wlrobs
22
DISTVERSIONPREFIX= v
3-
PORTVERSION= 1.0
4-
PORTREVISION= 3
3+
PORTVERSION= 1.1
54
CATEGORIES= multimedia wayland
65
MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/.*-//}${EXTRACT_SUFX}?dummy=/
76

@@ -16,8 +15,7 @@ BUILD_DEPENDS= cmake:devel/cmake-core
1615
LIB_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
2119
DATADIR= ${PREFIX}/lib/obs-plugins
2220
PORTDATA= lib${PORTNAME}.so
2321

multimedia/wlrobs/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
https://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-

0 commit comments

Comments
 (0)