Changes of Revision 20
obs-studio.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Wed Dec 9 06:05:59 UTC 2015 - jimmy@boombatower.com
4
+
5
+- Change build requirement from libffmpeg-devel to ffmpeg-devel to
6
+ follow recent linking of ffmpeg to obs version.
7
+
8
+-------------------------------------------------------------------
9
Sat Dec 5 05:25:31 UTC 2015 - jimmy@boombatower.com
10
11
- Update to 0.12.3 release.
12
obs-studio.spec
Changed
19
1
2
BuildRequires: libXinerama-devel
3
BuildRequires: libXrandr-devel
4
BuildRequires: libcurl-devel
5
-BuildRequires: libffmpeg-devel
6
+BuildRequires: ffmpeg-devel
7
BuildRequires: libjansson-devel
8
BuildRequires: libpulse-devel
9
BuildRequires: libqt5-qtbase-devel >= 5.3
10
11
cmake \
12
-DUNIX_STRUCTURE=1 \
13
-DCMAKE_INSTALL_PREFIX=/usr \
14
- -DOBS_VERSION_OVERRIDE="$(echo "%{version}" | grep -oE "^[^+]+" )" \
15
+ -DOBS_VERSION_OVERRIDE="$(echo "%{version}" | grep -oE "^[^+]+")" \
16
..
17
18
%install
19