Overview
Request 5248 (accepted)
- Update to version 26.0.0:
* libobs: Update version to 26.0.0
* Fix translator names
* Update translations from Crowdin
* UI: Clarify system tray code
* UI: Fix formatting
* UI: Miscellaneous code cleanups
* UI: Fix "Add [transition]" not being translated
* UI: Add translation for "Add [x]"
* UI: Always parse log contents for Log Viewer as UTF-8
* v4l2-linux: Fix fourcc order
* v4l2-linux: Fix nv12 linesize
* UI: Fix screenshots preventing auto-remux
* UI: Use correct APPDATA for installer
* UI: Various installer script updates
* rtmp-services: Updatge Vaughn Live / iNSTAGIB & Breakers
* deps/media-playback: Fix time at non-standard speeds
* libobs: Check if output active when setting encoders
* frontend-tools: Free xdisplay on Linux auto scene switcher
* UI: Add file-in-use check for virtualcam module dlls
* rtmp-services: Added Mux to services.json
* UI: Create output before calling start stream event
* UI: Do not always have log viewer loaded
* win-dshow: Set current working directory in VirtualCam scripts
* linux-v4l2: Fix boolean and menu control types
* UI: Fix certain buttons turning up white in dark theme
* obs-scripting: Fix script_path() python mem corruption
* UI:Fix crash on log upload
* CI: Update notarisation process for Github CI
* obs-ffmpeg: Add missing translable string for "Profile"
- Created by boombatower over 4 years ago
- In state accepted
-
Package maintainers:
boombatower,
darix, and
frispete
obs-studio.changes
Changed
-------------------------------------------------------------------
+Mon Sep 28 16:27:40 UTC 2020 - jimmy@boombatower.com
+
+- Update to version 26.0.0:
+ * libobs: Update version to 26.0.0
+ * Fix translator names
+ * Update translations from Crowdin
+ * UI: Clarify system tray code
+ * UI: Fix formatting
+ * UI: Miscellaneous code cleanups
+ * UI: Fix "Add [transition]" not being translated
+ * UI: Add translation for "Add [x]"
+ * UI: Always parse log contents for Log Viewer as UTF-8
+ * v4l2-linux: Fix fourcc order
+ * v4l2-linux: Fix nv12 linesize
+ * UI: Fix screenshots preventing auto-remux
+ * UI: Use correct APPDATA for installer
+ * UI: Various installer script updates
+ * rtmp-services: Updatge Vaughn Live / iNSTAGIB & Breakers
+ * deps/media-playback: Fix time at non-standard speeds
+ * libobs: Check if output active when setting encoders
+ * frontend-tools: Free xdisplay on Linux auto scene switcher
+ * UI: Add file-in-use check for virtualcam module dlls
+ * rtmp-services: Added Mux to services.json
+ * UI: Create output before calling start stream event
+ * UI: Do not always have log viewer loaded
+ * win-dshow: Set current working directory in VirtualCam scripts
+ * linux-v4l2: Fix boolean and menu control types
+ * UI: Fix certain buttons turning up white in dark theme
+ * obs-scripting: Fix script_path() python mem corruption
+ * UI:Fix crash on log upload
+ * CI: Update notarisation process for Github CI
+ * obs-ffmpeg: Add missing translable string for "Profile"
+ * CI: Sign and notarize macOS builds on new tags
+ * win-capture: Increment graphics hook version
+ * CI: Fix Azure macOS pipeline to use new build script
+ * obs-filters: Remove unnecessary files
+ * obs-filters: Use builtin rnnoise dep if not found
+ * CI: Bump macOS-deps version to include rnnoise
+ * obs-ffmpeg: fix crash with rawvideo
+ * UI: Fix recording check when using url output
+ * CMake: Set PIC for all library targets
+ * UI: Unset bandwidth test on non-Twitch service / disconnect
+ * UI: Don't warn about bandwidth test mode if not authed
+ * rtmp-services: Add SHOWROOM
+ * win-capture: Improve game capture messages
+ * deps/media-playback: Fix fast-forward after reset
+ * win-dshow: Fix bug determining closest audio config
+ * UI: Fix vcam button not changing colors when checked
+ * UI: Replace/simplify device toolbar
+ * win-dshow: Add "activate" proc to proc handler
+ * win-dshow: Fix 24bit audio not being detected correctly
+ * win-dshow: Fix AJA devices crashing
+ * UI: Remove duplicate media timer code
+ * libobs: Deprecate service multitrack check
+ * deps/media-playback: Fix pause continually running loop
+ * UI: Remove redundant word
+ * enc-amf: Update AMD encoder submodule
+ * UI: Fix scene tree event handling
+ * Update VIDEO_CS_DEFAULT to mean 709 instead of 601
+ * win-dshow: Add VirtualCam installer scripts
+ * cmake: Add function for installing data from abs path
+ * win-dshow: Use cmake-based GUID for virtualcam
+ * UI: Ensure tray icon is themed in all cases
+ * UI: Change the default color setting in the UI from sRGB to 709
+ * UI: Refine context bar
+ * UI: Allow adjusting media slider with arrow buttons
+ * UI: Use correct constant for CryptDecodeObjectEx
+ * libobs/media-io: Fix suspicious memset behavior
+ * UI: Set restart state when there is no media
+ * UI: Make SetupOutputs virtual instead of ignoring vcam
+ * UI: Save Freetype Text source color from Source Toolbar
+ * win-capture: Put window capture update data in a mutex
+ * UI: Fix auto-remux not working w/ slash filesnames
+ * UI: Do not show tray icon if not active
+ * UI: Do not show media controls on network media source
+ * UI: Fix crash when starting vcam before other outputs
+ * UI: Fix maximum size on image source toolbar
+ * UI: Fix source toolbar color selection on color source
+ * UI: Fix studio mode load bug
+ * UI: Fix rec time left not showing in stats
+ * vlc-video: Fix format conversion typos
+ * UI: Fix memory leak when dropping files
+ * UI: Fix source ref bug causing crash on exit
+ * mac-capture: Filter non-trivial windows
+ * win-capture: Fix Vulkan crash on minimize restore
+ * win-capture: Add Vulkan instance creation fallback
+ * win-capture: Vulkan variable naming consistency
+ * UI: Fix compiler warning about needing parenthesis
+ * docs/sphinx: Fix mismatched typedefs
+ * docs/sphinx: Fix incorrect callback information
+ * CI: Remove clang format Mac check
+ * win-dshow: Add file description for virtual camera DLL
+ * obs-vst: Support older Qt versions
+ * win-dshow: Use constant reference for virtualcam CLSID
+ * win-dshow: Reduce size of virtualcam placeholder image
+ * libobs: Check data validity for media sources
+ * vlc-video: Fix possible undefined behavior in format conversion
+ * obs-vst: Fix VST detection in home directory on Linux
+ * obs-browser: Update to 2.8.7
+ * CI: Update macOS deps to fix crash from invalid linking
+ * obs-filters: Cleanup CMake
+ * UI: Add missing tab stop fields in Settings
+ * UI: Fix compile warnings about deprecated QT usage
+ * libobs: Log Windows 10 Hardware GPU Scheduler
+ * plugins: Clear compile warnings on Linux
+ * UI: Fix output channels not being deleted
+ * UI: Disable scene rename shortcut key while renaming
+ * UI: Fix tray icon appearing when disabled in settings
+ * win-capture: Fix excessive window capture logging
+ * UI: Remove unnecessary obs_properties_apply_settings
+ * UI: Defer device properties to separate thread
+ * UI: Put context combo box operations in functions
+ * CI: Update macOS CLI build script
+ * UI: Make image source toolbar expand
+ * UI: Disable properties button if no properties
+ * UI: Remove null source warnings
+ * UI: Clear context bar on scene collection change
+ * UI: Align Advanced Audio Percent toggle to Volume text
+ * UI: Add maximize and minimize support to Log Viewer
+ * UI: Bring Log Viewer to front instead of closing
+ * CI: Add Sphinx Docs generator Github Action
+ * obs-outputs: Remove legacy multitrack code
+ * UI: Don't open second dialog if close event is ignored
+ * obs-ffmpeg: Fix crash when seeking with no media
+ * UI: Fix projector not working on secondary monitors
+ * obs-filters/obs-outputs: Cleanup unused var warns
+ * win-capture: Robust Vulkan swap chain handling
+ * UI: Fix always on top w/ projectors on Linux
+ * UI: Add OBSBasic::ClearProjectors()
+ * UI: Fix transition enumeration
+ * UI: Change cursor when interacting with the preview
+ * UI: Fix hotkeys auto repeating
+ * obs-filters: Fix building without noise reduction
+ * win-capture: Update graphics hook version
+ * obs-outputs: Check support for mbedtls func
+ * obs-outputs: Fix Windows memory leak
+ * UI: Fix multiview update regression
+ * obs-outputs: Add support for metadata-based multitrack
+ * obs-outputs: Don't assume @setDataFrame
+ * obs-x264: Fix memory leak
+ * libobs: Fix underlinking X11
+ * text-freetype2: Fix x,y bounds for text outline and shadow
+ * libobs-winrt: Device loss crash prevention
+ * win-capture: Remove unused strings
+ * UI: Do not process unnamed sources for hotkeys
+ * UI: Render tabs and spaces in Log Viewer
+ * obs-outputs: Enable Windows mbedTLS threading support
+ * UI: Change default sample rate to 48 kHz
+ * obs-filters: Add option to use RNNoise for noise reduction
+ * UI: Fix obsolete filters showing up
+ * oss-audio: Improve /dev/sndstat parsing on FreeBSD
+ * obs-x264: Discard excess warning for e2k
+ * cmake: Discard excess warnings for e2k
+ * cmake: Enable SIMD for Elbrus architecture
+ * cmake: Conditionalize -fopenmp-simd
+ * UI: Source Toolbar
+ * image-source: Transition when restarting slideshow
+ * obs-scripting: Fix removing signal handlers in python Closes #3218
+ * UI: Provide Open button in the Log Viewer
+ * UI:Show "Get Stream Key" to users of Facebook CDN
+ * image-source: Use media control api for slideshow
+ * Revert "image-source: Add proc handler calls to slideshow"
+ * CI: Add QtNetwork to bundle to restore Streamdeck support
+ * README.rst: Remove Mantis
+ * libobs: Add functions to get locale text from modules
+ * libobs: Add function to get module pointer
+ * libobs: Add OBSRef::Get()
+ * image-source: Add proc handler calls to slideshow
+ * image-source: Play if play_pause() called while stopped
+ * UI: Add missing refresh icon to acri qss file
+ * libobs: Fix undefined behavior
+ * win-capture: Remove Vulkan CTS workaround
+ * mac-decklink: Fix C++ virtual function warnings
+ * CI: Update macOS deps version to fix unmet Qt plugin dependencies
+ * libobs: Fix deferred update sometimes using stale data
+ * UI: Clarify and improve locale text
+ * UI: Move View -> Toolbars -> Listboxes
+ * UI: Remove unused action
+ * UI: Mac fix — remove wizard background padding
+ * UI: Check and fail when launched under ChromeOS
+ * UI: Remove unused variable
+ * UI: Add log viewer window
+ * frontend-tools: Add "Open file location" menu item for scripts
+ * frontend-tools: Add context menu to Scripts list
+ * UI: Redesign transitions dock
+ * UI: Use case-insensitive sort for "show all" services
+ * UI: Add ability to make screenshots
+ * UI: Simplify path generation code
+ * oss-audio: Use util_mul_div64() to do time scaling
+ * obs-ffmpeg: Set async video frame immediately when seeking
+ * deps/media-playback: Add seek callback
+ * libobs: Add func to set async video frame immediately
+ * CI: Fix Brew Bundler breaking without prior brew update
+ * rtmp-services: Add api.video service
+ * rtmp-services: Add Nimo TV auto server
+ * UI: Make macOS 'always on top' more aggressive
+ * UI: Fix clickable text on properties with tooltips
+ * libobs: Add util/sse2neon.h to CMakeLists
+ * obs-qsv11: Fix bug mapping old qsv settings to new
+ * libobs: Call enum_all_sources in check for enum_all_sources
+ * win-capture: Make Vulkan frame data local to queue
+ * win-capture: Hide Vulkan linked list internals
+ * win-capture: Improve Vulkan hook stability
+ * obs-ffmpeg: Clear texture when starting playback
+ * libobs: Update async texture when showing preloaded video
+ * UI: Remove OBSContext class and shutdown in run_program
+ * CI: Disable Python on macOS
+ * CI: Disable Python for Mac PR automation
+ * CI: Remove Mixer cmake variables
+ * rtmp-services: Remove Mixer servers and checks
+ * UI: Remove Mixer integration
+ * deps/media-playback: Don't EOF while paused and seeking
+ * deps/media-playback: Preload video when seeking paused
+ * win-dshow: Fix virtual camera filter name
+ * win-dshow: Fix virtual camera enable bug
+ * rtmp-services: Fix memory leak
+ * obs-ffmpeg: Fix race and deprecation warnings
+ * libobs/media-io: Add missing codec_tag set
+ * deps/media-playback: Remove unused #define
+ * deps/libff: Remove very old version check
+ * UI: Fix warning about missing override
+ * UI: Switch 601 to sRGB as default color space
+ * UI: Add sRGB option to colorSpace output setting
+ * media-playback: Leverage VIDEO_CS_SRGB
+ * obs-x264: Improve color space handling
+ * obs-ffmpeg: Improve color space handling
+ * libobs: Add VIDEO_CS_SRGB support
+ * obs-ffmpeg: Fix FFmpeg deprecation warnings
+ * libobs/media-io: Fix FFmpeg deprecation warnings
+ * libobs: Fix FFmpeg deprecation warnings
+ * UI: Add flag/file to disable built-in updater
+ * frontend-tools: Make links in script description clickable
+ * UI: Use non-native file dialog w/ Linux
+ * rtmp-services: drop Restream.io FTL support
+ * libobs: Add arm support
+ * UI, obs-ffmpeg, obs-filters: Fix compile warnings
+ * coreaudio-encoder: Fix encoding of 4.0 speaker layout
+ * deps/media-playback: Reset TS when seeking
+ * CI: Disable building OBS with Python scripting support on macOS
+ * CI: Add fix for macOS builds failing on push for Azure CI
+ * rtmp-services: Update Uscreen service
+ * win-capture: Log duplicator display when updating properties
+ * linux-v4l2: Fix case of variables to snake_case
+ * obs-outputs: Use FLV codec IDs for videocodecid/audiocodecid
+ * obs-ffmpeg: Fix play pause crash
+ * libobs/util: Use is_padding() for wcsdepad as well
+ * libobs/util: Fix potential crash
+ * Revert "UI: Match Windows taskbar state to tray icon"
+ * Revert "Merge pull request #3110 from WizardCM/taskbar-color-setting"
+ * libobs: Translate F13-F24 hotkeys on Windows
+ * win-capture: Remove fixed-size Vulkan arrays
+ * rtmp-services: Add "Taryana - Apachat" streaming service
+ * UI: Add setting for taskbar color
+ * UI: Add informative messages to auto-config dialog
+ * UI: Set remove prompt default action
+ * win-capture: Fix 32-bit Vulkan capture
+ * CI: Update build script to use pre-built SWIG and QT dependencies
+ * obs-qsv11: Simplify UI quality parameters
+ * obs-qsv11: Enable VDEnc on ICL+
+ * obs-qsv11: Add latency mode to QSV settings
+ * UI: Update Facebook get stream key URL
+ * UI: Make color consistent, don't show alpha value
+ * obs-qsv11: Set preference for encode to iGPU in case of i+i
+ * UI: Delete projector when monitor is disconnected
+ * obs-ffmpeg: Allow continuous network streaming
+ * UI: Show help text for launch parameters on Windows
+ * libobs: Fix video scalar copy heights
+ * UI: Add virtual camera to UI
+ * win-dshow: Add Virtual Camera (Windows)
+ * UI: Add TBar controls to obs-frontend-api
+ * UI: Allow the use of Esc key to quit settings window
+ * frontend-tools: Add defaults button to script dialog
+ * obs-ffmpeg: Add auto reconnect to remote media sources
+ * UI: Fix scene switcher not detecting some windows
+ * UI: Fix unreadable Connecting Stream button
+ * win-capture: Don't use Chrome classes for priority
+ * win-capture: Decouple swap and frame indices
+ * obs-ffmpeg, UI: Allow slash in recording names
+ * UI: Add always on top checkbox to projector context menu
+ * mac-capture: Add several virtual audio drivers to Desktop audio
+ * libobs: Add sample unit tests leveraging cmocka
+ * CI: Quick fix to cover pre-installed Homebrew dependencies for macOS
+ * UI: Add window projector option "fit to content"
+ * rtmp-services: Add weabook.live
+ * UI: Fix pause/replay buttons having large width
+ * rtmp-services: Update Lahzenegar RTMP
+ * win-capture: Remove game capture scaling
+ * UI: Update volmeters at 60hz
+ * UI: Fix warnings for Qt 5.15
+ * rtmp-services: Remove offline servers/services
+ * win-capture: Reset command pool rather than buffer
+ * rtmp-services: Add VIMM
+ * color-source: Change default color to d1d1d1
+ * rtmp-services: Update AfreecaTV
+ * UI: Enable Get Stream Key Button for Trovo service
+ * rtmp-services: Update Madcat service
+ * UI: Add 64bit windows checks to installer
+ * libobs: Reset audio data on timestamp jump
+ * rtmp-services: add angelthump
+ * UI/updater: Use 1 MB static memory for hashing
+ * UI/updater: Fix running updater as different user
+ * UI/updater: Exit with error if elevation failed
+ * obs-outputs: Log unhandled rtmp status responses
+ * obs-outputs: Handle rtmp NetStream.Publish.BadName response
+ * UI: Don't try to create service if missing file
+ * UI: Don't try to load replay buffer hotkey if null
+ * libobs: Fix right edge for "video scaler"
+ * libobs: Fix right edge of some videos
+ * libobs: Fix right edge for JPEG images
+ * UI: Auto update projector settings
+ * UI: Fix projector always on top not working on Linux
+ * UI: Delete existing fullscreen projector
+ * deps/media-playback: Use SWS_POINT instead of SWS_FAST_BILINEAR
+ * deps/media-playback: Use OBS YUV(A)444P to RGB conversion
+ * libobs: Use autoreleasepool for graphics thread
+ * win-capture: Remove dead VkResult values
+ * libobs/media-io: Remove unused code
+ * oss-audio: Add en-US translation data file
+ * UI: Fix GetPreferredLocales locale detection
+ * cmake: Update minimum Windows SDK version
+ * UI: Update NSIS installer script
+ * libobs-winrt: Require Windows 10 SDK 19041
+ * image-source: Don't check for changes when hidden
+ * Revert "Merge pull request #2993 from brittneysclark/enable_vdenc"
+ * rtmp-services: Add Mixcloud
+ * libobs: Unload modules while OBS core is active
+ * libobs: Remove excessive null checks
+ * libobs: Use correct data pointer for hotkey pair
+ * win-capture: Improve Vulkan synchronization
+ * libobs: Fix os_get_executable_path_ptr on Linux
+ * libobs-winrt: Move project to core VS filter
+ * cmake: SIMDe & GCC? then enable OpenMP 4 SIMD
+ * libos: Freshen SIMDe code copy
+ * docs: Remove Doxyfile
+ * docs: Remove Doxygen
+ * obs-qsv11: Simplify UI subjective quality parameters
+ * UI: Change audio device string in settings
+ * CI: Improve formatcode.sh efficiency
+ * obs-filters: Misc code cleanups detected by PVS Studio
+ * linux-v4l2: Selective stream restart
+ * obs-ffmpeg: Show friendly error for NV_ENC_ERR_INVALID_VERSION
+ * UI: Set 8x8 as minimum selectable resolution
+ * UI: Add percent checkbox to advanced audio dialog
+ * win-capture: Better matching of internal UWP windows
+ * UI: Don't show alpha value for color source
+ * UI: Fixed case to match what the files are named
+ * CI: Require VLC in CI builds, Fix VLC
+ * cmake: Fix warnings and normalize variables/errors
+ * libobs: Fix potential truncation warnings
+ * libobs: WinRT and dispatcher init on graphics thread
+ * libobs-winrt: Add dispatcher queue API
+ * Revert "Merge pull request #2637 from kkartaltepe/cmake-variety-fixes"
+ * UI: Install public headers for frontend-api
+ * obs-vst: Fix crash when the blocksize is smaller than frames
+ * obs-vst: Compile the vst plugin on linux
+ * UI: Fix wrong path in the crash message dialog
+ * UI: Swap to new srt output
+ * obs-ffmpeg: Use obs-ffmpeg-mux for mpegts network output
+ * obs-ffmpeg: Move file read error to separate function
+ * UI: Fix GetUnusedSceneCollectionFile filename creation
+ * UI: Make select/deselect signals work w/ group items
+ * obs-ffmpeg: Enable mpegts network URL for ffmpeg-mux
+ * UI: Allow drag & drop reorder of property lists
+ * UI: Fix bug where stats dock steals focus of main windows
+ * UI: Hide script tabs if no python settings
+ * obs-x264: Log ignored options
+ * obs-x264: Log only options given to libx264
+ * obs-x264: Refactor tokenizing of options
+ * win-capture: Ignore cloaked windows
+ * obs-qsv11: Enable VDEnc on ICL+
+ * obs-qsv11: Add latency mode to QSV settings
+ * UI: Log monitoring type for global audio devices
+ * libobs-winrt: Fix WGC minimize handling
+ * libobs: Return target instead of current in calc_torquef
+ * win-capture: Reset WGC fail flag for new window
+ * cmake: Add cmake folders
+ * win-capture: Fail on unsupported Vulkan formats
+ * UI: Restore theme if settings window exit with [x]
+ * frontend-tools: Automatically select scripts
+ * libobs: Remove log entry for CoInitializeEx pass
+ * libobs/util: Fix POSIX event bugs
+ * libobs: Fix da_reserve early return logic
+ * mac-capture: Use resize instead of reserve
+ * CI: Add all-in-one macOS build script
+ * win-capture: Log window capture method
+ * UI: Match Windows taskbar state to tray icon
+ * libobs-winrt: win-capture: Detect GraphicsCaptureItem closure
+ * CI: Update Github Actions with caching and macOS improvements
+ * obs-ffmpeg: Fix AVFrame handling in FFmpeg output
+ * UI/updater: Fix launching OBS as admin post-update
+ * deps/glad: Fix build with GCC-10
+ * vlc-video: Allow metadata retrieval through proc_handler
+ * rtmp-services: Update Switchboard Live servers
+ * rtmp-services: Add Xlovecam.com streaming service
+ * libobs: Use SetThreadDescription if possible
+ * libobs: Fix unnecessary duplication
+ * UI: Remove unused variable
+ * libobs: Update version to 25.0.8
+ * libobs-opengl: Lock Mac parent context during present
+ * plugins: Add oss-audio plugin
+ * libobs: Add Windows 10 release version to crash log
+ * obs-ffmpeg: Update error message in process_packet
+ * text-freetype2: Add Enable Antialiasing option
+ * rtmp-services: Update GameTips.TV
+ * obs-text: Add Enable Antialiasing option
+ * obs-scripting: Expose platform functions to scripts
+ * obs-plugins: Check if sources are showing for media hotkeys
+ * vlc-video: Enable building the plugin on FreeBSD
+ * libobs: add ppc64(le) specific flags to libobs.pc
+ * rtmp-services: Add Nimo TV
+ * linux-capture: Add support for cropping input source
+ * libobs: Don't check filter compatibility on not loaded sources
+ * UI: Remove first run auto-config prompts
+ * libobs: Don't allow duplicating scene sources
+ * UI: Highlight unknown audio device label in settings
+ * UI: sort audio sources by name locale aware
+ * obs-filters: 3D LUT tetrahedral interpolation
+ * UI: Add button to Analyzer in the Log Reply window
+ * UI: Add description to Log Reply window
+ * UI: Differentiate between crash & session log dialogs
+ * UI: Hide Help icon in Log Reply window
+ * libobs: Implement and use better scaling function for 64-bit integers
+ * cmake: Fix warnings and normalize variables/errors
+ * obs-ffmpeg: Rename and add more VAAPI levels
+ * obs-ffmpeg: Expose VAAPI profile choices
+ * win-capture: Verify VK_KHR_external_memory_win32 support
+ * win-capture: Cleaner COM usage
+ * win-capture: Use VkAllocationCallbacks
+ * UI: Remove language region
+ * UI: Use standard resolutions with auto-config
+ * libobs-opengl: Support 3D texelFetch
+ * obs-filters: Implement CUBE LUT domain properly
+ * UI: Don't clip meters when resizing with no input
+ * UI: Fix buttons changing minimum window width
+ * media-playback: Unbuffered Media Source
+- Remove c7f84f8fc4e90ef779a204ac268f5ee1a962e324.patch.
+
+-------------------------------------------------------------------
Wed Jul 8 01:42:05 UTC 2020 - Jimmy Berry <jimmy@boombatower.com>
- Add c7f84f8fc4e90ef779a204ac268f5ee1a962e324.patch to resolve
obs-studio.spec
Changed
Name: obs-studio
-Version: 25.0.8
+Version: 26.0.0
Release: 0
Summary: A recording/broadcasting program
Group: Productivity/Multimedia/Video/Editors and Convertors
BuildRequires: swig
BuildRequires: vlc-devel
ExclusiveArch: i586 x86_64
-Patch0: c7f84f8fc4e90ef779a204ac268f5ee1a962e324.patch
%description
Open Broadcaster Software is free and open source software for video recording and live streaming.
_service
Changed
<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">@PARENT_TAG@</param>
- <param name="revision">refs/tags/25.0.8</param>
+ <param name="revision">refs/tags/26.0.0</param>
<param name="url">git://github.com/jp9000/obs-studio.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
_servicedata
Changed
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/jp9000/obs-studio.git</param>
- <param name="changesrevision">4c0d4a1d8e1433897dcbbff6084b0f38a421f231</param>
+ <param name="changesrevision">e24aaa0b5847f0d61a74b46d52e472be02a5688a</param>
</service>
</servicedata>
No build results available
No rpmlint results available
Request History
boombatower created request over 4 years ago
- Update to version 26.0.0:
* libobs: Update version to 26.0.0
* Fix translator names
* Update translations from Crowdin
* UI: Clarify system tray code
* UI: Fix formatting
* UI: Miscellaneous code cleanups
* UI: Fix "Add [transition]" not being translated
* UI: Add translation for "Add [x]"
* UI: Always parse log contents for Log Viewer as UTF-8
* v4l2-linux: Fix fourcc order
* v4l2-linux: Fix nv12 linesize
* UI: Fix screenshots preventing auto-remux
* UI: Use correct APPDATA for installer
* UI: Various installer script updates
* rtmp-services: Updatge Vaughn Live / iNSTAGIB & Breakers
* deps/media-playback: Fix time at non-standard speeds
* libobs: Check if output active when setting encoders
* frontend-tools: Free xdisplay on Linux auto scene switcher
* UI: Add file-in-use check for virtualcam module dlls
* rtmp-services: Added Mux to services.json
* UI: Create output before calling start stream event
* UI: Do not always have log viewer loaded
* win-dshow: Set current working directory in VirtualCam scripts
* linux-v4l2: Fix boolean and menu control types
* UI: Fix certain buttons turning up white in dark theme
* obs-scripting: Fix script_path() python mem corruption
* UI:Fix crash on log upload
* CI: Update notarisation process for Github CI
* obs-ffmpeg: Add missing translable string for "Profile"
boombatower accepted request over 4 years ago
ok