Changes of Revision 16

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,27 @@
2
 -------------------------------------------------------------------
3
+Fri Sep 25 01:53:09 UTC 2015 - jimmy@boombatower.com
4
+
5
+- Update to 0.12.0 release.
6
+  https://github.com/jp9000/obs-studio/releases/tag/0.12.0
7
+- Remove gcc >= 4.9 requirement since 0.12.0 reverted unintended change.
8
+
9
+-------------------------------------------------------------------
10
+Mon Aug 17 05:59:33 UTC 2015 - jimmy@boombatower.com
11
+
12
+- Update to 0.11.4 release.
13
+  https://github.com/jp9000/obs-studio/releases/tag/0.11.4
14
+- Cut off git portion of version string in UI.
15
+- Since 0.11.3 obs unofficially requires gcc 4.9 and higher which makes it
16
+  impossible to compile on obs for openSUSE 13.2.
17
+  https://obsproject.com/mantis/view.php?id=276
18
+
19
+-------------------------------------------------------------------
20
+Sun Aug  9 06:20:02 UTC 2015 - jimmy@boombatower.com
21
+
22
+- Update to 0.11.3 release.
23
+  https://github.com/jp9000/obs-studio/releases/tag/0.11.3
24
+
25
+-------------------------------------------------------------------
26
 Tue Jul 28 02:54:34 UTC 2015 - jimmy@boombatower.com
27
 
28
 - Update to 0.11.2 release.
29
obs-studio.spec Changed
50
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        0.11.2+git20150727.378b46b
4
+Version:        0.12.0+git20150923.ecb8c2c
5
 Release:        0
6
 Summary:        A recording/broadcasting program
7
 
8
@@ -9,7 +9,7 @@
9
 Source:         %{name}-%{version}.tar.xz
10
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-build
11
 
12
-BuildRequires:  cmake
13
+BuildRequires:  cmake >= 2.8.12
14
 BuildRequires:  fontconfig-devel
15
 BuildRequires:  freetype2-devel
16
 BuildRequires:  gcc
17
@@ -19,18 +19,16 @@
18
 BuildRequires:  libXinerama-devel
19
 BuildRequires:  libXrandr-devel
20
 BuildRequires:  libcurl-devel
21
+BuildRequires:  libffmpeg-devel
22
 BuildRequires:  libjansson-devel
23
 BuildRequires:  libpulse-devel
24
-BuildRequires:  libqt5-qtbase-devel
25
-BuildRequires:  libqt5-qtx11extras-devel
26
+BuildRequires:  libqt5-qtbase-devel >= 5.3
27
+BuildRequires:  libqt5-qtx11extras-devel >= 5.3
28
 BuildRequires:  libudev-devel
29
 BuildRequires:  libv4l-devel
30
-BuildRequires:  pkgconfig(avcodec)
31
-BuildRequires:  pkgconfig(avformat)
32
-BuildRequires:  pkgconfig(avutil)
33
+BuildRequires:  libx264-devel
34
+BuildRequires:  pkgconfig
35
 BuildRequires:  pkgconfig(jack)
36
-BuildRequires:  pkgconfig(swresample)
37
-BuildRequires:  pkgconfig(swscale)
38
 
39
 %description
40
 Open Broadcaster Software is free and open source software for video recording and live streaming.
41
@@ -52,7 +50,7 @@
42
 cmake \
43
   -DUNIX_STRUCTURE=1 \
44
   -DCMAKE_INSTALL_PREFIX=/usr \
45
-  -DOBS_VERSION_OVERRIDE="%{version}" \
46
+  -DOBS_VERSION_OVERRIDE="$(echo "%{version}" | grep -oE "^[^+]+" )" \
47
   ..
48
 
49
 %install
50
_service Changed
10
 
1
@@ -1,7 +1,7 @@
2
 <services>
3
   <service name="tar_scm" mode="disabled">
4
     <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
5
-    <param name="revision">refs/tags/0.11.2</param>
6
+    <param name="revision">refs/tags/0.12.0</param>
7
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
8
     <param name="scm">git</param>
9
   </service>
10
obs-studio-0.11.2+git20150727.378b46b.tar.xz Deleted
obs-studio-0.12.0+git20150923.ecb8c2c.tar.xz Added