Author: belegdol
Update of /cvs/free/rpms/mplayer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13285
Modified Files:
mplayer.spec
Added Files:
mplayer-fix-dxr3config-decl.patch
Log Message:
* Wed Jul 17 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-9.20130416svn
- Fixed DXR3 declaration (RPM Fusion #2863)
mplayer-fix-dxr3config-decl.patch:
preferences.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE mplayer-fix-dxr3config-decl.patch ---
--- a/gui/dialog/preferences.c 2013-04-21 21:50:57.000000000 +0200
+++ b/gui/dialog/preferences.c 2013-07-06 02:08:28.208202627 +0200
@@ -188,6 +188,7 @@
static int old_video_driver = 0;
static GtkWidget *AudioConfig;
+static GtkWidget *DXR3Config;
void ShowDXR3Config( void );
void ShowAudioConfig( void );
@@ -1678,7 +1679,6 @@
/* dxr3 config box */
-static GtkWidget * DXR3Config;
static GtkWidget * CBDevice;
static GtkWidget * CEDXR3Device;
static GtkWidget * RBVNone;
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-19/mplayer.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- mplayer.spec 7 Jun 2013 19:13:38 -0000 1.70
+++ mplayer.spec 17 Jul 2013 19:27:19 -0000 1.71
@@ -6,7 +6,7 @@
Name: mplayer
Version: 1.1
-Release: 8.%{?pre}%{?dist}
+Release: 9.%{?pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -33,6 +33,7 @@
Patch14: %{name}-nodvdcss.patch
# use system FFmpeg libraries
Patch18: %{name}-ffmpeg.patch
+Patch19: mplayer-fix-dxr3config-decl.patch
BuildRequires: SDL-devel
BuildRequires: a52dec-devel
@@ -229,6 +230,7 @@
%patch8 -p1 -b .manlinks
%patch14 -p1 -b .nodvdcss
%patch18 -p1 -b .ffmpeg
+%patch19 -p1 -b .fix-dxr3config-decl
mkdir GUI
cp -a `ls -1|grep -v GUI` GUI/
@@ -384,6 +386,9 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Wed Jul 17 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-9.20130416svn
+- Fixed DXR3 declaration (RPM Fusion #2863)
+
* Fri Jun 07 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-8.20130416svn
- Fixed cpu detection (mplayer #2141)
Show replies by date