[packages/obs-studio] - updated to 31.0.3

qboosh qboosh at pld-linux.org
Sun May 18 19:33:51 CEST 2025


commit fdaa450c71d4b840f8b36d1557bb6779065154be
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 18 19:16:28 2025 +0200

    - updated to 31.0.3

 format-string.patch | 11 ++++++-----
 obs-studio.spec     |  8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index 0d1dc76..89a8b4a 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -13,13 +13,13 @@
 Summary:	OBS Studio - live streaming and screen recording software
 Summary(pl.UTF-8):	OBS Studio - oprogramowanie do przesyłania strumieni na żywo i nagrywania ekranu
 Name:		obs-studio
-Version:	31.0.0
-Release:	5
+Version:	31.0.3
+Release:	1
 License:	GPL v2+
 Group:		X11/Applications/Multimedia
 #Source0Download: https://github.com/obsproject/obs-studio/releases
-Source0:	https://github.com/jp9000/obs-studio/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	7dd7edb0c4e159b1c78c5ce24a3d746b
+Source0:	https://github.com/obsproject/obs-studio/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	316390336557c44247230a65b4e45a2f
 Patch0:		disable-missing-plugins.patch
 Patch1:		size_t.patch
 Patch2:		x32.patch
diff --git a/format-string.patch b/format-string.patch
index 3ec8237..0279a34 100644
--- a/format-string.patch
+++ b/format-string.patch
@@ -33,9 +33,9 @@
  			     out.track_idx);
  		}
  	}
---- obs-studio-31.0.0/plugins/obs-nvenc/nvenc.c.orig	2024-12-26 23:55:28.883332170 +0100
-+++ obs-studio-31.0.0/plugins/obs-nvenc/nvenc.c	2024-12-26 23:59:49.099998914 +0100
-@@ -378,9 +378,17 @@
+--- obs-studio-31.0.3/plugins/obs-nvenc/nvenc.c.orig	2025-03-26 21:22:17.000000000 +0100
++++ obs-studio-31.0.3/plugins/obs-nvenc/nvenc.c	2025-05-18 18:48:57.333214433 +0200
+@@ -378,9 +378,17 @@ static bool init_encoder_base(struct nve
  	if (vbr)
  		dstr_catf(&log, "\tmax_bitrate:  %d\n", max_bitrate);
  	if (cqp)
@@ -53,7 +53,7 @@
  	}
  
  	dstr_catf(&log, "\tkeyint:       %d\n", gop_size);
-@@ -390,13 +398,22 @@
+@@ -390,14 +398,23 @@ static bool init_encoder_base(struct nve
  	dstr_catf(&log, "\tprofile:      %s\n", enc->props.profile);
  	dstr_catf(&log, "\twidth:        %d\n", enc->cx);
  	dstr_catf(&log, "\theight:       %d\n", enc->cy);
@@ -64,7 +64,8 @@
  	dstr_catf(&log, "\tb-frames:     %ld\n", enc->props.bf);
  	dstr_catf(&log, "\tb-ref-mode:   %ld\n", enc->props.bframe_ref_mode);
 +#endif
- 	dstr_catf(&log, "\tlookahead:    %s (%d frames)\n", lookahead ? "true" : "false", rc_lookahead);
+ 	dstr_catf(&log, "\tlookahead:    %s (%d frames)\n", lookahead ? "true" : "false",
+ 		  config->rcParams.lookaheadDepth);
  	dstr_catf(&log, "\taq:           %s\n", enc->props.adaptive_quantization ? "true" : "false");
  
  	if (enc->props.split_encode) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/obs-studio.git/commitdiff/fdaa450c71d4b840f8b36d1557bb6779065154be



More information about the pld-cvs-commit mailing list