Overview

Request 5292 (accepted)

- Update to version 26.1.1:
* win-dshow: Fix dshowcapture not linking audio of certain devices
* linux-jack: fix deadlock when closing the client
* linux-jack: mark ports as JackPortIsTerminal
* linux-jack: fix timestamp calculation
* obs-browser: Initialize CEF early to fix macOS crash
* libobs: Update version to 26.1.1
* rtmp-services: Add Loola.tv service
* rtmp-services: Fix json formatting
* libobs: Avoid unnecessary mallocs in audio processing
* UI: Fix padding on Acri context bar buttons
* image-source: Fix slideshow transition bug when randomized
* docs/sphinx: Add missing obs_frontend_open_projector
* libobs: Update to SIMDe 0.7.1
* libobs: Set lock state when duplicating scene item
* libobs: Add definitions in ARCH_SIMD_DEFINES
* cmake: Add ARCH_SIMD_DEFINES variable
* coreaudio-encoder: Fix cmake for mingw
* Revert "UI: Only apply new scaling behavior on newer installs"
* UI: Only apply new scaling behavior on newer installs
* UI: Support fractional scaling for Canvas/Base size
* mac-virtualcam: Remove unnecessary logging
* mac-virtualcam: Mark parameters as unused
* image-source: Add .webp to "All formats" option
* image-source: Add webp to file filter
* CI: Remove jack, speex and fdk-aac from default builds for macOS
* libobs, obs-ffmpeg: Use correct value for EINVAL error check
* UI/updater: Increase number of download workers
* UI/updater: Enable HTTP2 and TLS 1.3
* UI: Fix name of kab-KAB locale

Submit package home:boombatow...es:Multimedia / obs-studio to package Multimedia / obs-studio

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,50 @@
2
 -------------------------------------------------------------------
3
+Wed Jan 06 18:27:38 UTC 2021 - jimmy@boombatower.com
4
+
5
+- Update to version 26.1.1:
6
+  * win-dshow: Fix dshowcapture not linking audio of certain devices
7
+  * linux-jack: fix deadlock when closing the client
8
+  * linux-jack: mark ports as JackPortIsTerminal
9
+  * linux-jack: fix timestamp calculation
10
+  * obs-browser: Initialize CEF early to fix macOS crash
11
+  * libobs: Update version to 26.1.1
12
+  * rtmp-services: Add Loola.tv service
13
+  * rtmp-services: Fix json formatting
14
+  * libobs: Avoid unnecessary mallocs in audio processing
15
+  * UI: Fix padding on Acri context bar buttons
16
+  * image-source: Fix slideshow transition bug when randomized
17
+  * docs/sphinx: Add missing obs_frontend_open_projector
18
+  * libobs: Update to SIMDe 0.7.1
19
+  * libobs: Set lock state when duplicating scene item
20
+  * libobs: Add definitions in ARCH_SIMD_DEFINES
21
+  * cmake: Add ARCH_SIMD_DEFINES variable
22
+  * coreaudio-encoder: Fix cmake for mingw
23
+  * Revert "UI: Only apply new scaling behavior on newer installs"
24
+  * UI: Only apply new scaling behavior on newer installs
25
+  * UI: Support fractional scaling for Canvas/Base size
26
+  * mac-virtualcam: Remove unnecessary logging
27
+  * mac-virtualcam: Mark parameters as unused
28
+  * image-source: Add .webp to "All formats" option
29
+  * image-source: Add webp to file filter
30
+  * CI: Remove jack, speex and fdk-aac from default builds for macOS
31
+  * libobs, obs-ffmpeg: Use correct value for EINVAL error check
32
+  * UI/updater: Increase number of download workers
33
+  * UI/updater: Enable HTTP2 and TLS 1.3
34
+  * UI: Fix name of kab-KAB locale
35
+  * decklink: Fix automatic pixel format detection
36
+  * CI: Fix macOS 10.13 crashes due to unsupported library symbols
37
+  * UI/installer: Add additional VS2019 DLL check
38
+  * mac-virtualcam: Fix file mode
39
+  * CI: Run make with -j$(nproc)
40
+  * CI: Remove obsolete and unused files
41
+  * libobs: Add texture sharing support for macOS/OpenGL
42
+  * CI: Add necessary changes for CEF 4183
43
+  * UI/updater: Move in-use files away before writing
44
+  * UI/updater: Always clean up temporary files
45
+  * UI: Remove Smashcast from AutoConfig
46
+  * rtmp-services: Remove Smashcast
47
+
48
+-------------------------------------------------------------------
49
 Tue Dec 15 23:25:38 UTC 2020 - Jimmy Berry <jimmy@boombatower.com>
50
 
51
 - Add modinfo-use-full-path.patch for new v4l2lookback support.
52
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        26.1.0
4
+Version:        26.1.1
5
 Release:        0
6
 Summary:        A recording/broadcasting program
7
 Group:          Productivity/Multimedia/Video/Editors and Convertors
8
_service Changed
10
 
1
@@ -1,7 +1,7 @@
2
 <services>
3
   <service name="tar_scm" mode="disabled">
4
     <param name="versionformat">@PARENT_TAG@</param>
5
-    <param name="revision">refs/tags/26.1.0</param>
6
+    <param name="revision">refs/tags/26.1.1</param>
7
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
8
     <param name="scm">git</param>
9
     <param name="changesgenerate">enable</param>
10
_servicedata Changed
9
 
1
@@ -1,6 +1,6 @@
2
 <servicedata>
3
   <service name="tar_scm">
4
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
5
-    <param name="changesrevision">38ad3ba18fc27846e122bd56f589ccb34c4578e2</param>
6
+    <param name="changesrevision">dffa8221124106bc2a4c92e5f5d0fa21128a61f6</param>
7
   </service>
8
 </servicedata>
9
obs-studio-26.1.0.tar.xz -> obs-studio-26.1.1.tar.xz Changed
Refresh
Refresh
Request History
boombatower's avatar

boombatower created request over 4 years ago

- Update to version 26.1.1:
* win-dshow: Fix dshowcapture not linking audio of certain devices
* linux-jack: fix deadlock when closing the client
* linux-jack: mark ports as JackPortIsTerminal
* linux-jack: fix timestamp calculation
* obs-browser: Initialize CEF early to fix macOS crash
* libobs: Update version to 26.1.1
* rtmp-services: Add Loola.tv service
* rtmp-services: Fix json formatting
* libobs: Avoid unnecessary mallocs in audio processing
* UI: Fix padding on Acri context bar buttons
* image-source: Fix slideshow transition bug when randomized
* docs/sphinx: Add missing obs_frontend_open_projector
* libobs: Update to SIMDe 0.7.1
* libobs: Set lock state when duplicating scene item
* libobs: Add definitions in ARCH_SIMD_DEFINES
* cmake: Add ARCH_SIMD_DEFINES variable
* coreaudio-encoder: Fix cmake for mingw
* Revert "UI: Only apply new scaling behavior on newer installs"
* UI: Only apply new scaling behavior on newer installs
* UI: Support fractional scaling for Canvas/Base size
* mac-virtualcam: Remove unnecessary logging
* mac-virtualcam: Mark parameters as unused
* image-source: Add .webp to "All formats" option
* image-source: Add webp to file filter
* CI: Remove jack, speex and fdk-aac from default builds for macOS
* libobs, obs-ffmpeg: Use correct value for EINVAL error check
* UI/updater: Increase number of download workers
* UI/updater: Enable HTTP2 and TLS 1.3
* UI: Fix name of kab-KAB locale


boombatower's avatar

boombatower accepted request over 4 years ago

ok