multimedia/obs-streamfx: Update 0.8.0b1 -> 0.8.0b2

This commit is contained in:
Yuri Victorovich 2020-04-24 05:13:50 +00:00
parent 27af6cfe53
commit 40943ccbeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532736
4 changed files with 28 additions and 15 deletions

View File

@ -1,13 +1,9 @@
# $FreeBSD$
PORTNAME= obs-streamfx
DISTVERSION= 0.8.0b1
PORTREVISION= 1
DISTVERSION= 0.8.0b2
CATEGORIES= multimedia
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= aafddeda7fffc7261a72401a591098567c43e81b.patch:-p1 # https://github.com/Xaymar/obs-StreamFX/pull/165
MAINTAINER= yuri@FreeBSD.org
COMMENT= OBS Studio Plugin: Modern effects

View File

@ -1,5 +1,3 @@
TIMESTAMP = 1587236133
SHA256 (Xaymar-obs-StreamFX-0.8.0b1_GH0.tar.gz) = b2c4b06cfd25da86c2854c96137f6518007b15298023f40e03b7fe6e9a65062c
SIZE (Xaymar-obs-StreamFX-0.8.0b1_GH0.tar.gz) = 368022
SHA256 (aafddeda7fffc7261a72401a591098567c43e81b.patch) = 950307f784036ee3afad690da430b1e59565527dd72964f3e8f306791bd4b271
SIZE (aafddeda7fffc7261a72401a591098567c43e81b.patch) = 4485
TIMESTAMP = 1587699856
SHA256 (Xaymar-obs-StreamFX-0.8.0b2_GH0.tar.gz) = 9b22409f8d988a14bc451c9d1141407e6c80a2f9c23cea552d1243329f5937e0
SIZE (Xaymar-obs-StreamFX-0.8.0b2_GH0.tar.gz) = 378529

View File

@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2020-04-08 22:29:18 UTC
--- CMakeLists.txt.orig 2020-04-24 03:39:40 UTC
+++ CMakeLists.txt
@@ -88,13 +88,13 @@ else()
@@ -92,13 +92,13 @@ else()
endif()
# Detect Architecture
@ -21,7 +21,7 @@
# All Warnings, Extra Warnings, Pedantic
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
@@ -179,7 +179,7 @@ else()
@@ -183,7 +183,7 @@ else()
set(CMAKE_PACKAGE_SUFFIX_OVERRIDE "" CACHE STRING "Override for the suffix.")
if(UNIX)
@ -30,7 +30,20 @@
endif()
if(NOT ${PropertyPrefix}OBS_DOWNLOAD)
@@ -990,8 +990,8 @@ else()
@@ -502,9 +502,9 @@ if((CMAKE_C_COMPILER_ID STREQUAL "GNU")
OR (CMAKE_C_COMPILER_ID STREQUAL "Clang")
OR (CMAKE_CXX_COMPILER_ID STREQUAL "Clang"))
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 9.0)
- list(APPEND PROJECT_LIBRARIES
- "stdc++fs"
- )
+ #list(APPEND PROJECT_LIBRARIES
+ # "stdc++fs"
+ #)
endif()
endif()
@@ -1031,8 +1031,8 @@ else()
else()
install(
TARGETS ${PROJECT_NAME}
@ -41,7 +54,7 @@
)
if(MSVC)
install(
@@ -1003,7 +1003,7 @@ else()
@@ -1044,7 +1044,7 @@ else()
install(
DIRECTORY "data/"

View File

@ -21,12 +21,18 @@ share/obs/obs-plugins/StreamFX/examples/shaders/filter/drunk.effect
share/obs/obs-plugins/StreamFX/examples/shaders/filter/example.effect
share/obs/obs-plugins/StreamFX/examples/shaders/filter/example_displace_by_texture.effect
share/obs/obs-plugins/StreamFX/examples/shaders/filter/hexagonize.effect
share/obs/obs-plugins/StreamFX/examples/shaders/filter/semiline.effect
share/obs/obs-plugins/StreamFX/examples/shaders/source/3d-sphere.effect
share/obs/obs-plugins/StreamFX/examples/shaders/source/example.effect
share/obs/obs-plugins/StreamFX/examples/shaders/source/plasma.effect
share/obs/obs-plugins/StreamFX/examples/shaders/source/shadertoy-3l23Rh.effect
share/obs/obs-plugins/StreamFX/examples/shaders/source/shadertoy-3tlXWS.effect
share/obs/obs-plugins/StreamFX/examples/shaders/source/shadertoy-MslGRn.effect
share/obs/obs-plugins/StreamFX/examples/shaders/source/shadertoy-MslfRn.effect
share/obs/obs-plugins/StreamFX/examples/shaders/transition/color-shift.effect
share/obs/obs-plugins/StreamFX/examples/shaders/transition/luma-burn.effect
share/obs/obs-plugins/StreamFX/examples/shaders/transition/pixelator.effect
share/obs/obs-plugins/StreamFX/examples/shaders/transition/sliding-bars.effect
share/obs/obs-plugins/StreamFX/examples/white.png
share/obs/obs-plugins/StreamFX/locale/bo-BT.ini
share/obs/obs-plugins/StreamFX/locale/cy-GB.ini