From 1132614c71d103e8de8ab8147298ba5dfb1600c4 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Thu, 3 Oct 2019 10:16:11 +0100 Subject: [PATCH 1/6] Update to 20191003 snapshot --- mpv.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mpv.spec b/mpv.spec index bb5ca03..73096fd 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,11 +1,11 @@ -%global commit b6def652a4b0db0f3514a44fec08f4be66187f3b -%global gitdate 20190922 +%global commit defc8f359c5e4bb666e8ad1d4a097a8ac66cc1e2 +%global gitdate 20191003 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global gitrelease .%{gitdate}.git%{shortcommit} Name: mpv Version: 0.29.1 -Release: 15%{?gitrelease}%{?dist} +Release: 16%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ @@ -172,6 +172,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Thu Oct 03 2019 Leigh Scott - 0.29.1-16.20191003.gitdefc8f3 +- Update to 20191003 snapshot + * Mon Sep 23 2019 Leigh Scott - 0.29.1-15.20190922.gitb6def65 - Rebuild with newer zimg diff --git a/sources b/sources index 342c631..aae123e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a4e960c66270d470b80bd519a352474 mpv-b6def65.tar.gz +SHA512 (mpv-defc8f3.tar.gz) = 7c3626e1cccc7134f6241226f475f5426c5a49ac3514d8168250f2da2801621a696e614fd1f69848beb0787954c2261f4fb7683823deb7d88661f931f044ca52 From 3dd65ae34aed9621551859a67c7b5ec8b5ea60ac Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Thu, 3 Oct 2019 10:31:54 +0100 Subject: [PATCH 2/6] add unpacked file --- mpv.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mpv.spec b/mpv.spec index 73096fd..2a5d25f 100644 --- a/mpv.spec +++ b/mpv.spec @@ -158,6 +158,7 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}*.* +%{_datadir}/zsh/site-functions/_mpv %{_mandir}/man1/%{name}.* %dir %{_sysconfdir}/%{name}/ %config(noreplace) %{_sysconfdir}/%{name}/encoding-profiles.conf From fdc8084d2b95c3959f009918e89ac466e3af84ae Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sat, 12 Oct 2019 18:16:33 +0100 Subject: [PATCH 3/6] Update to 20191011 snapshot --- mpv.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mpv.spec b/mpv.spec index 2a5d25f..10627ed 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,11 +1,11 @@ -%global commit defc8f359c5e4bb666e8ad1d4a097a8ac66cc1e2 -%global gitdate 20191003 +%global commit a85fa2d2de92a89258da6b8bf6d814cf47824a0e +%global gitdate 20191011 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global gitrelease .%{gitdate}.git%{shortcommit} Name: mpv Version: 0.29.1 -Release: 16%{?gitrelease}%{?dist} +Release: 17%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ @@ -173,6 +173,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Sat Oct 12 2019 Leigh Scott - 0.29.1-17.20191011.gita85fa2d +- Update to 20191011 snapshot + * Thu Oct 03 2019 Leigh Scott - 0.29.1-16.20191003.gitdefc8f3 - Update to 20191003 snapshot diff --git a/sources b/sources index aae123e..e2cec6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mpv-defc8f3.tar.gz) = 7c3626e1cccc7134f6241226f475f5426c5a49ac3514d8168250f2da2801621a696e614fd1f69848beb0787954c2261f4fb7683823deb7d88661f931f044ca52 +SHA512 (mpv-a85fa2d.tar.gz) = 2d0554912e787179b892c0641a7d94b16e70009e7a7216523fa4d8f1c0d2f0091d07b980b362beb855588897c1dd244faa8ea98ce110ed6e78bc61f52f0c0ef7 From 097d7c292f6b4434fe0da16ca59c0b05d5631c0c Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 13 Oct 2019 11:35:58 +0100 Subject: [PATCH 4/6] Enable html doc as it's easier to read than the man page --- mpv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mpv.spec b/mpv.spec index 10627ed..d9f79f8 100644 --- a/mpv.spec +++ b/mpv.spec @@ -5,7 +5,7 @@ Name: mpv Version: 0.29.1 -Release: 17%{?gitrelease}%{?dist} +Release: 18%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ @@ -139,6 +139,7 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc. --enable-libsmbclient \ --enable-dvdnav \ --enable-cdda \ + --enable-html-build \ %{?_with_rpi:--enable-rpi --disable-vaapi} \ --enable-dvbin @@ -173,6 +174,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Sun Oct 13 2019 Leigh Scott - 0.29.1-18.20191011.gita85fa2d +- Enable html doc as it's easier to read than the man page + * Sat Oct 12 2019 Leigh Scott - 0.29.1-17.20191011.gita85fa2d - Update to 20191011 snapshot From 03e2b72d5bf4e18c2fe5daf7edb614b07b83abce Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Fri, 25 Oct 2019 16:36:03 +0100 Subject: [PATCH 5/6] Update to 20191025 snapshot --- mpv.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mpv.spec b/mpv.spec index d9f79f8..e4c693d 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,11 +1,11 @@ -%global commit a85fa2d2de92a89258da6b8bf6d814cf47824a0e -%global gitdate 20191011 +%global commit e67386e50be262820a632effbb2b17ecaf98c737 +%global gitdate 20191025 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global gitrelease .%{gitdate}.git%{shortcommit} Name: mpv Version: 0.29.1 -Release: 18%{?gitrelease}%{?dist} +Release: 19%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ @@ -174,6 +174,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Fri Oct 25 2019 Leigh Scott - 0.29.1-19.20191025.gite67386e +- Update to 20191025 snapshot + * Sun Oct 13 2019 Leigh Scott - 0.29.1-18.20191011.gita85fa2d - Enable html doc as it's easier to read than the man page diff --git a/sources b/sources index e2cec6d..656ce65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mpv-a85fa2d.tar.gz) = 2d0554912e787179b892c0641a7d94b16e70009e7a7216523fa4d8f1c0d2f0091d07b980b362beb855588897c1dd244faa8ea98ce110ed6e78bc61f52f0c0ef7 +SHA512 (mpv-e67386e.tar.gz) = 8b4091f3bba7258cc143957a946789f132ce22c5ee0aace85dbfbddb18afcba78f44b5ec36a046bc317510050d19ee834f7d83bf73e7b7a10fddd90aecbff591 From 5b2b7934a420073b298f9a863fbadd63afa80835 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Fri, 25 Oct 2019 17:18:53 +0100 Subject: [PATCH 6/6] Update to 0.30.0 --- mpv.spec | 14 ++++++-------- sources | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/mpv.spec b/mpv.spec index e4c693d..a67208a 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,15 +1,10 @@ -%global commit e67386e50be262820a632effbb2b17ecaf98c737 -%global gitdate 20191025 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global gitrelease .%{gitdate}.git%{shortcommit} - Name: mpv -Version: 0.29.1 -Release: 19%{?gitrelease}%{?dist} +Version: 0.30.0 +Release: 1%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ -Source0: https://github.com/mpv-player/mpv/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +Source0: https://github.com/mpv-player/mpv/archive/v%{version}/%{name}-%{version}.tar.gz # set defaults for Fedora Patch0: %{name}-config.patch @@ -174,6 +169,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Fri Oct 25 2019 Leigh Scott - 0.30.0-1 +- Update to 0.30.0 + * Fri Oct 25 2019 Leigh Scott - 0.29.1-19.20191025.gite67386e - Update to 20191025 snapshot diff --git a/sources b/sources index 656ce65..8467db5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mpv-e67386e.tar.gz) = 8b4091f3bba7258cc143957a946789f132ce22c5ee0aace85dbfbddb18afcba78f44b5ec36a046bc317510050d19ee834f7d83bf73e7b7a10fddd90aecbff591 +SHA512 (mpv-0.30.0.tar.gz) = 2b3cc626575b5e56308f5f9ecf926957a36c861c85f700a4a3ede72cf7f7ea08729d20f810693117e21aeeff649f08718e73ead7d117521bf88d746708a72c66