[obs-studio] Updated to 0.16.2
by Martin Gansser
commit 26123a82661d5868d03d9dfda7e17bd1e2f826b9
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Oct 1 18:15:04 2016 +0200
Updated to 0.16.2
obs-studio.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/obs-studio.spec b/obs-studio.spec
index c333f65..a5b20e5 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -32,6 +32,7 @@ BuildRequires: desktop-file-utils
BuildRequires: vlc-devel
BuildRequires: alsa-lib-devel
BuildRequires: systemd-devel
+BuildRequires: doxygen
Requires: ffmpeg x264
%description
@@ -131,6 +132,8 @@ fi
%changelog
* Sat Oct 01 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.16.2-1
- Updated to 0.16.2
+- Build doxygen html documentation
+- Added BR doxygen
* Fri Aug 26 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.15.4-3
- Actually define FFMPEG_MUX_FIXED (fixes 'command not found' when trying to record)
8 years, 2 months
[obs-studio] Updated to 0.16.2
by Martin Gansser
commit 56c3efc9ab98c18dc607d4c52ec26ce4e0562dcb
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Oct 1 17:41:30 2016 +0200
Updated to 0.16.2
.gitignore | 1 +
obs-studio.spec | 24 +++++++++++++++++++++---
sources | 2 +-
3 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fdb1e9b..b883576 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/obs-studio-0.15.4.tar.gz
+/obs-studio-0.16.2.tar.gz
diff --git a/obs-studio.spec b/obs-studio.spec
index 7c6dfbb..c333f65 100644
--- a/obs-studio.spec
+++ b/obs-studio.spec
@@ -1,6 +1,6 @@
Name: obs-studio
-Version: 0.15.4
-Release: 3%{?dist}
+Version: 0.16.2
+Release: 1%{?dist}
Summary: Open Broadcaster Software Studio
License: GPLv2+
@@ -52,6 +52,15 @@ 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
%setup -q
@@ -65,6 +74,9 @@ sed -i 's|OBS_MULTIARCH_SUFFIX|LIB_SUFFIX|g' cmake/Modules/ObsHelpers.cmake
%cmake -DOBS_VERSION_OVERRIDE=%{version} -DUNIX_STRUCTURE=1
%make_build
+# build docs
+doxygen
+
%install
%make_install
@@ -95,7 +107,7 @@ fi
%files
%doc README
-%license obs/data/license/gplv2.txt
+%license UI/data/license/gplv2.txt
%license COPYING
%{_bindir}/obs
%{_datadir}/applications/obs.desktop
@@ -112,8 +124,14 @@ fi
%{_libdir}/*.so
%{_includedir}/obs/
+%files doc
+%doc docs/html
+
%changelog
+* Sat Oct 01 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 0.16.2-1
+- Updated to 0.16.2
+
* Fri Aug 26 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.15.4-3
- Actually define FFMPEG_MUX_FIXED (fixes 'command not found' when trying to record)
diff --git a/sources b/sources
index e4c85b3..4f0264d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-380f195e3073eed4a9909a7f8b7babcf obs-studio-0.15.4.tar.gz
+19bc6fcff2ad4f7070e8c80b58c4b8f1 obs-studio-0.16.2.tar.gz
8 years, 2 months
[ffmpeg/f24] Fix missing libxvid (rfbz#4274)
by Leigh Scott
commit a40e052fcdabe660569ab468dc0731daa7352c42
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Oct 1 13:25:05 2016 +0100
Fix missing libxvid (rfbz#4274)
ffmpeg.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 86ab418..c2bd166 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -13,7 +13,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 3.0.3
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
@@ -97,7 +97,7 @@ BuildRequires: texinfo
%{?_with_wavpack:BuildRequires: wavpack-devel}
%{!?_without_x264:BuildRequires: x264-devel >= 0.0.0-0.31}
%{!?_without_x265:BuildRequires: x265-devel}
-%{?_with_xvid:BuildRequires: xvidcore-devel}
+%{!?_without_xvid:BuildRequires: xvidcore-devel}
BuildRequires: zlib-devel
%{?_with_zmq:BuildRequires: zeromq-devel}
%{?_with_zvbi:BuildRequires: zvbi-devel}
@@ -205,7 +205,7 @@ This package contains development files for %{name}
%{?_with_webp:--enable-libwebp} \\\
%{!?_without_x264:--enable-libx264} \\\
%{!?_without_x265:--enable-libx265} \\\
- %{?_with_xvid:--enable-libxvid} \\\
+ %{!?_without_xvid:--enable-libxvid} \\\
%{?_with_zmq:--enable-libzmq} \\\
%{?_with_zvbi:--enable-libzvbi} \\\
--enable-x11grab \\\
@@ -322,6 +322,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Sat Oct 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.3-2
+- Fix missing libxvid (rfbz#4274)
+
* Mon Sep 05 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.0.3-1
- Updated to 3.0.3
8 years, 2 months
[ffmpeg] Fix missing libxvid (rfbz#4274)
by Leigh Scott
commit 97cbc703d7e855809b983f1e296e2c98fa1f1676
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Oct 1 13:22:14 2016 +0100
Fix missing libxvid (rfbz#4274)
.gitignore | 1 +
ffmpeg.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5fe609..be956a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ ffmpeg-2.8.7.tar.xz
/ffmpeg-3.1.2.tar.xz
/ffmpeg-3.1.3.tar.xz
/ffmpeg-3.1.4.tar.bz2
+/ffmpeg-3.1.4.tar.xz
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 427f05a..d75a3ea 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -20,7 +20,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 3.1.4
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
@@ -106,7 +106,7 @@ BuildRequires: texinfo
%{?_with_wavpack:BuildRequires: wavpack-devel}
%{!?_without_x264:BuildRequires: x264-devel >= 0.0.0-0.31}
%{!?_without_x265:BuildRequires: x265-devel}
-%{?_with_xvid:BuildRequires: xvidcore-devel}
+%{!?_without_xvid:BuildRequires: xvidcore-devel}
BuildRequires: zlib-devel
%{?_with_zmq:BuildRequires: zeromq-devel}
%{?_with_zvbi:BuildRequires: zvbi-devel}
@@ -211,7 +211,7 @@ This package contains development files for %{name}
%{?_with_webp:--enable-libwebp} \\\
%{!?_without_x264:--enable-libx264} \\\
%{!?_without_x265:--enable-libx265} \\\
- %{?_with_xvid:--enable-libxvid} \\\
+ %{!?_without_xvid:--enable-libxvid} \\\
%{?_with_zmq:--enable-libzmq} \\\
%{?_with_zvbi:--enable-libzvbi} \\\
--enable-x11grab \\\
@@ -331,6 +331,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Sat Oct 01 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.1.4-2
+- Fix missing libxvid (rfbz#4274)
+
* Sat Oct 01 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.1.4-1
- Updated to 3.1.4
diff --git a/sources b/sources
index 7c2c67e..a44d7a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c099ec01cef5caadd05a4f78561c560 ffmpeg-3.1.4.tar.bz2
+b54d3e3d2d14d64305b840bb3d287445 ffmpeg-3.1.4.tar.xz
8 years, 2 months
[ffmpeg/f25] Updated to 3.1.4
by Julian Sikorski
Summary of changes:
5a0da88... Updated to 3.1.4 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[ffmpeg] Updated to 3.1.4
by Julian Sikorski
commit 5a0da8852afa42e08e92da9fdb1fb7727d8e3809
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Sat Oct 1 13:57:25 2016 +0200
Updated to 3.1.4
.gitignore | 1 +
ffmpeg.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e429dda..f5fe609 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ ffmpeg-2.8.7.tar.xz
/ffmpeg-3.1.1.tar.xz
/ffmpeg-3.1.2.tar.xz
/ffmpeg-3.1.3.tar.xz
+/ffmpeg-3.1.4.tar.bz2
diff --git a/ffmpeg.spec b/ffmpeg.spec
index d3d9214..427f05a 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -19,8 +19,8 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 3.1.3
-Release: 3%{?date}%{?date:git}%{?rel}%{?dist}
+Version: 3.1.4
+Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr} || 0%{?_with_gmp}
License: GPLv3+
%else
@@ -331,6 +331,9 @@ install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
%changelog
+* Sat Oct 01 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 3.1.4-1
+- Updated to 3.1.4
+
* Thu Sep 08 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1.3-3
- Disable OpenCV for Fedora >= 25
diff --git a/sources b/sources
index fe6fcde..7c2c67e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72769316a4b2b8809c7f6d5a8b6766f4 ffmpeg-3.1.3.tar.xz
+1c099ec01cef5caadd05a4f78561c560 ffmpeg-3.1.4.tar.bz2
8 years, 2 months