File: changelog

package info (click to toggle)
obs-studio 26.1.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 30,216 kB
  • sloc: ansic: 164,164; cpp: 67,957; objc: 1,003; makefile: 834; sh: 660; python: 137
file content (298 lines) | stat: -rw-r--r-- 9,872 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
obs-studio (26.1.2+dfsg1-2) unstable; urgency=medium

  * debian/control: Make libobs-dev depend on libsimde-dev (Closes: #980171)

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 01 Jun 2021 22:05:24 +0200

obs-studio (26.1.2+dfsg1-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/patches: Help finding modinfo, Closes: #977928
  * debian/README.Debian: Describe options to configure Virtual Camera output.

  [ Sebastian Ramacher ]
  * New upstream version releases
  * debian/patches: Refresh patches
  * debian/control: Add policykit-1 to Suggests

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 10 Jan 2021 20:13:04 +0100

obs-studio (26.1.0+dfsg1-1) unstable; urgency=medium

  * New upstream release
    - Add virtual camera output (Closes: #960342)
  * debian/control:
    - Bump Standards-Version
    - Suggest v4l2loopback-dkms for virtal camera output
  * debian/obs-plugins.install: Install decklink-captions plugin
  * debian/libobs0.symbols: Add new symbols

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 22 Dec 2020 19:14:16 +0100

obs-studio (26.0.2+dfsg1-1) unstable; urgency=medium

  * New upstream release

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 12 Oct 2020 22:29:26 +0200

obs-studio (26.0.0+dfsg1-1) unstable; urgency=medium

  * New upstream release
  * debian/copyright:
    - Filter scripts for building the macOS app
    - Don't strip libcaption
    - Document libcaption license
  * debian/rules: Build with caption support (Closes: #971405)
  * debian/patches: Refresh
  * debian/libobs0.symbols: Add new symbols
  * debian/: Only keep extra plugins in obs-plugins

 -- Sebastian Ramacher <sramacher@debian.org>  Thu, 01 Oct 2020 23:28:53 +0200

obs-studio (25.0.8+dfsg1-3) unstable; urgency=medium

  * debian/patches: Apply upstream patch to fix build with GCC 10

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 27 Jul 2020 12:49:22 +0200

obs-studio (25.0.8+dfsg1-2) unstable; urgency=medium

  [ Michael R. Crusoe ]
  * debian/patches/0009-use-libsimde-dev.patch: update to remove last
    references to the bundled simde paths (Closes: #961779)

 -- Sebastian Ramacher <sramacher@debian.org>  Fri, 29 May 2020 11:41:57 +0200

obs-studio (25.0.8+dfsg1-1) unstable; urgency=medium

  [ Michael R. Crusoe ]
  * debian/patches:
     - Use the SIMD Everywhere headers from libsimde-dev, instead of upstream's
       code copy
  * debian/control
     - Build-dep on libsimde-dev
     - Add "Built-Using: ${simde:Built-Using}" to libobs0 & obs-plugins to
       document the version of libsimde-dev used, as required to keep that
       version in the Debian archive, which is needed to fulfill the GPL
       (Closes: 959719)
  * debian/copyright:
     - exclude libobs/util/simde/* as we will use the files from libsimde-dev
  * debian/rules:
     - Include the recommended flags for SIMDe, especially important for
       non-X86 architectures

  [ Sebastian Ramacher ]
  * New upstream version release
  * debian/libobs0.symbols: Add new symbols
  * debian/control: Bump debhelper compat to 13

 -- Sebastian Ramacher <sramacher@debian.org>  Wed, 27 May 2020 22:57:51 +0200

obs-studio (25.0.3+dfsg1-2) unstable; urgency=medium

  * Upload to unstable

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 28 Mar 2020 12:16:12 +0100

obs-studio (25.0.3+dfsg1-1) experimental; urgency=medium

  * New upstream release
    - Supports building on non-SSE2 platforms (Closes: #953520)
  * debian/copyright:
    - Document simde
    - Remove unused paragraphs
  * debian/patches:
    - Refresh patches
    - Do not enable SSE2 on i386
    - Remove executable bit from json files
   * debian/control:
    - Build on all architectures
    - Bump Standards-Version

 -- Sebastian Ramacher <sramacher@debian.org>  Wed, 25 Mar 2020 21:58:29 +0100

obs-studio (24.0.6+dfsg1-1) unstable; urgency=medium

  * New upstream release
  * debian/control: Add missing B-Ds after changes in mesa

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 24 Dec 2019 10:21:01 +0100

obs-studio (24.0.5+dfsg1-1) unstable; urgency=medium

  * New upstream release
  * debian/rules: Also byte-compile Python scripts in obs-studio

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 10 Dec 2019 20:38:14 +0100

obs-studio (24.0.3+dfsg1-2) unstable; urgency=medium

  [ Olivier Humbert ]
  * Update copyright (http -> https)

  [ Sebastian Ramacher ]
  * debian/control: Set RRR: no
  * debian/:
    - Byte-compile Python scripts (Closes: #943858)
    - Compress SVGs with scour

  [ Kurt Kartaltepe ]
  * Set version number (Closes: #940712)

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 18 Nov 2019 20:45:56 +0100

obs-studio (24.0.3+dfsg1-1) unstable; urgency=medium

  * New upstream release
  * debian/control: Bump Standards-Version

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 13 Oct 2019 22:00:22 +0200

obs-studio (24.0.1+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/libobs0.symbols: Add new symbols
  * debian/libobs-dev.install: Install pkgconfig file
  * debian/control: Switch to python3-docutils

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 22 Sep 2019 23:42:04 +0200

obs-studio (23.2.1+dfsg1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat

  [ Simon Chopin ]
  * New upstream version 23.2.1+dfsg1
  * Refresh the license display patches
  * Refresh the use-path-in-usr-lib patch and the exec name and location
  * Add libqt5svg5-dev as new build dep

  [ Sebastian Ramacher ]
  * debian/control:
    - Bump Standards-Version.
    - Bump debhelper compat to 12.
    - B-D on libmbedtls-dev to support rmtps. (LP: #1832127)
  * debian/libobs0.symbols: Update symbols.

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 06 Aug 2019 00:05:57 +0200

obs-studio (22.0.3+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches: Refresh patches.
  * debian/control: Update Standards-Version.
  * debian/rules: Disable updater with the correct flag.
  * debian/: Enable scripting support. (Closes: #904480)
  * debian/libobs0.symbols: Update symbols.

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 16 Dec 2018 18:14:30 +0100

obs-studio (21.1.2+dfsg1-1) unstable; urgency=medium

  [ Felipe Sateler ]
  * Change maintainer address to debian-multimedia@lists.debian.org

  [ Sebastian Ramacher ]
  * New upstream release.
  * debian/patches: Refresh patches.
  * debian/control: Bump Standards-Version.
  * debian/libobs0.symbols: Add new symbols.

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 29 May 2018 21:19:37 +0200

obs-studio (21.0.2+dfsg1-1) unstable; urgency=medium

  [ Sebastian Ramacher ]
  * New upstream release.
    - Fix building with ffmpeg 3.5. (Closes: #888361)
  * debian/patches:
    - Refresh patches.
    - Do not display license on first startup. (Closes: #867756)
  * debian/control: Bump Standards-Version.
  * debian/: Bump debhelper compat to 11.
  * debian/libobs0.symbols: Update symbols.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org.
  * d/copyright: Use https protocol in Format field.

 -- Sebastian Ramacher <sramacher@debian.org>  Mon, 19 Feb 2018 22:35:33 +0100

obs-studio (19.0.3+dfsg1-1) unstable; urgency=medium

  * Upload to unstable.
  * New upstream release.
  * debian/control:
    - Remove Build-Conflicts. No longer needed.
    - Bump Standards-Version.
  * debian/libobs0.symbols: Add new symbols.
  * debian/copyright: Update using decopy.

 -- Sebastian Ramacher <sramacher@debian.org>  Thu, 29 Jun 2017 21:18:29 +0200

obs-studio (18.0.1+dfsg1-2) experimental; urgency=medium

  * debian/rules: Add B-C for Qt >= 5.8 to work around #858762.

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 23 Apr 2017 15:51:32 +0200

obs-studio (18.0.1+dfsg1-1) experimental; urgency=medium

  * New upstream release. (Closes: #854055)
  * debian/copyright:
    - Update using decopy.
    - Exclude unused embedded code copies.
  * debian/{control,compat,rules}: Bump debhelper compat to 10.
  * debian/libobs0.symbol: Add new symbols.
  * debian/patches: Refresh.
  * debian/rules: Disable update and libcaption.

 -- Sebastian Ramacher <sramacher@debian.org>  Wed, 19 Apr 2017 23:59:37 +0200

obs-studio (0.15.4+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    - Add libspeexdsp-dev and libvlc-dev to B-D.
    - Add vlc to obs-plugin's Recommends.
  * debian/libobs0.symbols: Update symbols.
  * debian/copyright: Update copyright information
  * debian/{rules,obs.rst}: Add manpage.
  * debian/{rules,control}: Tighten inter-package dependencies.

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 28 Aug 2016 16:07:28 +0200

obs-studio (0.14.2+dfsg1-3) unstable; urgency=medium

  * debian/control. Also restrict obs-plugins to any-amd64.

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 02 Jul 2016 08:39:10 +0200

obs-studio (0.14.2+dfsg1-2) unstable; urgency=medium

  * debian/control: Restrict Architecture to any-amd64.
  * debian/copyright: Document Blackmagic Design copyright.

 -- Sebastian Ramacher <sramacher@debian.org>  Fri, 01 Jul 2016 19:23:10 +0200

obs-studio (0.14.2+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/libobs0.symbols: Add new symbols.
  * debian/control:
    - Bump Standards-Version.
    - Add libasound2-dev to Build-Depends.
    - Mention in Description minimal OpenGL requirement.
  * debian/copyright:
    - Update Files-Excluded for new upstream version.
    - Add license information for new files.
    - Fix license information for libff and w32-pthreads.

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 24 May 2016 22:56:30 +0200

obs-studio (0.13.2+dfsg1-1) unstable; urgency=medium

  * Initial release (Closes: #774744)

 -- Sebastian Ramacher <sramacher@debian.org>  Thu, 25 Feb 2016 20:42:33 +0100