summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorIsmael Luceno2021-09-04 12:35:35 +0200
committerIsmael Luceno2021-09-04 12:35:35 +0200
commit0bca728b1b1c04a71194be5257959898722ed330 (patch)
treebc1f77f79a946567965888adfc07dca9a9a737a1 /video
parent2c073302f0314ba396f2bb17966af864a5626a9d (diff)
obs-studio: Fix version number in the application
Diffstat (limited to 'video')
-rwxr-xr-xvideo/obs-studio/BUILD2
-rwxr-xr-xvideo/obs-studio/DETAILS1
-rw-r--r--video/obs-studio/HISTORY2
3 files changed, 5 insertions, 0 deletions
diff --git a/video/obs-studio/BUILD b/video/obs-studio/BUILD
index 38090f001d..e7f1fbf39b 100755
--- a/video/obs-studio/BUILD
+++ b/video/obs-studio/BUILD
@@ -1,3 +1,5 @@
+# XXX Fix version number
+OPTS+=" -DOBS_VERSION_OVERRIDE=$VERSION" &&
# XXX obs-filters plugin can't build with -ffast-math
CFLAGS="${CFLAGS//-ffast-math}" &&
OPTS+=' -DBUILD_BROWSER=OFF -DBUILD_VST=OFF' &&
diff --git a/video/obs-studio/DETAILS b/video/obs-studio/DETAILS
index 7a2cc6b200..c0f18c5e16 100755
--- a/video/obs-studio/DETAILS
+++ b/video/obs-studio/DETAILS
@@ -1,6 +1,7 @@
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=obs-studio
VERSION=27.0.1
+ PATCHLEVEL=1
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/obsproject/$SPELL/archive/refs/tags/$VERSION.tar.gz
SOURCE_HASH=sha512:c15dda62c1f212f623914e61a90c6b1e035720fb84d64726c14f43d77ae7569777a23d04221db34347ce610e7c3407c29e726ae36412e98e34ea2ddb2072b7f3
diff --git a/video/obs-studio/HISTORY b/video/obs-studio/HISTORY
index 0645a640ec..bd6a5a12e2 100644
--- a/video/obs-studio/HISTORY
+++ b/video/obs-studio/HISTORY
@@ -1,2 +1,4 @@
2021-09-04 Ismael Luceno <ismael@sourcemage.org>
* BUILD, DEPENDS, DETAILS: spell created
+ * BUILD: fixed version number in the application
+ * DETAILS: PATCHLEVEL++