rpms/dvdstyler/devel dvdstyler-gcc44.patch, NONE, 1.1 dvdstyler.spec, 1.7, 1.8

Stewart Adam firewing at rpmfusion.org
Tue Apr 7 20:41:07 CEST 2009


Author: firewing

Update of /cvs/free/rpms/dvdstyler/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18797

Modified Files:
	dvdstyler.spec 
Added Files:
	dvdstyler-gcc44.patch 
Log Message:
* Tue Apr 7 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.2-3
- Add patch to fix gcc 4.4-related build errors


dvdstyler-gcc44.patch:

--- NEW FILE dvdstyler-gcc44.patch ---
--- src/mediaenc_ffmpeg.h.orig	2008-12-31 11:02:59.000000000 -0500
+++ src/mediaenc_ffmpeg.h	2009-04-07 14:30:00.000000000 -0400
@@ -11,6 +11,7 @@
 #ifndef WX_FFMPEG_MEDIA_ENCODER_H
 #define WX_FFMPEG_MEDIA_ENCODER_H
 
+#include <stdint.h>
 #include "mediaenc.h"
 
 struct AVFormatContext;


Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/dvdstyler.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dvdstyler.spec	29 Mar 2009 13:03:21 -0000	1.7
+++ dvdstyler.spec	7 Apr 2009 18:41:07 -0000	1.8
@@ -1,7 +1,7 @@
 Name:           dvdstyler
 Epoch:          1
 Version:        1.7.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Cross-platform DVD authoring application
 
 Group:          Applications/Multimedia
@@ -9,6 +9,7 @@
 URL:            http://www.dvdstyler.de/
 Source0:        http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}.tar.bz2
 Patch0:         dvdstyler-make-desktopfile-valid.patch
+Patch1:         dvdstyler-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # build
 BuildRequires:  automake, autoconf, gettext
@@ -52,6 +53,7 @@
 %prep
 %setup -q -n DVDStyler-%{version}
 %patch0 -b .validdesktop
+%patch1 -b .gcc44
 %{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
 
 %build
@@ -89,6 +91,9 @@
 %{_mandir}/*/*.gz
 
 %changelog
+* Tue Apr 7 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.2-3
+- Add patch to fix gcc 4.4-related build errors
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1:1.7.2-2
 - rebuild for new F11 features
 



More information about the rpmfusion-commits mailing list