[arch-commits] Commit in mpv/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon Apr 23 19:35:15 UTC 2018


    Date: Monday, April 23, 2018 @ 19:35:14
  Author: eworm
Revision: 317436

upgpkg: mpv 1:0.28.2-1

ffmpeg 4.0 rebuild (and bump to latest version)

Modified:
  mpv/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-23 19:17:50 UTC (rev 317435)
+++ PKGBUILD	2018-04-23 19:35:14 UTC (rev 317436)
@@ -5,7 +5,7 @@
 
 pkgname=mpv
 epoch=1
-pkgver=0.27.2
+pkgver=0.28.2
 pkgrel=1
 _waf_version=1.9.8
 pkgdesc='a free, open source, and cross-platform media player'
@@ -24,28 +24,13 @@
 optdepends=('youtube-dl: for video-sharing websites playback')
 options=('!emptydirs')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz"
-  '0001-opengl-backend-support-multiple-backends.patch'
-  '0002-vaapi-Use-libva2-message-callbacks.patch'
-  '0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch'
   "https://waf.io/waf-${_waf_version}")
-sha256sums=('2ad104d83fd3b2b9457716615acad57e479fd1537b8fc5e37bfe9065359b50be'
-  '609e0530f1b0cdb910dcffb5f62bf55936540e24105ce1b2daf1bd6291a7d58a'
-  '3c3517f4f4c71e39e1e04ea440688fc8d7b3dc55e6bc0a9398d11a9b75bde07d'
-  '5de6c616428c87cf9b39d8ba24446d65d175050c083e1054194d93cf03d5816a'
+sha256sums=('aada14e025317b5b3e8e58ffaf7902e8b6e4ec347a93d25a7c10d3579426d795'
   '167dc42bab6d5bd823b798af195420319cb5c9b571e00db7d83df2a0fe1f4dbf')
 
 prepare() {
   cd ${pkgname}-${pkgver}
 
-  # --opengl-backend: support multiple backends (#4384) (FS#53962)
-  patch -Np1 < "${srcdir}"/0001-opengl-backend-support-multiple-backends.patch
-
-  # vaapi: Use libva2 message callbacks
-  patch -Np1 < "${srcdir}"/0002-vaapi-Use-libva2-message-callbacks.patch
-
-  # demux_lavf: return AVERROR_EOF on file end
-  patch -Np1 < "${srcdir}"/0003-demux_lavf-return-AVERROR_EOF-on-file-end.patch
-
   install -m755 "${srcdir}"/waf-${_waf_version} waf
 }
 



More information about the arch-commits mailing list