Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vlc: add chromecast option
@ 2019-10-03 17:28 voidlinux-github
  2019-10-04 17:08 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-03 17:28 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Stantheman against master on the void-packages repository

https://github.com/Stantheman/void-packages vlc-chromecast-option
https://github.com/void-linux/void-packages/pull/15022

vlc: add chromecast option
Hi, this is adding an option to build VLC with support for chromecasting

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vlc-chromecast-option-15022.patch --]
[-- Type: text/x-diff, Size: 2123 bytes --]

From 5b4c713613c212f6c654e7c062617c68c66feba8 Mon Sep 17 00:00:00 2001
From: Stan Schwertly <stan@schwertly.com>
Date: Thu, 3 Oct 2019 12:00:59 -0400
Subject: [PATCH] vlc: add chromecast option

Builds VLC with options needed for rendering to chromecast
---
 common/shlibs        | 1 +
 srcpkgs/vlc/template | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e559ff69e92..74849f5a273 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1301,6 +1301,7 @@ libunwind-aarch64.so.8 libunwind-1.2rc1_1
 libunwind-ppc32.so.8 libunwind-1.2.1_1
 libunwind-ppc64.so.8 libunwind-1.2.1_1
 libmicrohttpd.so.12 libmicrohttpd-0.9.48_1
+libmicrodns.so.0 libmicrodns-0.1.0_1
 libgit2.so.28 libgit2-0.28.0_1
 libgit2-glib-1.0.so.0 libgit2-glib-0.23.4_1
 libagg.so.2 agg-2.5_1
diff --git a/srcpkgs/vlc/template b/srcpkgs/vlc/template
index e3906039c0a..06bc73b5a8a 100644
--- a/srcpkgs/vlc/template
+++ b/srcpkgs/vlc/template
@@ -8,7 +8,9 @@ configure_args="--disable-gme --disable-libtar --enable-jack
  --enable-flac --enable-merge-ffmpeg
  $(vopt_enable notify) $(vopt_enable qt) $(vopt_enable x265)
  $(vopt_enable svg) $(vopt_enable v4l2) $(vopt_enable smb smbclient)
- $(vopt_enable lua) $(vopt_enable vaapi libva) $(vopt_enable vdpau)"
+ $(vopt_enable lua) $(vopt_enable vaapi libva) $(vopt_enable vdpau)
+ $(vopt_enable chromecast microdns) $(vopt_enable chromecast)
+ $(vopt_enable chromecast sout)"
 short_desc="Cross-platform multimedia player"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-only, LGPL-2.1-only"
@@ -36,7 +38,9 @@ makedepends="
  $(vopt_if v4l2 v4l-utils-devel) $(vopt_if smb samba-devel)
  $(vopt_if lua lua52-devel) $(vopt_if vaapi libva-devel)
  $(vopt_if vdpau libvdpau-devel) $(vopt_if x265 x265-devel)
- $(vopt_if svg librsvg-devel) $(vopt_if sndio sndio-devel)"
+ $(vopt_if svg librsvg-devel) $(vopt_if sndio sndio-devel)
+ $(vopt_if chromecast protobuf-devel) $(vopt_if chromecast protobuf)
+ $(vopt_if chromecast libmicrodns-devel)"
 depends="freefont-ttf hicolor-icon-theme desktop-file-utils"
 
 # Package build options

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-10-04 19:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-03 17:28 [PR PATCH] vlc: add chromecast option voidlinux-github
2019-10-04 17:08 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04 17:08 ` voidlinux-github
2019-10-04 17:22 ` voidlinux-github
2019-10-04 17:25 ` voidlinux-github
2019-10-04 18:30 ` voidlinux-github
2019-10-04 19:04 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-04 19:04 ` voidlinux-github
2019-10-04 19:06 ` [PR PATCH] [Merged]: " voidlinux-github
2019-10-04 19:08 ` voidlinux-github

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).