diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-23 07:58:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-06-23 07:58:56 +0000 |
commit | 5213784337ff47f4fa9a1ad3aee8e56898e498a0 (patch) | |
tree | 20c533f0c7c9614c69a780e88dde99a59c846733 | |
parent | c86c52c862a4f3d5b785524647e1c752097c3d30 (diff) | |
download | ports-5213784337ff47f4fa9a1ad3aee8e56898e498a0.tar.gz ports-5213784337ff47f4fa9a1ad3aee8e56898e498a0.zip |
multimedia/obs-websocket: Improve format, add comment
-rw-r--r-- | multimedia/obs-websocket/Makefile | 7 | ||||
-rw-r--r-- | multimedia/obs-websocket/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/obs-websocket/Makefile b/multimedia/obs-websocket/Makefile index 9d4c3fd3a2f5..5b8a8ab04777 100644 --- a/multimedia/obs-websocket/Makefile +++ b/multimedia/obs-websocket/Makefile @@ -8,16 +8,17 @@ COMMENT= OBS Studio Plugin: WebSockets API LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= does not build: src/rpc/../obs-websocket.h:36:7: error: type alias redefinition with different types +BROKEN= does not build: src/rpc/../obs-websocket.h:36:7: error: type alias redefinition with different types, see https://github.com/obsproject/obs-websocket/issues/954 BUILD_DEPENDS= websocketpp>0:devel/websocketpp LIB_DEPENDS= libobs.so:multimedia/obs-studio USES= cmake compiler:c++17-lang localbase:ldflags qt:5 +USE_QT= core gui widgets buildtools_build concurrent_build qmake_build + USE_GITHUB= yes -GH_ACCOUNT= Palakis +GH_ACCOUNT= obsproject GH_TUPLE= chriskohlhoff:asio:b73dc1d2c0ecb9452a87c26544d7f71e24342df6:chriskohlhoff_asio/deps/asio -USE_QT= core gui widgets buildtools_build concurrent_build qmake_build OPTIONS_DEFINE= IPV4 # with devel/websocketpp it's either IPv4 or IPv6, but not both OPTIONS_DEFAULT= IPV4 # project defaults to IPv6 but the port defaults to IPv4 because IPv4 is currently more common diff --git a/multimedia/obs-websocket/distinfo b/multimedia/obs-websocket/distinfo index db1383d62682..81dd9ea6f27c 100644 --- a/multimedia/obs-websocket/distinfo +++ b/multimedia/obs-websocket/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1590685877 -SHA256 (Palakis-obs-websocket-4.8.0_GH0.tar.gz) = a0b99f8039225305af36ef84d353155173d5878f56187a8988a827b487f15781 -SIZE (Palakis-obs-websocket-4.8.0_GH0.tar.gz) = 173336 +TIMESTAMP = 1655971074 +SHA256 (obsproject-obs-websocket-4.8.0_GH0.tar.gz) = a0b99f8039225305af36ef84d353155173d5878f56187a8988a827b487f15781 +SIZE (obsproject-obs-websocket-4.8.0_GH0.tar.gz) = 173336 SHA256 (chriskohlhoff-asio-b73dc1d2c0ecb9452a87c26544d7f71e24342df6_GH0.tar.gz) = e4a5f556e3d562c71f9e569ffa64eae665abd2c61d85a2d275c86042b32f9342 SIZE (chriskohlhoff-asio-b73dc1d2c0ecb9452a87c26544d7f71e24342df6_GH0.tar.gz) = 1211725 |