commit 6d675f0404af9233bfee49c627036d91547269c7
Author: martinkg <mgansser(a)alice.de>
Date: Mon Sep 26 11:43:04 2016 +0200
rebuild for new git version
vdr-markad.spec | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/vdr-markad.spec b/vdr-markad.spec
index 3a98679..c3c7010 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -1,17 +1,17 @@
-%global commit 3681d3a18383c238870de7d1ec1f1f9c8079cf89
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global commit0 3681d3a18383c238870de7d1ec1f1f9c8079cf89
+%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global gitdate 20160925
Name: vdr-markad
Version: 0.1.4
-Release: 9.%{gitdate}git%{shortcommit}%{?dist}
+Release: 11.%{gitdate}git%{shortcommit0}%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
# how to get the tarball
# go to
http://projects.vdr-developer.org/git/vdr-plugin-markad.git/commit/
# click the link behind commit, then select the download links below.
URL:
http://projects.vdr-developer.org/projects/plg-markad
-Source0:
http://projects.vdr-developer.org/git/vdr-plugin-markad.git/snapshot/vdr-...
+Source0:
http://projects.vdr-developer.org/git/vdr-plugin-markad.git/snapshot/vdr-...
Source1: %{name}.conf
BuildRequires: vdr-devel >= 1.7.30
@@ -22,7 +22,11 @@ Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
VDR-Plugin: markad - %{summary}
%prep
-%setup -qn vdr-plugin-markad-%{commit}
+%setup -qn vdr-plugin-markad-%{commit0}
+
+# ffmpeg3 patch
+# replaced function avcodec_alloc_frame(); by av_frame_alloc();
+sed -i -e 's|avcodec_alloc_frame()|av_frame_alloc()|g' command/decoder.cpp
%build
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
%{?_smp_mflags} \
@@ -68,9 +72,15 @@ fi
%{vdr_vardir}/markad/
%changelog
-* Mon Sep 26 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
0.1.4-9.20160925git3681d3a
+* Mon Sep 26 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
0.1.4-11.20160925git3681d3a
- rebuild for new git version
+* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> -
0.1.4-10.20151016git74e2a8c
+- Rebuilt for ffmpeg-3.1.1
+
+* Wed Jun 29 2016 Martin Gansser <martinkg(a)fedoraproject.org> -
0.1.4-9.20151016git74e2a8c
+- replaced function avcodec_alloc_frame(); by av_frame_alloc(); due ffmpeg3 version
+
* Sat Oct 17 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
0.1.4-8.20151016git74e2a8c
- rebuild for new git version