rpms/mpv/F-19 mpv-config.patch, 1.1, 1.2 mpv.spec, 1.2, 1.3 sources, 1.2, 1.3

Miro Hrončok churchyard at rpmfusion.org
Sat Oct 12 15:44:35 CEST 2013


Author: churchyard

Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv27040

Modified Files:
	mpv-config.patch mpv.spec sources 
Log Message:
* Sat Oct 12 2013 Miro Hrončok <mhroncok at redhat.com> - 0.1.7-3
- Add desktop file


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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-config.patch	1 Sep 2013 11:43:17 -0000	1.1
+++ mpv-config.patch	12 Oct 2013 13:44:34 -0000	1.2
@@ -15,7 +15,7 @@
  
  # Specify default video driver (see -vo help for a list).
  #vo=vdpau
-+vo=xv
++#vo=xv
  
  # Start in fullscreen mode by default.
  #fs=yes


Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpv.spec	9 Sep 2013 11:52:51 -0000	1.2
+++ mpv.spec	12 Oct 2013 13:44:34 -0000	1.3
@@ -1,10 +1,11 @@
 Name:           mpv
-Version:        0.1.2
+Version:        0.1.7
 Release:        3%{?dist}
 Summary:        Movie player playing most video formats and DVDs
 License:        GPLv3+
 URL:            http://%{name}.io/
 Source0:        https://github.com/%{name}-player/%{name}/archive/v%{version}.tar.gz
+Source1:        %{name}.desktop
 
 # set defaults for Fedora
 Patch0:         %{name}-config.patch
@@ -12,6 +13,7 @@
 BuildRequires:  aalib-devel
 BuildRequires:  alsa-lib-devel
 BuildRequires:  bzip2-devel
+BuildRequires:  desktop-file-utils
 BuildRequires:  ffmpeg-devel
 BuildRequires:  ffmpeg-libs
 BuildRequires:  libass-devel
@@ -60,15 +62,29 @@
 
 # Default config files
 install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
+desktop-file-install %{SOURCE1}
 
 %files
 %doc AUTHORS LICENSE README.md Copyright
 %{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/%{name}.*
 %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
 
 %changelog
+* Sat Oct 12 2013 Miro Hrončok <mhroncok at redhat.com> - 0.1.7-3
+- Add desktop file
+
+* Sat Oct 12 2013 Miro Hrončok <mhroncok at redhat.com> - 0.1.7-2
+- Do not use xv as default vo
+
+* Sat Oct 12 2013 Miro Hrončok <mhroncok at redhat.com> - 0.1.7-1
+- New upstream release
+
+* Mon Sep 30 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.1.2-4
+- Rebuilt
+
 * Mon Sep 09 2013 Miro Hrončok <mhroncok at redhat.com> - 0.1.2-3
 - Added BR ffmpeg-libs
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Sep 2013 11:43:17 -0000	1.2
+++ sources	12 Oct 2013 13:44:34 -0000	1.3
@@ -1 +1 @@
-78cc945e7628d2f17f75bec18cc750e3  v0.1.2.tar.gz
+69185e255fe6e8b6b13dcf6ea9b2fefb  v0.1.7.tar.gz


More information about the rpmfusion-commits mailing list