rpms/mpv/devel mpv.spec,1.10,1.11
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5035
Modified Files:
mpv.spec
Log Message:
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-4
- There's no longer AUTHORS file in %doc
- Install icons
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mpv.spec 11 Nov 2013 12:38:34 -0000 1.10
+++ mpv.spec 11 Nov 2013 14:11:04 -0000 1.11
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.2.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv3+
URL: http://%{name}.io/
@@ -29,6 +29,8 @@
BuildRequires: pulseaudio-libs-devel
BuildRequires: python-docutils
+Requires: hicolor-icon-theme
+
%description
Mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety
of video file formats, audio and video codecs, and subtitle types. Special
@@ -62,17 +64,45 @@
# Default config files
install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
+install -Dpm 644 etc/input.conf %{buildroot}%{_sysconfdir}/%{name}/input.conf
+
desktop-file-install %{SOURCE1}
+for RES in 16 32 64; do
+ install -Dpm 644 etc/mpv-icon-8bit-${RES}x${RES}.png %{buildroot}%{_datadir}/icons/hicolor/${RES}x${RES}/apps/%{name}.png
+done
+
+%post
+update-desktop-database &>/dev/null || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+update-desktop-database &> /dev/null || :
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
+ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
%files
-%doc AUTHORS LICENSE README.md Copyright
+%doc LICENSE README.md Copyright
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.*
%{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
+%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-4
+- There's no longer AUTHORS file in %%doc
+- Install icons
+
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-3
- Rebased config patch
11 years
rpms/mpv/F-19 mpv.spec,1.7,1.8
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4924
Modified Files:
mpv.spec
Log Message:
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-4
- There's no longer AUTHORS file in %doc
- Install icons
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mpv.spec 11 Nov 2013 12:38:47 -0000 1.7
+++ mpv.spec 11 Nov 2013 14:10:55 -0000 1.8
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.2.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv3+
URL: http://%{name}.io/
@@ -29,6 +29,8 @@
BuildRequires: pulseaudio-libs-devel
BuildRequires: python-docutils
+Requires: hicolor-icon-theme
+
%description
Mpv is a movie player based on MPlayer and mplayer2. It supports a wide variety
of video file formats, audio and video codecs, and subtitle types. Special
@@ -62,17 +64,45 @@
# Default config files
install -Dpm 644 etc/example.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
+install -Dpm 644 etc/input.conf %{buildroot}%{_sysconfdir}/%{name}/input.conf
+
desktop-file-install %{SOURCE1}
+for RES in 16 32 64; do
+ install -Dpm 644 etc/mpv-icon-8bit-${RES}x${RES}.png %{buildroot}%{_datadir}/icons/hicolor/${RES}x${RES}/apps/%{name}.png
+done
+
+%post
+update-desktop-database &>/dev/null || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+update-desktop-database &> /dev/null || :
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
+ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
%files
-%doc AUTHORS LICENSE README.md Copyright
+%doc LICENSE README.md Copyright
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_mandir}/man1/%{name}.*
%{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
+%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-4
+- There's no longer AUTHORS file in %%doc
+- Install icons
+
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-3
- Rebased config patch
11 years
rpms/mpv/F-19 mpv-config.patch,1.2,1.3 mpv.spec,1.6,1.7
by Miro Hrončok
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
11 years
rpms/mpv/devel mpv-config.patch,1.2,1.3 mpv.spec,1.9,1.10
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1406
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/devel/mpv-config.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpv-config.patch 12 Oct 2013 12:10:39 -0000 1.2
+++ mpv-config.patch 11 Nov 2013 12:38:34 -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/devel/mpv.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mpv.spec 11 Nov 2013 12:17:42 -0000 1.9
+++ mpv.spec 11 Nov 2013 12:38:34 -0000 1.10
@@ -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
11 years
rpms/mpv/F-18 mpv.spec,1.3,1.4 sources,1.2,1.3
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32638
Modified Files:
mpv.spec sources
Log Message:
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-2
- Proper sources for all branches
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-18/mpv.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpv.spec 11 Nov 2013 12:14:39 -0000 1.3
+++ mpv.spec 11 Nov 2013 12:17:56 -0000 1.4
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.2.3
-Release: 1%{?dist}
+Release: 2%{?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-2
+- Proper sources for all branches
+
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-1
- New upstream version
11 years
rpms/mpv/devel mpv.spec,1.8,1.9
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32538
Modified Files:
mpv.spec
Log Message:
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-2
- Proper sources for all branches
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mpv.spec 11 Nov 2013 12:12:33 -0000 1.8
+++ mpv.spec 11 Nov 2013 12:17:42 -0000 1.9
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.2.3
-Release: 1%{?dist}
+Release: 2%{?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-2
+- Proper sources for all branches
+
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-1
- New upstream version
11 years
rpms/mpv/F-19 mpv.spec,1.5,1.6
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32438
Modified Files:
mpv.spec
Log Message:
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-2
- Proper sources for all branches
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mpv.spec 11 Nov 2013 12:14:14 -0000 1.5
+++ mpv.spec 11 Nov 2013 12:17:28 -0000 1.6
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.2.3
-Release: 1%{?dist}
+Release: 2%{?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-2
+- Proper sources for all branches
+
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-1
- New upstream version
11 years
rpms/mpv/F-19 sources,1.3,1.4
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32335
Modified Files:
sources
Log Message:
Proper entry in sources
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 12 Oct 2013 13:44:34 -0000 1.3
+++ sources 11 Nov 2013 12:16:08 -0000 1.4
@@ -1 +1 @@
-69185e255fe6e8b6b13dcf6ea9b2fefb v0.1.7.tar.gz
+11f25760d7666e6d41d85f06cece8f17 v0.2.3.tar.gz
11 years
rpms/mpv/F-18 mpv.spec,1.2,1.3
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32194
Modified Files:
mpv.spec
Log Message:
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-1
- New upstream version
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-18/mpv.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpv.spec 9 Sep 2013 11:52:50 -0000 1.2
+++ mpv.spec 11 Nov 2013 12:14:39 -0000 1.3
@@ -1,10 +1,11 @@
Name: mpv
-Version: 0.1.2
-Release: 3%{?dist}
+Version: 0.2.3
+Release: 1%{?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,35 @@
# 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
+* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-1
+- New upstream version
+
+* Sat Oct 12 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.1.7-4
+- Fixing cvs errors
+
+* Sat Oct 12 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.1.7-3
+- Add desktop file
+
+* Sat Oct 12 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.1.7-2
+- Do not use xv as default vo
+
+* Sat Oct 12 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.1.7-1
+- New upstream release
+
+* Mon Sep 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.2-4
+- Rebuilt
+
* Mon Sep 09 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.1.2-3
- Added BR ffmpeg-libs
11 years
rpms/mpv/F-19 mpv.spec,1.4,1.5
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32086
Modified Files:
mpv.spec
Log Message:
* Mon Nov 11 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.2.3-1
- New upstream version
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/F-19/mpv.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpv.spec 12 Oct 2013 13:46:54 -0000 1.4
+++ mpv.spec 11 Nov 2013 12:14:14 -0000 1.5
@@ -1,6 +1,6 @@
Name: mpv
-Version: 0.1.7
-Release: 4%{?dist}
+Version: 0.2.3
+Release: 1%{?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-1
+- New upstream version
+
* Sat Oct 12 2013 Miro Hrončok <mhroncok(a)redhat.com> - 0.1.7-4
- Fixing cvs errors
11 years