Changes of Revision 50

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,90 @@
2
 -------------------------------------------------------------------
3
+Wed Oct 18 13:59:23 UTC 2017 - jimmy@boombatower.com
4
+
5
+- Update to version 20.1.0:
6
+  * libobs/util: Fix *nix CPU core counts
7
+  * libobs: Log *nix system info more like Windows/Mac
8
+  * libobs: Fix XCB keyboard mapping size calculation
9
+  * linux-capture: Watch for VisibilityNotify events
10
+  * libobs: Fix a potential divide by zero crash
11
+  * UI: Allow volume peak to be customized via .qss
12
+  * UI: Fix parent window geometry loading
13
+  * Build with CEF 3112 on OSX
14
+  * obs-browser: version 1.30.1
15
+  * rtmp-services: Update ingest list for Restream.io
16
+  * obs-outputs: Enable FTL logging and reduce verbosity
17
+  * obs-outputs: Fix invalid stream key error
18
+  * rtmp-services: Add new twitch ingest servers
19
+  * obs-outputs: Improve new netcode if encoder reports 0 bitrate
20
+  * rtmp-services: Fixing misspell in a country name
21
+  * vlc-source: Add media control hotkeys
22
+  * rtmp-services: Update ingest list for Restream.io
23
+  * rtmp-services: Add looch.tv streaming platform
24
+  * libobs/util: Add memory usage functions
25
+  * UI: Add memory usage to Stats window on linux/mac
26
+  * libobs: Add Pulseaudio audio monitoring support
27
+  * UI: Enable audio monitoring on linux if pulse available
28
+  * linux-pulseaudio: Use actual sink device names
29
+  * libobs: Fix texture_ready feedback for CPU conversion path
30
+  * libobs: Fix I420 shader for (width/2)%4 == 2 resolutions
31
+  * libobs: Add private settings to scene items/sources
32
+  * UI: Allow right-clicking mixer sources to bring up menu
33
+  * UI: Allow hiding/unhiding sources in the mixer
34
+  * UI: Add missing option to context menu
35
+  * UI: Use Qt standard buttons in source properties
36
+  * obs-ffmpeg: Don't mark to destroy media unless valid
37
+  * libobs: Fix ImageMagick header path
38
+  * libobs: Stop configure if ImageMagick is preferred, but not found
39
+  * libobs: Adjust grammar of an error message
40
+  * UI: Enable Replay Buffer in Advanced Mode
41
+  * obs-transitions: Add audio monitoring to stinger
42
+  * obs-transition: Add crossfade option to stinger
43
+  * obs-transitions: Fix integer conversion warning
44
+  * UI: Lock graphics context when adding new sources
45
+  * obs-ffmpeg: Fix potential seek issues with media source
46
+  * libobs: Restore Windows Vista compatibility
47
+  * UI/updater: Use TLS 1.2 with WinHTTP
48
+  * libobs: Fix paired audio encoder discarding one segment
49
+  * libobs: Fix starting video packet offset in outputs
50
+  * libobs: Move macro to internal C file
51
+  * obs-outputs: Fix FLV muxing bug
52
+  * libobs: When interleaving packets, make video come first
53
+  * obs-outputs: Fix up the internal FLV output
54
+  * libobs: Set video timing_adjust to obs video time
55
+  * win-capture: Remove buffering from window capture
56
+  * win-wasapi: Subtract frame duration from timestamp
57
+  * test: Add sync tests
58
+  * libobs/media-io: Fix decompress_420 function
59
+  * vlc-video: Set properties to defer update mode
60
+  * graphics-hook: Blacklist specific game from GL capture
61
+  * libobs: Initialize randomization seed in video thread
62
+  * vlc-video: Fix shuffle not being quite that random
63
+  * win-dshow: Fix video playback when default format is MJPEG
64
+  * file-updater: fix crash due to network timeout
65
+  * UI: Log generic stream startup failures
66
+  * libobs: Disable pulseaudio dependency lookup on mac
67
+  * libobs-opengl: Disable v-sync on mac
68
+  * UI: Add ini option to use different graphics adapters
69
+  * libobs/util: Fix Windows 10 revision detection
70
+  * rtmp-services: Only update Twitch ingests when necessary
71
+  * libobs: Add async video/audio decoupling functions
72
+  * decklink: Use unbuffered by default, and decouple
73
+  * obs-outputs: Signal stop if stop called when not active
74
+  * UI: Log when starting / stopping via hotkey or timer
75
+  * UI: Add missing text for replay buffer hotkey log
76
+  * obs-outputs: Only set stop events if still active
77
+  * UI: Disallow pasting duplicates of sources with DO_NOT_DUPLICATE
78
+  * rtmp-services: Don't show "service not found" if name empty
79
+  * UI: Fix Pulse Audio not loading saved device
80
+  * libobs: Update version to 20.1.0
81
+  * Update translations from Crowdin
82
+
83
+-------------------------------------------------------------------
84
+Wed Oct 18 13:57:16 UTC 2017 - jimmy@boombatower.com
85
+
86
+- Revert dropping of _service for URL in spec by non-maintainer.
87
+
88
+-------------------------------------------------------------------
89
 Sun Oct  8 14:08:31 UTC 2017 - hillwood@opensuse.org
90
 
91
 - Use %suse_update_desktop_file.
92
obs-studio.spec Changed
15
 
1
@@ -1,11 +1,11 @@
2
 Name:           obs-studio
3
-Version:        20.0.1
4
+Version:        20.1.0
5
 Release:        0
6
 Summary:        A recording/broadcasting program
7
 Group:          Productivity/Multimedia/Video/Editors and Convertors
8
 License:        GPL-2.0
9
 URL:            https://obsproject.com/
10
-Source:         https://github.com/jp9000/obs-studio/archive/%{version}/%{name}-%{version}.tar.gz
11
+Source:         %{name}-%{version}.tar.xz
12
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
13
 BuildRequires:  update-desktop-files
14
 BuildRequires:  cmake >= 2.8.12
15
_service Added
16
 
1
@@ -0,0 +1,14 @@
2
+<services>
3
+  <service name="tar_scm" mode="disabled">
4
+    <param name="versionformat">@PARENT_TAG@</param>
5
+    <param name="revision">refs/tags/20.1.0</param>
6
+    <param name="url">git://github.com/jp9000/obs-studio.git</param>
7
+    <param name="scm">git</param>
8
+    <param name="changesgenerate">enable</param>
9
+  </service>
10
+  <service name="recompress" mode="disabled">
11
+    <param name="compression">xz</param>
12
+    <param name="file">*.tar</param>
13
+  </service>
14
+  <service name="set_version" mode="disabled"/>
15
+</services>
16
_servicedata Added
8
 
1
@@ -0,0 +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">7bd06e7f26d6735e86cff4980f7777078d480f7d</param>
6
+  </service>
7
+</servicedata>
8
obs-studio-20.0.1.tar.gz -> obs-studio-20.1.0.tar.xz Changed