Github messages for voidlinux
 help / color / mirror / Atom feed
From: derpmalicious <derpmalicious@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] ffmpeg: enable vulkan and libdrm
Date: Sat, 25 Sep 2021 11:39:33 +0200	[thread overview]
Message-ID: <20210925093933.BugFmygbD7fZ8aLDEpOn-DK_ciFnTqsJumpdp2uiErE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33087@inbox.vuxu.org>

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

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

https://github.com/derpmalicious/void-packages master
https://github.com/void-linux/void-packages/pull/33087

ffmpeg: enable vulkan and libdrm
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

#### Does it build and run successfully? 
- [x] I built this PR locally for these architectures:
  - [x] x86_64-glibc
  - [x] x86_64-musl


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

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

From 63428930c0a6a17f50ca0c3c52503be2184ea57b Mon Sep 17 00:00:00 2001
From: malice <derpmalicious@gmail.com>
Date: Fri, 24 Sep 2021 16:14:37 +0300
Subject: [PATCH] ffmpeg: enable vulkan and libdrm

---
 srcpkgs/ffmpeg/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 33d3e0bfc2d6..2d47b5ef117f 100644
--- a/srcpkgs/ffmpeg/template
+++ b/srcpkgs/ffmpeg/template
@@ -2,7 +2,7 @@
 # audacity also needs to be bumped when a new ffmpeg version bumps libavformat's soname!
 pkgname=ffmpeg
 version=4.3.2
-revision=3
+revision=4
 short_desc="Decoding, encoding and streaming software"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
@@ -23,12 +23,14 @@ makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-deve
  $(vopt_if vpx libvpx-devel) $(vopt_if aom libaom-devel)
  $(vopt_if nvenc nv-codec-headers) $(vopt_if sndio sndio-devel)
  $(vopt_if dav1d libdav1d-devel) $(vopt_if zimg zimg-devel)
- $(vopt_if webp libwebp-devel) $(vopt_if sofa libmysofa-devel)"
+ $(vopt_if webp libwebp-devel) $(vopt_if sofa libmysofa-devel)
+ $(vopt_if vulkan 'vulkan-loader Vulkan-Headers')
+ $(vopt_if drm libdrm-devel)"
 depends="ffplay>=${version}_${revision}"
 
 build_options="x265 v4l2 vaapi vdpau vpx faac fdk_aac aom nvenc sndio pulseaudio
- dav1d zimg webp sofa"
-build_options_default="x265 v4l2 vpx aom sndio pulseaudio dav1d webp"
+ dav1d zimg webp sofa vulkan drm"
+build_options_default="x265 v4l2 vpx aom sndio pulseaudio dav1d webp vulkan drm"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*) build_options_default+=" vaapi vdpau nvenc";;
@@ -99,7 +101,9 @@ do_configure() {
 		$(vopt_if dav1d '--enable-libdav1d') \
 		$(vopt_if zimg '--enable-libzimg') \
 		$(vopt_if webp '--enable-libwebp') \
-		$(vopt_if sofa '--enable-libmysofa')
+		$(vopt_if sofa '--enable-libmysofa') \
+		$(vopt_if vulkan '--enable-vulkan') \
+		$(vopt_if drm '--enable-libdrm')
 }
 do_build() {
 	make ${makejobs}

  parent reply	other threads:[~2021-09-25  9:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-24 13:22 [PR PATCH] " derpmalicious
2021-09-24 13:54 ` q66
2021-09-24 14:19 ` ahesford
2021-09-24 14:20 ` ahesford
2021-09-25  9:13 ` [PR PATCH] [Updated] " derpmalicious
2021-09-25  9:33 ` [PR REVIEW] " q66
2021-09-25  9:34 ` [PR PATCH] [Updated] " derpmalicious
2021-09-25  9:39 ` derpmalicious [this message]
2021-09-25 22:11 ` [PR PATCH] [Merged]: " q66

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=20210925093933.BugFmygbD7fZ8aLDEpOn-DK_ciFnTqsJumpdp2uiErE@z \
    --to=derpmalicious@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).