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-qtwebkit
22PORTVERSION = g2018090201
3- PORTREVISION = 3
3+ PORTREVISION = 4
44CATEGORIES = multimedia
55
66MAINTAINER = swills@FreeBSD.org
Original file line number Diff line number Diff line change 11PORTNAME = obs-recursion-effect
22DISTVERSION = 0.0.1-7
3+ PORTREVISION = 1
34DISTVERSIONSUFFIX = -g60964d6
45CATEGORIES = multimedia
56
Original file line number Diff line number Diff line change 11PORTNAME = obs-scrab
22DISTVERSIONPREFIX = v
33DISTVERSION = 1.2.0
4+ PORTREVISION = 1
45CATEGORIES = multimedia
56
67MAINTAINER = yuri@FreeBSD.org
Original file line number Diff line number Diff line change 11PORTNAME = obs-streamfx
22DISTVERSION = 0.12.0b164
3+ PORTREVISION = 1
34CATEGORIES = multimedia
45
56MAINTAINER = yuri@FreeBSD.org
Original file line number Diff line number Diff line change 11PORTNAME = obs-studio
2- DISTVERSION = 28.1.2
3- PORTREVISION = 3
2+ DISTVERSION = 29.0.0
43CATEGORIES = multimedia
54
65PATCH_SITES = https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
7- PATCHFILES+ = 1b8a69557113.patch:-p1 # https://github.com/obsproject/obs-studio/pull/7943
86PATCHFILES+ = e221bf8eedfc.patch:-p1 # https://github.com/obsproject/obs-studio/pull/7989
97PATCHFILES+= 0dcc3a1696c0.patch:-p1 # https://github.com/obsproject/obs-studio/pull/7986
108PATCHFILES+= 2cebc65ad7f8.patch:-p1 # https://github.com/obsproject/obs-studio/pull/7992
@@ -44,6 +42,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
4442 libxcb-render-util.so:x11/xcb-util-renderutil \
4543 libxcb-util.so:x11/xcb-util \
4644 libxkbcommon.so:x11/libxkbcommon \
45+ libva.so:multimedia/libva \
4746 ${LIB_DEPENDS_${ARCH}}
4847LIB_DEPENDS_amd64 = libluajit-5.1.so:lang/luajit
4948LIB_DEPENDS_armv7 = libluajit-5.1.so:lang/luajit
@@ -78,7 +77,8 @@ GH_TUPLE= obsproject:obs-amd-encoder:d5a136c6834c39293ad749cf8f07bdaa772fe44b:ob
7877
7978CMAKE_ON = UNIX_STRUCTURE
8079CMAKE_ARGS = -DOBS_VERSION_OVERRIDE:STRING="${PORTVERSION}" \
81- -DQT_VERSION=6
80+ -DQT_VERSION=6 \
81+ -DPython_EXECUTABLE="${PYTHON_CMD}"
8282
8383LDFLAGS+ = -fPIC # pending https://github.com/obsproject/obs-studio/issues/3436
8484
Original file line number Diff line number Diff line change 1- TIMESTAMP = 1672348002
2- SHA256 (obsproject-obs-studio-28.1.2_GH0 .tar.gz) = c51c72945867cd9862ba663b01cc8313153a0249dd3df0626e63fc5d82a84b39
3- SIZE (obsproject-obs-studio-28.1.2_GH0 .tar.gz) = 18859931
1+ TIMESTAMP = 1673489332
2+ SHA256 (obsproject-obs-studio-29.0.0_GH0 .tar.gz) = 05c5ae05a6085a792ce7fc131a92fe4a78adf90310d2d2da51a5e418720ab993
3+ SIZE (obsproject-obs-studio-29.0.0_GH0 .tar.gz) = 18894364
44SHA256 (obsproject-obs-amd-encoder-d5a136c6834c39293ad749cf8f07bdaa772fe44b_GH0.tar.gz) = 6cfae1f4d378124d9621bde29d9ff5d49134dabcd1f17aad048f77e103ddee14
55SIZE (obsproject-obs-amd-encoder-d5a136c6834c39293ad749cf8f07bdaa772fe44b_GH0.tar.gz) = 347479
66SHA256 (obsproject-obs-browser-e2310b02df3e6c184fe6eb6608244a82e37f582e_GH0.tar.gz) = 6cfaa245da01f7d25f46c9823c6ff6cebe38599f699b98b46498f627ba904591
Original file line number Diff line number Diff line change @@ -124,19 +124,19 @@ lib/cmake/obs-frontend-api/obs-frontend-apiTargets-%%CMAKE_BUILD_TYPE%%.cmake
124124lib/cmake/obs-frontend-api/obs-frontend-apiTargets.cmake
125125lib/libobs-frontend-api.so
126126lib/libobs-frontend-api.so.0
127- lib/libobs-frontend-api.so.28
127+ lib/libobs-frontend-api.so.29
128128lib/libobs-opengl.so
129129lib/libobs-opengl.so.1
130- lib/libobs-opengl.so.28
130+ lib/libobs-opengl.so.29
131131lib/libobs-scripting.so
132132lib/libobs-scripting.so.1
133- lib/libobs-scripting.so.28
133+ lib/libobs-scripting.so.29
134134lib/libobs.so
135135lib/libobs.so.0
136- lib/libobs.so.28
136+ lib/libobs.so.29
137137lib/libobsglad.so
138138lib/libobsglad.so.1
139- lib/libobsglad.so.28
139+ lib/libobsglad.so.29
140140lib/obs-plugins/frontend-tools.so
141141lib/obs-plugins/image-source.so
142142lib/obs-plugins/linux-capture.so
@@ -1088,7 +1088,7 @@ share/obs/obs-plugins/rtmp-services/locale/zh-CN.ini
10881088share/obs/obs-plugins/rtmp-services/locale/zh-TW.ini
10891089share/obs/obs-plugins/rtmp-services/package.json
10901090share/obs/obs-plugins/rtmp-services/schema/package-schema.json
1091- share/obs/obs-plugins/rtmp-services/schema/service-schema-v3 .json
1091+ share/obs/obs-plugins/rtmp-services/schema/service-schema-v4 .json
10921092share/obs/obs-plugins/rtmp-services/services.json
10931093%%SNDIO%%share/obs/obs-plugins/sndio/locale/ar-SA.ini
10941094%%SNDIO%%share/obs/obs-plugins/sndio/locale/be-BY.ini
Original file line number Diff line number Diff line change 11PORTNAME = obs-text-pthread
22DISTVERSION = 2.0.2
3+ PORTREVISION = 1
34CATEGORIES = multimedia
45
56MAINTAINER = yuri@FreeBSD.org
Original file line number Diff line number Diff line change 11PORTNAME = obs-waveform
22DISTVERSIONPREFIX = v
33DISTVERSION = 1.5.0
4+ PORTREVISION = 1
45CATEGORIES = multimedia
56
67MAINTAINER = yuri@FreeBSD.org
Original file line number Diff line number Diff line change 11PORTNAME = wlrobs
22DISTVERSIONPREFIX = v
33PORTVERSION = 1.1
4+ PORTREVISION = 1
45CATEGORIES = multimedia wayland
56MASTER_SITES = https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/.*-//}${EXTRACT_SUFX}?dummy=/
67
You can’t perform that action at this time.
0 commit comments