-
Notifications
You must be signed in to change notification settings - Fork 2
/
obs-studio.spec
548 lines (415 loc) · 18.1 KB
/
obs-studio.spec
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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
%global commit0 aab14ba29a759037e42610f127ba844f17dbd416
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global gver .git%{shortcommit0}
%define _legacy_common_support 1
%global _hardened_build 1
%define debug_package %{nil}
# Reduce compression level and build time
%define _source_payload w5.gzdio
%define _binary_payload w5.gzdio
# Plugins
# https://github.com/exeldro/obs-move-transition/releases
%global mv_tra 2.5.8
# https://github.com/sorayuki/obs-multi-rtmp
%global mt_rtmp 0.2.8
# https://github.com/Qufyy/obs-scale-to-sound
%global os_ts 1.2.1
# https://github.com/Xaymar/obs-StreamFX
#%global commit1 bf1787e5a96f4459be13308dcca74a4d57768407
#%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
#%global gver .git%{shortcommit1}
# https://github.com/exeldro/obs-downstream-keyer
%global commit2 4680636e530a6e25abdcf2c8bba54622fcc461f8
%global shortcommit2 %(c=%{commit2}; echo ${c:0:7})
%global gver .git%{shortcommit2}
# https://github.com/exeldro/obs-time-warp-scan
%global commit3 630637ea3a5768e99dd43c772fb0e6766406717b
%global shortcommit3 %(c=%{commit3}; echo ${c:0:7})
%global gver .git%{shortcommit3}
# https://github.com/obsproject/obs-vst/
%global commit4 937ba7952ddea9b8f4106dfd6f54ee0f3ef4d03d
%global shortcommit4 %(c=%{commit4}; echo ${c:0:7})
Summary: Open Broadcaster Software Studio
Name: obs-studio
Version: 27.2.4
Release: 7%{gver}%{dist}
Group: Applications/Multimedia
URL: https://obsproject.com/
License: GPLv2+
Source0: https://github.com/obsproject/obs-studio/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
Source1: obs-studio-snapshot
Source2: https://github.com/obsproject/obs-vst/archive/%{commit4}/obs-vst-%{shortcommit4}.tar.gz
Source3: https://github.com/exeldro/obs-move-transition/archive/refs/tags/%{mv_tra}.tar.gz#/obs-move-transition-%{mv_tra}.tar.gz
Source4: https://github.com/Xaymar/obs-StreamFX/archive/%{commit1}.zip#/obs-StreamFX-%{shortcommit1}.tar.gz
Source5: https://github.com/exeldro/obs-downstream-keyer/archive/%{commit2}.zip#/obs-downstream-keyer-%{shortcommit2}.tar.gz
Source6: https://github.com/exeldro/obs-time-warp-scan/archive/%{commit3}.zip#/obs-time-warp-scan-%{shortcommit3}.tar.gz
Source11: https://github.com/Qufyy/obs-scale-to-sound/archive/refs/tags/%{os_ts}.zip#/obs-scale-to-sound-%{os_ts}.tar.gz
# obs-StreamFX/third-party/
Source7: obs-streamfx-snapshot
Patch: plugins.patch
BuildRequires: cmake3
BuildRequires: python3-devel
BuildRequires: ninja-build
BuildRequires: gcc
BuildRequires: gcc-c++ clang clang-tools-extra jansson
%if 0%{?fedora} >= 36
BuildRequires: annobin-plugin-gcc
%endif
BuildRequires: gcc-objc
BuildRequires: pkgconfig
BuildRequires: ffmpeg-devel
BuildRequires: fdk-aac-free-devel
BuildRequires: nvenc
BuildRequires: nv-codec-headers srt-devel svt-av1-devel
BuildRequires: jansson-devel
BuildRequires: wayland-devel
BuildRequires: qt5-qtbase-private-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtwayland-devel
%if 0%{?fedora} >= 34
BuildRequires: pkgconfig(libpipewire-0.3)
%endif
BuildRequires: libsndfile
BuildRequires: flac-libs
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: zlib-devel
BuildRequires: mesa-libGL-devel
BuildRequires: libXext-devel
BuildRequires: libxcb-devel
BuildRequires: libX11-devel
BuildRequires: libcurl-devel
BuildRequires: libv4l-devel
BuildRequires: luajit-devel
BuildRequires: x264-devel >= 1:0.161
BuildRequires: git
BuildRequires: desktop-file-utils
BuildRequires: libXcomposite-devel
BuildRequires: libXinerama-devel
BuildRequires: libXrandr-devel
BuildRequires: faac-devel
BuildRequires: ImageMagick-devel
BuildRequires: freetype-devel
BuildRequires: fontconfig-devel
BuildRequires: systemd-devel
BuildRequires: doxygen
BuildRequires: mbedtls-devel
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: pkgconfig(libpci)
BuildRequires: jansson-devel
BuildRequires: swig
BuildRequires: speexdsp-devel
BuildRequires: doxygen
BuildRequires: make
BuildRequires: unzip
BuildRequires: libaom-devel
BuildRequires: opus
BuildRequires: libogg
# plugins support
BuildRequires: cef-minimal >= 88.2.8
BuildRequires: fdk-aac-free
BuildRequires: vlc-devel
BuildRequires: alsa-lib-devel
BuildRequires: libftl-devel
# new
BuildRequires: automoc
BuildRequires: at-spi2-atk-devel nss-devel libXScrnSaver-devel
BuildRequires: libajantv2
Requires: %{name}-libs = %{version}-%{release}
Recommends: v4l2loopback
Recommends: v4l2loopback-dkms
Recommends: droidcam-obs-plugin
%description
Open Broadcaster Software is free and open source
software for video recording and live streaming.
%package libs
Summary: Open Broadcaster Software Studio libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
%description libs
Library files for Open Broadcaster Software
%package devel
Summary: Open Broadcaster Software Studio header files
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Header files for Open Broadcaster Software
%package doc
Summary: Documentation files for %{name}
Group: Documentation
BuildArch: noarch
%description doc
The %{name}-doc package contains html documentation
that use %{name}.
%prep
# We need some sub-modules
%{S:1} -c %{commit0}
%autosetup -T -D -n %{name}-%{shortcommit0} -p1 -a3
# libobs multilib
sed -i 's|lib/pkgconfig|%{_lib}/pkgconfig|g' libobs/CMakeLists.txt
# Plugins
echo 'add_subdirectory(StreamFX)' >> plugins/CMakeLists.txt
cp -rf obs-move-transition-%{mv_tra} plugins/obs-move-transition
tar -xf %{S:2} -C plugins/obs-vst --strip-components=1
unzip %{S:4} && cp -rf obs-StreamFX-%{commit1} plugins/StreamFX
unzip %{S:6} && cp -rf obs-time-warp-scan-%{commit3} plugins/time-warp-scan
unzip %{S:11} && cp -rf obs-scale-to-sound-%{os_ts} plugins/scale-to-sound
unzip %{S:5} && cp -rf obs-downstream-keyer-%{commit2} UI/frontend-plugins/downstream-keyer
# obs-StreamFX/third-party/
%{S:7} -c %{commit1}
rm -rf plugins/StreamFX && mv -f obs-StreamFX-%{shortcommit1} plugins/StreamFX
%build
mkdir -p build
cmake -B build \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
-DOBS_MULTIARCH_SUFFIX="%(echo %{_lib} | sed -e 's/lib//')" \
-DCMAKE_AR=%{_bindir}/gcc-ar \
-DCMAKE_RANLIB=%{_bindir}/gcc-ranlib \
-DCMAKE_NM=%{_bindir}/gcc-nm \
-DUNIX_STRUCTURE=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_VERBOSE_MAKEFILE=OFF \
-DOBS_VERSION_OVERRIDE=%{version} \
-DBUILD_BROWSER=ON \
-DENABLE_SCRIPTING=OFF \
%if 0%{?fedora} >= 34
-DENABLE_PIPEWIRE=ON \
%else
-DENABLE_PIPEWIRE=OFF \
%endif
-DENABLE_WAYLAND=ON \
-DBUILD_VST=OFF \
-DCEF_ROOT_DIR="/opt/cef" -Wno-dev
# -DDISABLE_DECKLINK=ON \
# -DOpenGL_GL_PREFERENCE=GLVND \
# -DLIBOBS_PREFER_IMAGEMAGICK=OFF \
make -C build
# build docs
#doxygen
%install
%make_install -C build
#mkdir -p %{buildroot}/%{_libexecdir}/obs-plugins/obs-ffmpeg/
#mv -f %{buildroot}/%{_bindir}/obs-ffmpeg-mux \
# %{buildroot}/%{_libexecdir}/obs-plugins/obs-ffmpeg/obs-ffmpeg-mux
#check
#/usr/bin/desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
%post
/usr/bin/update-desktop-database >&/dev/null || :
/usr/bin/touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
%postun
/usr/bin/update-desktop-database >&/dev/null || :
if [ $1 -eq 0 ]; then
/usr/bin/touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
fi
%posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%ldconfig_scriptlets libs
%files
%doc README.rst
%license UI/data/license/gplv2.txt
%license COPYING
%{_bindir}/obs
%{_bindir}/obs-ffmpeg-mux
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/icons/hicolor/*/apps/*.svg
%{_datadir}/obs/
#{_libexecdir}/obs-plugins/obs-ffmpeg/obs-ffmpeg-mux
%{_datadir}/metainfo/*.appdata.xml
%files libs
%{_libdir}/obs-plugins/
%{_libdir}/*.so.*
%files devel
%{_libdir}/cmake/LibObs/
%{_libdir}/*.so
%{_includedir}/obs/
%{_libdir}/pkgconfig/libobs.pc
#files doc
#doc docs/html
%changelog
* Mon Apr 18 2022 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.2.4-7.gitaab14ba
- Updated to 27.2.4
* Sun Mar 06 2022 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.2.1-7.gitb65ee7e
- Updated to 27.2.3
* Tue Feb 22 2022 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.2.1-7.gitacad9db
- Updated to 27.2.1
* Sat Feb 19 2022 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.2-9.git9c504f4
- Updated to 27.2 final release
* Sat Jan 22 2022 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.2-8.git3aa90f7
- Updated to 27.2 Release Candidate 1
* Sat Jan 01 2022 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.2-7.git1dd9612
- Updated to 27.2
* Sun Oct 10 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.1.3-9.git3c14e4e
- Enabled StreamFX and Scale To sound plugin
* Fri Oct 08 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.1.3-8.git3c14e4e
- Rebuilt
* Wed Oct 06 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.1.3-7.git3c14e4e
- Updated to 27.1.3
- Enabled plugins move-transition, obs-audio-monitor, obs-downstream-keyer and obs-time-warp-scan
* Thu Sep 30 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.1.1-7.git9deb8fe
- Updated to 27.1.1
* Wed Sep 08 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.1.0-7.gite2b7597
- Updated to 27.1.0
* Mon Jun 28 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.0.1-7.gitcd5873e
- Updated to 27.0.1
* Sun Jun 06 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.0.0-7.git4d647d8
- Updated to 27.0.0 Final release
* Sat Apr 10 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 27.0.0-0.2.git1064cd2
- Updated to 27.0.0 RC1
- Pipeware enabled F34 and Rawhide
- Wayland support
* Mon Jan 11 2021 Unitedrpms Project <unitedrpms AT protonmail DOT com> 26.1.2-7.git2597ed0
- Updated to 26.1.2
* Sun Dec 20 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 26.1.0-8.git38ad3ba
- Updated to stable release
* Fri Nov 27 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 26.1.0-7.git8d58578
- Updated to 26.1.0
* Thu Oct 22 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 26.0.2-9.git3486c0b
- Enabled ftl-sdk plugin missed
* Sat Oct 10 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 26.0.2-7.git3486c0b
- Updated to 26.0.2
* Wed Sep 30 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 26.0.0-4.gite24aaa0
- Updated to stable release
* Mon Sep 21 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 26.0.0-3.git890d325
- Updated to rc3
* Tue Sep 01 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 26.0.0-1.git288a84d
- Updated to 26.0.0
* Mon Aug 03 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.8-11.git1aee73f
- Rebuilt
* Sat Jul 04 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.8-10.git4c0d4a1
- Rebuilt for x264
* Tue Jun 23 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.8-8.git4c0d4a1
- Rebuilt for ffmpeg
* Mon Apr 27 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.8-7.git4c0d4a1
- Updated to 25.0.8
* Wed Apr 22 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.7-7.git355cd6c
- Updated to 25.0.7
- Enabled browser, Vlc and fdk-aac-free plugins
* Wed Apr 15 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.6-7.gite3c63c0
- Updated 25.0.6
* Thu Apr 09 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.5-7.gite10d44d
- Updated 25.0.5
* Sun Apr 05 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.4-7.git47058d9
- Updated 25.0.4
* Mon Mar 23 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.3-7.git3c78a8a
- Updated 25.0.3
* Thu Mar 19 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.1-7.gitb19ea6f
- Updated 25.0.1
* Wed Mar 18 2020 Unitedrpms Project <unitedrpms AT protonmail DOT com> 25.0.0-7.git327a6f5
- Updated 25.0.0
* Fri Dec 20 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 24.0.6-7.git6594d0f
- Updated 24.0.6
* Fri Dec 13 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 24.0.5-7.git99638ba
- Updated 24.0.5
* Fri Dec 06 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 24.0.4-7.git22bddd0
- Updated 24.0.4
* Mon Oct 14 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 24.0.3-7.gitd88a5a5
- Updated 24.0.3
* Tue Oct 01 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 24.0.1-7.git9457047
- Updated 24.0.1
* Sat Jun 15 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 23.2.1-7.git02e523c
- Updated to 23.2.1
* Wed Apr 10 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 23.1.0-7.git6550c0d
- Updated to 23.1.0
* Fri Mar 22 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 23.0.1-8.gitf2d7f5b
- Rebuilt for x264
* Fri Mar 01 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 23.0.1-7.gitf2d7f5b
- Updated to 23.0.1
* Mon Feb 25 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 23.0.0-7.git8181f77
- Updated to 23.0.0
* Thu Jan 03 2019 Unitedrpms Project <unitedrpms AT protonmail DOT com> 22.0.3-8.git7246caa
- Updated to current commit
- obs-ffmpeg plugin fixed
* Thu Dec 06 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> 22.0.3-7.git6523a29
- Rebuilt for ffmpeg
* Mon Oct 22 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> 22.0.3-6.git6523a29
- Added some plugins missed
* Fri Oct 05 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> 22.0.3-5.git6523a29
- Automatic Mass Rebuild
* Fri Sep 07 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> 22.0.3-4.git6523a29
- Updated to 22.0.3-4.git6523a29
* Mon Aug 27 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> 22.0.1-4.git92d7c81
- Updated to 22.0.1
* Fri Jul 13 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> 21.1.2-4.git5dbf8e7
- Rebuilt for Python 3.7
* Mon May 14 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> 21.1.2-3.git5dbf8e7
- Updated to 21.1.2
* Thu Apr 26 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> 21.1.1-3.gitfa90926
- Automatic Mass Rebuild
* Wed Mar 21 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 21.1.1-2.gitfa90926
- Updated to 21.1.1-2.gitfa90926
* Mon Mar 19 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 21.1.0-2.gita81de7f
- Updated to 21.1.0-2.gita81de7f
* Mon Feb 26 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 21.0.3-2.gitaa58b9c
- Updated to 21.0.3-2.gitaa58b9c
* Mon Jan 22 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 21.0.2-2.gitac6b018
- Updated to 21.0.2-2.gitac6b018
* Mon Jan 22 2018 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 21.0.1-2.git4eb5be4
- Updated to 21.0.1-2.git4eb5be4
* Sun Nov 19 2017 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 20.1.3-1.git350e7a7
- Updated to 20.1.3-1.git350e7a7
* Sun Oct 29 2017 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 20.1.1-1.gitbf75619
- Updated to 20.1.1-1.gitbf75619
* Sun Oct 22 2017 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 20.1.0-1.git7bd06e7
- Updated to 20.1.0-1.git7bd06e7
* Wed Oct 18 2017 Unitedrpms Project <unitedrpms AT protonmail DOT com> 20.0.1-2.gitd3c163b
- Automatic Mass Rebuild
* Tue Sep 26 2017 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 20.0.1-1.gitd3c163b
- Updated to 20.0.1-1.gitd3c163b
* Thu Aug 10 2017 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 20.0.0-1.git8b315186
- Updated to 20.0.0-1.git8b315186
* Sat Jul 08 2017 Unitedrpms Project <unitedrpms AT protonmail DOT com> - 19.0.3-1.gitd295ad3
- Updated to 19.0.3-1.gitd295ad3.
* Sat Mar 25 2017 Pavlo Rudyi <paulcarroty at riseup.net> - 18.0.1-1
- Update to 18.0.1
* Sat Mar 18 2017 David Vásquez <davidjeremias82 AT gmail DOT com> 17.0.2-2.20170226gitc8d0893
- Rebuilt for libbluray
* Sun Feb 26 2017 David Vásquez <davidjeremias82 AT gmail DOT com> 17.0.2-1.20170226gitc8d0893
- Updated to 17.0.2-1.20170226gitc8d0893
* Sun Jan 08 2017 Pavlo Rudyi <paulcarroty at riseup.net> - 17.0.0-1
- Update to 17.0.0
* Thu Oct 06 2016 Pavlo Rudyi <paulcarroty at riseup.net> - 0.16.2-1
- Update to 0.16.2
* Tue Aug 16 2016 Pavlo Rudyi <paulcarroty at riseup.net> - 0.15.4-1
- Update to 0.15.4
* Fri Jul 22 2016 Pavlo Rudyi <paulcarroty at riseup net> - 0.15.2-1
- Update to 0.15.2
* Thu Jul 07 2016 David Vásquez <davidjeremias82 AT gmail DOT com> 0.14.2-6.20160618gite3deb7
- Rebuilt for FFmpeg 3.1
* Sun Jun 26 2016 The UnitedRPMs Project (Key for UnitedRPMs infrastructure) <[email protected]> - 0.14.2-5.20160618gite3deb71
- Rebuild with new ffmpeg
* Thu Jun 23 2016 Pavlo Rudyi <paulcarroty at riseup net> - 0.14.2-4-20160618gite3deb71
- Add faac-devel depends for recording crash
* Mon Jun 20 2016 Pavlo Rudyi <paulcarroty at riseup net> - 0.14.2-3-20160618gite3deb71
- Include the previos changes by Sergio Basto
* Sat Jun 18 2016 David Vasquez <davidjeremias82 at gmail dot com> - 0.14.2-2-20160618gite3deb71
- Enabled linux-capture
- Enabled fdk
- Enabled Imagemagick
- Enabled Multiarch Suffix
* Fri Jun 17 2016 Pavlo Rudyi <paulcarroty at riseup net> - 0.14.2-1.20160617gite3deb71
- update to 14.2
- change version according to Fedora Package Naming Guidelines
- use the macros in %prep
* Mon May 02 2016 David Vasquez <davidjeremias82 at gmail dot com> - 0.14.1-2-20160502-3cb36bb
- Fixed Shared libraries
- Added desktop-file-validate check
- Fixed arch-dependent-file-in-usr-share
* Tue Apr 26 2016 Yiwan <[email protected]> - 0.14.1-1
- Updated to 0.14.1
* Thu Sep 24 2015 Momcilo Medic <[email protected]> - 0.12.0-0.1
- Updated to 0.12.0
* Mon Aug 17 2015 Momcilo Medic <[email protected]> - 0.11.4-0.1
- Added OBS_VERSION_OVERRIDE to correct version in compilation
- Updated to 0.11.4
* Sat Aug 08 2015 Momcilo Medic <[email protected]> - 0.11.3-0.1
- Updated to 0.11.3
* Thu Jul 30 2015 Momcilo Medic <[email protected]> - 0.11.2-0.1
- Updated to 0.11.2
* Fri Jul 10 2015 Momcilo Medic <[email protected]> - 0.11.1-0.1
- Updated to 0.11.1
* Wed May 27 2015 Momcilo Medic <[email protected]> - 0.10.1-0.1
- Initial .spec file