Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1521
Modified Files:
mpv-config.patch mpv.spec
Log Message:
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-3
- Rebased config patch
mpv-config.patch:
example.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Index: mpv-config.patch
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv-config.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpv-config.patch 12 Oct 2013 13:44:34 -0000 1.2
+++ mpv-config.patch 11 Nov 2013 12:38:47 -0000 1.3
@@ -1,5 +1,5 @@
diff --git a/etc/example.conf b/etc/example.conf
-index 96c7afa..d9d1aea 100644
+index 7084ab4..abcb4b8 100644
--- a/etc/example.conf
+++ b/etc/example.conf
@@ -1,7 +1,7 @@
@@ -9,19 +9,19 @@
-# Configuration files are read system-wide from /usr/local/etc/mpv.conf
+# Configuration files are read system-wide from /etc/mpv/mpv.conf
# and per-user from ~/.mpv/config, where per-user settings override
- # system-wide settings, all of which are overrriden by the command line.
+ # system-wide settings, all of which are overridden by the command line.
#
-@@ -21,6 +21,7 @@
+@@ -28,6 +28,7 @@
- # Specify default video driver (see -vo help for a list).
+ # Specify default video driver (see --vo=help for a list).
#vo=vdpau
-+#vo=xv
++vo=opengl
# Start in fullscreen mode by default.
#fs=yes
-@@ -41,6 +42,7 @@
+@@ -51,6 +52,7 @@
- # Specify default audio driver (see -ao help for a list).
+ # Specify default audio driver (see --ao=help for a list).
#ao=alsa
+ao=pulse,alsa,
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mpv.spec 11 Nov 2013 12:17:28 -0000 1.6
+++ mpv.spec 11 Nov 2013 12:38:47 -0000 1.7
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.2.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv3+
URL: http://%{name}.io/
@@ -73,6 +73,9 @@
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
%changelog
+* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-3
+- Rebased config patch
+
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-2
- Proper sources for all branches
Show replies by date