Overview
Request 2147 (accepted)
Update to 0.12.0 release.
- Skipped 0.11.3 and 0.11.4 since they had accidental bumps to gcc build requirements that prevented them from building against openSUSE 13.2.
- Cut off git portion of version string in UI.
- Revert olh's commit since it caused unresolvable build requirements. Feel free to recommit a working version, but preferably test it out so as not to break the build.
- Created by boombatower over 9 years ago
- In state accepted
-
Package maintainers:
boombatower,
darix, and
frispete
obs-studio.changes
Changed
-------------------------------------------------------------------
+Fri Sep 25 01:53:09 UTC 2015 - jimmy@boombatower.com
+
+- Update to 0.12.0 release.
+ https://github.com/jp9000/obs-studio/releases/tag/0.12.0
+- Remove gcc >= 4.9 requirement since 0.12.0 reverted unintended change.
+
+-------------------------------------------------------------------
+Mon Aug 17 05:59:33 UTC 2015 - jimmy@boombatower.com
+
+- Update to 0.11.4 release.
+ https://github.com/jp9000/obs-studio/releases/tag/0.11.4
+- Cut off git portion of version string in UI.
+- Since 0.11.3 obs unofficially requires gcc 4.9 and higher which makes it
+ impossible to compile on obs for openSUSE 13.2.
+ https://obsproject.com/mantis/view.php?id=276
+
+-------------------------------------------------------------------
+Sun Aug 9 06:20:02 UTC 2015 - jimmy@boombatower.com
+
+- Update to 0.11.3 release.
+ https://github.com/jp9000/obs-studio/releases/tag/0.11.3
+
+-------------------------------------------------------------------
Tue Jul 28 02:54:34 UTC 2015 - jimmy@boombatower.com
- Update to 0.11.2 release.
obs-studio.spec
Changed
Name: obs-studio
-Version: 0.11.2+git20150727.378b46b
+Version: 0.12.0+git20150923.ecb8c2c
Release: 0
Summary: A recording/broadcasting program
Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
-BuildRequires: cmake
+BuildRequires: cmake >= 2.8.12
BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel
BuildRequires: gcc
BuildRequires: libXinerama-devel
BuildRequires: libXrandr-devel
BuildRequires: libcurl-devel
+BuildRequires: libffmpeg-devel
BuildRequires: libjansson-devel
BuildRequires: libpulse-devel
-BuildRequires: libqt5-qtbase-devel
-BuildRequires: libqt5-qtx11extras-devel
+BuildRequires: libqt5-qtbase-devel >= 5.3
+BuildRequires: libqt5-qtx11extras-devel >= 5.3
BuildRequires: libudev-devel
BuildRequires: libv4l-devel
-BuildRequires: pkgconfig(avcodec)
-BuildRequires: pkgconfig(avformat)
-BuildRequires: pkgconfig(avutil)
+BuildRequires: libx264-devel
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(jack)
-BuildRequires: pkgconfig(swresample)
-BuildRequires: pkgconfig(swscale)
%description
Open Broadcaster Software is free and open source software for video recording and live streaming.
cmake \
-DUNIX_STRUCTURE=1 \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DOBS_VERSION_OVERRIDE="%{version}" \
+ -DOBS_VERSION_OVERRIDE="$(echo "%{version}" | grep -oE "^[^+]+" )" \
..
%install
_service
Changed
<services>
<service name="tar_scm" mode="disabled">
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
- <param name="revision">refs/tags/0.11.2</param>
+ <param name="revision">refs/tags/0.12.0</param>
<param name="url">git://github.com/jp9000/obs-studio.git</param>
<param name="scm">git</param>
</service>
Request History
boombatower created request over 9 years ago
Update to 0.12.0 release.
- Skipped 0.11.3 and 0.11.4 since they had accidental bumps to gcc build requirements that prevented them from building against openSUSE 13.2.
- Cut off git portion of version string in UI.
- Revert olh's commit since it caused unresolvable build requirements. Feel free to recommit a working version, but preferably test it out so as not to break the build.
boombatower accepted request over 9 years ago
Ok