Github messages for voidlinux
 help / color / mirror / Atom feed
From: concatime <concatime@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated]  mpv: update to 0.33.0
Date: Tue, 24 Nov 2020 05:30:57 +0100	[thread overview]
Message-ID: <20201124043057.4pNhfnmjcSXHgnPZSmB6-DxEPdYJuM_FD5cuXRRBF3E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26669@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by concatime against master on the void-packages repository

https://github.com/concatime/void-packages mpv-0.33.0
https://github.com/void-linux/void-packages/pull/26669

 mpv: update to 0.33.0


A patch file from https://github.com/void-linux/void-packages/pull/26669.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mpv-0.33.0-26669.patch --]
[-- Type: text/x-diff, Size: 3782 bytes --]

From 9279a668731525cb1790b4624e7bc3b84f8c43b4 Mon Sep 17 00:00:00 2001
From: "Issam E. Maghni" <issam.e.maghni@mailbox.org>
Date: Mon, 23 Nov 2020 21:58:56 -0500
Subject: [PATCH] mpv: update to 0.33.0

 * oss support was removed by mpv#bca917f
 * libsmbclient support was removed by mpv#3b8b7cb
 * sndio support was removed by mpv#71d218e
---
 srcpkgs/mpv/template | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template
index c45a163d0b3..3548871c121 100644
--- a/srcpkgs/mpv/template
+++ b/srcpkgs/mpv/template
@@ -1,16 +1,15 @@
 # Template file for 'mpv'
 pkgname=mpv
-version=0.32.0
-revision=4
+version=0.33.0
+revision=1
 build_style=waf3
 configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
  --enable-dvdnav --enable-cdda --enable-libmpv-shared
  --enable-dvbin --enable-libarchive $(vopt_enable alsa) $(vopt_enable caca)
- $(vopt_enable jack) $(vopt_enable lua) $(vopt_enable oss oss-audio)
- $(vopt_enable pulseaudio pulse) $(vopt_enable sdl2)
- $(vopt_enable smb libsmbclient) $(vopt_enable sndio)
- $(vopt_enable vapoursynth) $(vopt_enable vdpau) $(vopt_enable wayland)
- $(vopt_enable x11) $(vopt_enable vulkan) $(vopt_enable vulkan shaderc)"
+ $(vopt_enable jack) $(vopt_enable lua) $(vopt_enable pulseaudio pulse)
+ $(vopt_enable sdl2) $(vopt_enable vapoursynth) $(vopt_enable vdpau)
+ $(vopt_enable vulkan) $(vopt_enable vulkan shaderc) $(vopt_enable wayland)
+ $(vopt_enable x11)"
 hostmakedepends="pkg-config python3-docutils perl $(vopt_if wayland wayland-devel)"
 makedepends="MesaLib-devel ffmpeg-devel harfbuzz-devel lcms2-devel libXv-devel
  libass-devel libbluray-devel libcdio-paranoia-devel libdvdnav-devel
@@ -18,12 +17,10 @@ makedepends="MesaLib-devel ffmpeg-devel harfbuzz-devel lcms2-devel libXv-devel
  libarchive-devel $(vopt_if alsa alsa-lib-devel) $(vopt_if caca libcaca-devel)
  $(vopt_if jack jack-devel) $(vopt_if lua lua52-devel)
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if sdl2 SDL2-devel)
- $(vopt_if smb samba-devel) $(vopt_if sndio sndio-devel)
- $(vopt_if vapoursynth vapoursynth-devel)
- $(vopt_if vdpau libvdpau-devel) $(vopt_if wayland "wayland-devel
- wayland-protocols libxkbcommon-devel")
- $(vopt_if x11 "libXScrnSaver-devel libXinerama-devel libXrandr-devel")
- $(vopt_if vulkan "Vulkan-Headers vulkan-loader shaderc libplacebo-devel")"
+ $(vopt_if vapoursynth vapoursynth-devel) $(vopt_if vdpau libvdpau-devel)
+ $(vopt_if vulkan "Vulkan-Headers vulkan-loader shaderc libplacebo-devel")
+ $(vopt_if wayland "wayland-devel wayland-protocols libxkbcommon-devel")
+ $(vopt_if x11 "libXScrnSaver-devel libXinerama-devel libXrandr-devel")"
 depends="desktop-file-utils hicolor-icon-theme $(vopt_if vapoursynth vapoursynth-mvtools)"
 short_desc="Video player based on MPlayer/mplayer2"
 maintainer="travankor <travankor@tuta.io>"
@@ -31,13 +28,12 @@ license="GPL-2.0-or-later"
 homepage="https://mpv.io"
 changelog="https://github.com/mpv-player/mpv/releases"
 distfiles="https://github.com/mpv-player/${pkgname}/archive/v${version}.tar.gz"
-checksum=9163f64832226d22e24bbc4874ebd6ac02372cd717bef15c28a0aa858c5fe592
+checksum=f1b9baf5dc2eeaf376597c28a6281facf6ed98ff3d567e3955c95bf2459520b4
 
-build_options="alsa caca jack lua oss pulseaudio sdl2 smb sndio vapoursynth
- vdpau wayland x11 vulkan"
-build_options_default="alsa jack lua pulseaudio sndio vdpau wayland x11 vulkan"
+build_options="alsa caca jack lua pulseaudio sdl2 vapoursynth vdpau vulkan
+ wayland x11"
+build_options_default="alsa jack lua pulseaudio vdpau vulkan wayland x11"
 desc_option_caca="Enable support for libcaca video output"
-desc_option_oss="Enable support for OSS audio output"
 vopt_conflict sdl2 wayland
 
 if [ -z "$CROSS_BUILD" ]; then

  parent reply	other threads:[~2020-11-24  4:30 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-24  3:33 [PR PATCH] " concatime
2020-11-24  4:23 ` ericonr
2020-11-24  4:27 ` concatime
2020-11-24  4:30 ` concatime [this message]
2020-11-24  4:36 ` ericonr
2020-11-24  4:44 ` ericonr
2020-11-24  4:47 ` ericonr
2020-11-24  5:00 ` ericonr
2020-11-24  5:00 ` ericonr
2020-11-24  5:04 ` ericonr
2020-11-24  5:25 ` concatime
2020-11-24 12:57 ` q66
2020-11-24 13:18 ` ericonr
2020-11-24 13:18 ` ericonr
2020-11-24 13:39 ` q66
2020-11-24 13:40 ` q66
2020-11-24 16:34 ` concatime
2020-11-24 16:55 ` [PR PATCH] [Updated] " concatime
2020-11-24 16:59 ` concatime
2020-11-24 17:17 ` [PR PATCH] [Updated] " concatime
2020-11-24 18:24 ` ericonr
2020-11-24 18:28 ` [PR PATCH] [Updated] " concatime
2020-11-24 18:50 ` concatime
2020-11-24 18:51 ` concatime
2020-12-08 22:50 ` concatime
2020-12-09  1:18 ` [PR REVIEW] " ericonr
2020-12-09  1:26 ` ericonr
2020-12-09  1:27 ` ericonr
2020-12-09 15:27 ` ericonr
2020-12-09 15:27 ` [PR PATCH] [Merged]: " ericonr
2020-12-22 14:38 ` stnby

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201124043057.4pNhfnmjcSXHgnPZSmB6-DxEPdYJuM_FD5cuXRRBF3E@z \
    --to=concatime@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).