rpms/mythtv/devel mythtv-0.26.0-types_h.patch, NONE, 1.1 mythtv.spec, 1.117, 1.118

Richard Shaw hobbes1069 at rpmfusion.org
Wed Mar 6 15:59:47 CET 2013


Author: hobbes1069

Update of /cvs/free/rpms/mythtv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12205

Modified Files:
	mythtv.spec 
Added Files:
	mythtv-0.26.0-types_h.patch 
Log Message:
* Tue Feb 26 2013 Richard Shaw <hobbes1069 at gmail.com> - 0.26.0-7
- Update to latest fixes/0.26, v0.26.0-111-g3944ca9.
- Add patch for mythlogserver segfault.
- Add patch for includes in bundled ffmpeg.


mythtv-0.26.0-types_h.patch:
 alsa-audio-common.c |    1 +
 alsa-audio-enc.c    |    1 +
 2 files changed, 2 insertions(+)

--- NEW FILE mythtv-0.26.0-types_h.patch ---
diff -Naur MythTV-mythtv-d2f9798.orig/mythtv/external/FFmpeg/libavdevice/alsa-audio-common.c MythTV-mythtv-d2f9798/mythtv/external/FFmpeg/libavdevice/alsa-audio-common.c
--- MythTV-mythtv-d2f9798.orig/mythtv/external/FFmpeg/libavdevice/alsa-audio-common.c	2012-10-02 05:30:24.000000000 -0500
+++ MythTV-mythtv-d2f9798/mythtv/external/FFmpeg/libavdevice/alsa-audio-common.c	2013-03-06 08:00:05.197116477 -0600
@@ -28,6 +28,7 @@
  * @author Nicolas George ( nicolas george normalesup org )
  */
 
+#include <sys/types.h>
 #include <alsa/asoundlib.h>
 #include "avdevice.h"
 #include "libavutil/avassert.h"
diff -Naur MythTV-mythtv-d2f9798.orig/mythtv/external/FFmpeg/libavdevice/alsa-audio-enc.c MythTV-mythtv-d2f9798/mythtv/external/FFmpeg/libavdevice/alsa-audio-enc.c
--- MythTV-mythtv-d2f9798.orig/mythtv/external/FFmpeg/libavdevice/alsa-audio-enc.c	2012-10-02 05:30:24.000000000 -0500
+++ MythTV-mythtv-d2f9798/mythtv/external/FFmpeg/libavdevice/alsa-audio-enc.c	2013-03-06 08:16:22.113142230 -0600
@@ -37,6 +37,7 @@
  * which gives a low latency suitable for real-time playback.
  */
 
+#include <sys/types.h>
 #include <alsa/asoundlib.h>
 
 #include "libavformat/internal.h"


Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- mythtv.spec	5 Mar 2013 17:42:32 -0000	1.117
+++ mythtv.spec	6 Mar 2013 14:59:46 -0000	1.118
@@ -78,7 +78,7 @@
 # Version/Release info
 Version:        0.26.0
 %if "%{branch}" == "master"
-Release:        0.2.git.%{_gitrev}%{?dist}
+Release:        0.1.git.%{_gitrev}%{?dist}
 %else
 Release:        7%{?dist}
 %endif
@@ -140,6 +140,7 @@
 # git diff -p --stat v0.26.0 > mythtv-0.26-fixes.patch
 Patch0:    mythtv-0.26-fixes.patch
 Patch1:    mythlogserver-segv.patch
+Patch2:    mythtv-0.26.0-types_h.patch
 
 Source10:  PACKAGE-LICENSING
 Source11:  ChangeLog
@@ -822,6 +823,7 @@
 
 %patch0 -p1 -b .mythtv
 %patch1 -p1 -b .mythlogserver
+%patch2 -p1 -b .types_h
 
 # Install ChangeLog
 install -m 0644 %{SOURCE11} .
@@ -1443,9 +1445,10 @@
 
 
 %changelog
-* Tue Mar  5 2013 Richard Shaw <hobbes1069 at gmail.com> - 0.26.0-7
+* Tue Feb 26 2013 Richard Shaw <hobbes1069 at gmail.com> - 0.26.0-7
 - Update to latest fixes/0.26, v0.26.0-111-g3944ca9.
 - Add patch for mythlogserver segfault.
+- Add patch for includes in bundled ffmpeg.
 
 * Sun Jan 20 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.26.0-5
 - Rebuilt for ffmpeg/x264


More information about the rpmfusion-commits mailing list