Overview
Request 4015 (accepted)
- Update to version 20.1.0:
* libobs/util: Fix *nix CPU core counts
* libobs: Log *nix system info more like Windows/Mac
* libobs: Fix XCB keyboard mapping size calculation
* linux-capture: Watch for VisibilityNotify events
* libobs: Fix a potential divide by zero crash
* UI: Allow volume peak to be customized via .qss
* UI: Fix parent window geometry loading
* Build with CEF 3112 on OSX
* obs-browser: version 1.30.1
* rtmp-services: Update ingest list for Restream.io
* obs-outputs: Enable FTL logging and reduce verbosity
* obs-outputs: Fix invalid stream key error
* rtmp-services: Add new twitch ingest servers
* obs-outputs: Improve new netcode if encoder reports 0 bitrate
* rtmp-services: Fixing misspell in a country name
* vlc-source: Add media control hotkeys
* rtmp-services: Update ingest list for Restream.io
* rtmp-services: Add looch.tv streaming platform
* libobs/util: Add memory usage functions
* UI: Add memory usage to Stats window on linux/mac
* libobs: Add Pulseaudio audio monitoring support
* UI: Enable audio monitoring on linux if pulse available
* linux-pulseaudio: Use actual sink device names
* libobs: Fix texture_ready feedback for CPU conversion path
* libobs: Fix I420 shader for (width/2)%4 == 2 resolutions
* libobs: Add private settings to scene items/sources
* UI: Allow right-clicking mixer sources to bring up menu
* UI: Allow hiding/unhiding sources in the mixer
* UI: Add missing option to context menu
- Created by boombatower over 7 years ago
- In state accepted
-
Package maintainers:
boombatower,
darix, and
frispete
obs-studio.changes
Changed
-------------------------------------------------------------------
+Wed Oct 18 13:59:23 UTC 2017 - jimmy@boombatower.com
+
+- Update to version 20.1.0:
+ * libobs/util: Fix *nix CPU core counts
+ * libobs: Log *nix system info more like Windows/Mac
+ * libobs: Fix XCB keyboard mapping size calculation
+ * linux-capture: Watch for VisibilityNotify events
+ * libobs: Fix a potential divide by zero crash
+ * UI: Allow volume peak to be customized via .qss
+ * UI: Fix parent window geometry loading
+ * Build with CEF 3112 on OSX
+ * obs-browser: version 1.30.1
+ * rtmp-services: Update ingest list for Restream.io
+ * obs-outputs: Enable FTL logging and reduce verbosity
+ * obs-outputs: Fix invalid stream key error
+ * rtmp-services: Add new twitch ingest servers
+ * obs-outputs: Improve new netcode if encoder reports 0 bitrate
+ * rtmp-services: Fixing misspell in a country name
+ * vlc-source: Add media control hotkeys
+ * rtmp-services: Update ingest list for Restream.io
+ * rtmp-services: Add looch.tv streaming platform
+ * libobs/util: Add memory usage functions
+ * UI: Add memory usage to Stats window on linux/mac
+ * libobs: Add Pulseaudio audio monitoring support
+ * UI: Enable audio monitoring on linux if pulse available
+ * linux-pulseaudio: Use actual sink device names
+ * libobs: Fix texture_ready feedback for CPU conversion path
+ * libobs: Fix I420 shader for (width/2)%4 == 2 resolutions
+ * libobs: Add private settings to scene items/sources
+ * UI: Allow right-clicking mixer sources to bring up menu
+ * UI: Allow hiding/unhiding sources in the mixer
+ * UI: Add missing option to context menu
+ * UI: Use Qt standard buttons in source properties
+ * obs-ffmpeg: Don't mark to destroy media unless valid
+ * libobs: Fix ImageMagick header path
+ * libobs: Stop configure if ImageMagick is preferred, but not found
+ * libobs: Adjust grammar of an error message
+ * UI: Enable Replay Buffer in Advanced Mode
+ * obs-transitions: Add audio monitoring to stinger
+ * obs-transition: Add crossfade option to stinger
+ * obs-transitions: Fix integer conversion warning
+ * UI: Lock graphics context when adding new sources
+ * obs-ffmpeg: Fix potential seek issues with media source
+ * libobs: Restore Windows Vista compatibility
+ * UI/updater: Use TLS 1.2 with WinHTTP
+ * libobs: Fix paired audio encoder discarding one segment
+ * libobs: Fix starting video packet offset in outputs
+ * libobs: Move macro to internal C file
+ * obs-outputs: Fix FLV muxing bug
+ * libobs: When interleaving packets, make video come first
+ * obs-outputs: Fix up the internal FLV output
+ * libobs: Set video timing_adjust to obs video time
+ * win-capture: Remove buffering from window capture
+ * win-wasapi: Subtract frame duration from timestamp
+ * test: Add sync tests
+ * libobs/media-io: Fix decompress_420 function
+ * vlc-video: Set properties to defer update mode
+ * graphics-hook: Blacklist specific game from GL capture
+ * libobs: Initialize randomization seed in video thread
+ * vlc-video: Fix shuffle not being quite that random
+ * win-dshow: Fix video playback when default format is MJPEG
+ * file-updater: fix crash due to network timeout
+ * UI: Log generic stream startup failures
+ * libobs: Disable pulseaudio dependency lookup on mac
+ * libobs-opengl: Disable v-sync on mac
+ * UI: Add ini option to use different graphics adapters
+ * libobs/util: Fix Windows 10 revision detection
+ * rtmp-services: Only update Twitch ingests when necessary
+ * libobs: Add async video/audio decoupling functions
+ * decklink: Use unbuffered by default, and decouple
+ * obs-outputs: Signal stop if stop called when not active
+ * UI: Log when starting / stopping via hotkey or timer
+ * UI: Add missing text for replay buffer hotkey log
+ * obs-outputs: Only set stop events if still active
+ * UI: Disallow pasting duplicates of sources with DO_NOT_DUPLICATE
+ * rtmp-services: Don't show "service not found" if name empty
+ * UI: Fix Pulse Audio not loading saved device
+ * libobs: Update version to 20.1.0
+ * Update translations from Crowdin
+
+-------------------------------------------------------------------
+Wed Oct 18 13:57:16 UTC 2017 - jimmy@boombatower.com
+
+- Revert dropping of _service for URL in spec by non-maintainer.
+
+-------------------------------------------------------------------
Sun Oct 8 14:08:31 UTC 2017 - hillwood@opensuse.org
- Use %suse_update_desktop_file.
obs-studio.spec
Changed
Name: obs-studio
-Version: 20.0.1
+Version: 20.1.0
Release: 0
Summary: A recording/broadcasting program
Group: Productivity/Multimedia/Video/Editors and Convertors
License: GPL-2.0
URL: https://obsproject.com/
-Source: https://github.com/jp9000/obs-studio/archive/%{version}/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: update-desktop-files
BuildRequires: cmake >= 2.8.12
_service
Added
+<services>
+ <service name="tar_scm" mode="disabled">
+ <param name="versionformat">@PARENT_TAG@</param>
+ <param name="revision">refs/tags/20.1.0</param>
+ <param name="url">git://github.com/jp9000/obs-studio.git</param>
+ <param name="scm">git</param>
+ <param name="changesgenerate">enable</param>
+ </service>
+ <service name="recompress" mode="disabled">
+ <param name="compression">xz</param>
+ <param name="file">*.tar</param>
+ </service>
+ <service name="set_version" mode="disabled"/>
+</services>
_servicedata
Added
+<servicedata>
+ <service name="tar_scm">
+ <param name="url">git://github.com/jp9000/obs-studio.git</param>
+ <param name="changesrevision">7bd06e7f26d6735e86cff4980f7777078d480f7d</param>
+ </service>
+</servicedata>
Request History
boombatower created request over 7 years ago
- Update to version 20.1.0:
* libobs/util: Fix *nix CPU core counts
* libobs: Log *nix system info more like Windows/Mac
* libobs: Fix XCB keyboard mapping size calculation
* linux-capture: Watch for VisibilityNotify events
* libobs: Fix a potential divide by zero crash
* UI: Allow volume peak to be customized via .qss
* UI: Fix parent window geometry loading
* Build with CEF 3112 on OSX
* obs-browser: version 1.30.1
* rtmp-services: Update ingest list for Restream.io
* obs-outputs: Enable FTL logging and reduce verbosity
* obs-outputs: Fix invalid stream key error
* rtmp-services: Add new twitch ingest servers
* obs-outputs: Improve new netcode if encoder reports 0 bitrate
* rtmp-services: Fixing misspell in a country name
* vlc-source: Add media control hotkeys
* rtmp-services: Update ingest list for Restream.io
* rtmp-services: Add looch.tv streaming platform
* libobs/util: Add memory usage functions
* UI: Add memory usage to Stats window on linux/mac
* libobs: Add Pulseaudio audio monitoring support
* UI: Enable audio monitoring on linux if pulse available
* linux-pulseaudio: Use actual sink device names
* libobs: Fix texture_ready feedback for CPU conversion path
* libobs: Fix I420 shader for (width/2)%4 == 2 resolutions
* libobs: Add private settings to scene items/sources
* UI: Allow right-clicking mixer sources to bring up menu
* UI: Allow hiding/unhiding sources in the mixer
* UI: Add missing option to context menu
boombatower accepted request over 7 years ago
ok