rpms/kmediafactory/devel kmediafactory.spec,1.29,1.30
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/kmediafactory/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31897
Modified Files:
kmediafactory.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: kmediafactory.spec
===================================================================
RCS file: /cvs/free/rpms/kmediafactory/devel/kmediafactory.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- kmediafactory.spec 26 Sep 2014 19:09:26 -0000 1.29
+++ kmediafactory.spec 20 Oct 2014 11:56:40 -0000 1.30
@@ -1,7 +1,7 @@
Name: kmediafactory
Summary: A template based DVD authoring tool
Version: 0.8.1
-Release: 16%{?dist}
+Release: 17%{?dist}
License: GPLv2+
URL: http://code.google.com/p/kmediafactory/
@@ -155,6 +155,9 @@
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.8.1-17
+- Rebuilt for FFmpeg 2.4.3
+
* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.8.1-16
- Rebuilt for FFmpeg 2.4.x
10 years, 1 month
rpms/dvbcut/devel dvbcut-svn179-ffmpeg-2.4.3-compatibility.patch, NONE, 1.1 dvbcut.spec, 1.29, 1.30
by David Timms
Author: dtimms
Update of /cvs/free/rpms/dvbcut/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31208
Modified Files:
dvbcut.spec
Added Files:
dvbcut-svn179-ffmpeg-2.4.3-compatibility.patch
Log Message:
add patch for deprecated av_new_stream ffmpeg function.
dvbcut-svn179-ffmpeg-2.4.3-compatibility.patch:
lavfmuxer.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--- NEW FILE dvbcut-svn179-ffmpeg-2.4.3-compatibility.patch ---
--- dvbcut-svn179.orig/src/lavfmuxer.cpp 2014-10-20 19:36:01.108711000 +1100
+++ dvbcut-svn179/src/lavfmuxer.cpp 2014-10-20 21:35:28.682373468 +1100
@@ -60,7 +60,8 @@
int id=0;
st[VIDEOSTREAM].stream_index=id;
- AVStream *s=st[VIDEOSTREAM].avstr=av_new_stream(avfc,id++);
+ AVStream *s=st[VIDEOSTREAM].avstr=avformat_new_stream(avfc, NULL);
+ s->id = id++;
strpres[VIDEOSTREAM]=true;
av_free(s->codec);
mpg.setvideoencodingparameters();
@@ -74,7 +75,8 @@
if (audiostreammask & (1u<<i)) {
int astr=audiostream(i);
st[astr].stream_index=id;
- s=st[astr].avstr=av_new_stream(avfc,id++);
+ s=st[astr].avstr=avformat_new_stream(avfc,NULL);
+ s->id = id++;
strpres[astr]=true;
if (s->codec)
av_free(s->codec);
Index: dvbcut.spec
===================================================================
RCS file: /cvs/free/rpms/dvbcut/devel/dvbcut.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- dvbcut.spec 26 Sep 2014 19:05:59 -0000 1.29
+++ dvbcut.spec 20 Oct 2014 11:48:42 -0000 1.30
@@ -7,7 +7,7 @@
Name: dvbcut
Version: 0.6.1
-Release: 17.svn%{svnrev}%{?dist}
+Release: 18.svn%{svnrev}%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
@@ -31,6 +31,7 @@
Patch6: %{name}-179-vs-ubuntu-12.04.diff
Patch7: %{name}-svn179-ffmpeg-0.11.1.patch
Patch8: %{name}-svn179-ffmpeg-2.0-compatibility.patch
+Patch9: %{name}-svn179-ffmpeg-2.4.3-compatibility.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: autoconf
@@ -68,6 +69,7 @@
%patch6 -b .ubuntu
%patch7 -p1 -b .ffmpeg-0.11.1
%patch8 -b .ffmpeg-2.0
+%patch9 -p1 -b .ffmpeg-2.4.3
# Fix QTDIR libs in configure
sed -i 's,$QTDIR/$mr_libdirname,$QTDIR/lib,' configure.in
@@ -137,6 +139,9 @@
%changelog
+* Mon Oct 20 2014 David Timms <iinet.net.au at dtimms> - 0.6.1-18.svn179
+- add patch for ffmpeg-2.4.3 for dropped av_new_stream().
+
* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.1-17.svn179
- Rebuilt for FFmpeg 2.4.x
10 years, 1 month
rpms/xmms2-freeworld/devel xmms2-freeworld.spec,1.19,1.20
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/xmms2-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3961
Modified Files:
xmms2-freeworld.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: xmms2-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xmms2-freeworld/devel/xmms2-freeworld.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xmms2-freeworld.spec 7 Aug 2014 01:47:13 -0000 1.19
+++ xmms2-freeworld.spec 20 Oct 2014 01:40:08 -0000 1.20
@@ -3,7 +3,7 @@
Name: xmms2-freeworld
Summary: Plugins for XMMS2 that cannot be included in Fedora
Version: 0.8
-Release: 13%{?dist}
+Release: 14%{?dist}
License: LGPLv2+ and GPL+ and BSD
Group: Applications/Multimedia
# Fedora's xmms2 has to use a sanitized tarball, we don't.
@@ -208,6 +208,9 @@
%{_libdir}/xmms2/libxmms_mp4.so
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.8-14
+- Rebuilt for FFmpeg 2.4.3
+
* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 0.8-13
- Rebuilt for ffmpeg-2.3
10 years, 1 month
rpms/xine-lib/devel xine-lib.spec,1.10,1.11
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/xine-lib/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3825
Modified Files:
xine-lib.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: xine-lib.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xine-lib.spec 1 Oct 2014 23:55:21 -0000 1.10
+++ xine-lib.spec 20 Oct 2014 01:39:53 -0000 1.11
@@ -10,7 +10,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.6
-Release: 6%{?dist}
+Release: 7%{?dist}
License: GPLv2+
URL: http://www.xine-project.org/
Source0: http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.xz
@@ -328,6 +328,9 @@
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 1.2.6-7
+- Rebuilt for FFmpeg 2.4.3
+
* Wed Oct 01 2014 Sérgio Basto <sergio(a)serjux.com> - 1.2.6-6
- Rebuilt again for FFmpeg 2.3.x (with FFmpeg 2.3.x in build root)
10 years, 1 month
rpms/xbmc/devel xbmc.spec,1.86,1.87
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/xbmc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3697
Modified Files:
xbmc.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/devel/xbmc.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- xbmc.spec 26 Sep 2014 19:07:25 -0000 1.86
+++ xbmc.spec 20 Oct 2014 01:39:39 -0000 1.87
@@ -7,7 +7,7 @@
Name: xbmc
Version: 13.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+
@@ -392,6 +392,9 @@
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 13.2-3
+- Rebuilt for FFmpeg 2.4.3
+
* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 13.2-2
- Rebuilt for FFmpeg 2.4.x
10 years, 1 month
rpms/vdr-xineliboutput/devel vdr-xineliboutput.spec,1.4,1.5
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/vdr-xineliboutput/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3517
Modified Files:
vdr-xineliboutput.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: vdr-xineliboutput.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-xineliboutput/devel/vdr-xineliboutput.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-xineliboutput.spec 7 Aug 2014 01:45:51 -0000 1.4
+++ vdr-xineliboutput.spec 20 Oct 2014 01:38:44 -0000 1.5
@@ -9,7 +9,7 @@
Name: vdr-%{pname}
Version: 1.1.0
-Release: 12%{?cvsver:.cvs%{cvsver}}%{?dist}
+Release: 13%{?cvsver:.cvs%{cvsver}}%{?dist}
Summary: Plugins for watching VDR over Xine
Group: Applications/Multimedia
@@ -146,6 +146,9 @@
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 1.1.0-13.cvs20140704
+- Rebuilt for FFmpeg 2.4.3
+
* Thu Aug 07 2014 Sérgio Basto <sergio(a)serjux.com> - 1.1.0-12.cvs20140704
- Rebuilt for ffmpeg-2.3
10 years, 1 month
rpms/vdr-softhddevice/devel vdr-softhddevice.spec,1.17,1.18
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/vdr-softhddevice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3370
Modified Files:
vdr-softhddevice.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: vdr-softhddevice.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/vdr-softhddevice.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- vdr-softhddevice.spec 16 Oct 2014 19:11:20 -0000 1.17
+++ vdr-softhddevice.spec 20 Oct 2014 01:38:18 -0000 1.18
@@ -4,7 +4,7 @@
Name: vdr-softhddevice
Version: 0.6.0
-Release: 20.%{gitdate}git%{shortcommit}%{?dist}
+Release: 21.%{gitdate}git%{shortcommit}%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -74,6 +74,9 @@
%doc ChangeLog README.txt AGPL-3.0.txt
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.6.0-21.20141016git9f134c1
+- Rebuilt for FFmpeg 2.4.3
+
* Thu Oct 16 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.0-20.20141016git9f134c1
- update for new git snapshot
10 years, 1 month
rpms/vdr-markad/devel vdr-markad.spec,1.3,1.4
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/vdr-markad/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3235
Modified Files:
vdr-markad.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: vdr-markad.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-markad/devel/vdr-markad.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-markad.spec 2 Sep 2014 18:17:44 -0000 1.3
+++ vdr-markad.spec 20 Oct 2014 01:38:06 -0000 1.4
@@ -4,7 +4,7 @@
Name: vdr-markad
Version: 0.1.4
-Release: 5.%{gitdate}git%{shortcommit}%{?dist}
+Release: 6.%{gitdate}git%{shortcommit}%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
# how to get the tarball
@@ -68,6 +68,9 @@
%{vdr_vardir}/markad/
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.1.4-6.20140902gitc55f43f
+- Rebuilt for FFmpeg 2.4.3
+
* Tue Sep 02 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-5.20140902gitc55f43f
- rebuild for new git version
10 years, 1 month
rpms/qmmp-plugins-freeworld/devel qmmp-plugins-freeworld.spec, 1.48, 1.49
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/qmmp-plugins-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2799
Modified Files:
qmmp-plugins-freeworld.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: qmmp-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/qmmp-plugins-freeworld/devel/qmmp-plugins-freeworld.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- qmmp-plugins-freeworld.spec 26 Sep 2014 19:10:00 -0000 1.48
+++ qmmp-plugins-freeworld.spec 20 Oct 2014 01:34:05 -0000 1.49
@@ -1,6 +1,6 @@
Name: qmmp-plugins-freeworld
Version: 0.7.7
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
@@ -131,6 +131,9 @@
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.7.7-4
+- Rebuilt for FFmpeg 2.4.3
+
* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.7-3
- Rebuilt for FFmpeg 2.4.x
10 years, 1 month
rpms/openmw/devel openmw.spec,1.8,1.9
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/openmw/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2561
Modified Files:
openmw.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/openmw.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- openmw.spec 26 Sep 2014 19:07:11 -0000 1.8
+++ openmw.spec 20 Oct 2014 01:32:09 -0000 1.9
@@ -1,6 +1,6 @@
Name: openmw
Version: 0.31.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Unofficial open source engine re-implementation of the game Morrowind
License: GPLv3 and MIT and zlib
@@ -97,6 +97,9 @@
%changelog
+* Mon Oct 20 2014 Sérgio Basto <sergio(a)serjux.com> - 0.31.0-4
+- Rebuilt for FFmpeg 2.4.3
+
* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.31.0-3
- Rebuilt for FFmpeg 2.4.x
10 years, 1 month