Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ffmpeg: enable vulkan and libdrm
@ 2021-09-24 13:22 derpmalicious
  2021-09-24 13:54 ` q66
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: derpmalicious @ 2021-09-24 13:22 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1052 bytes --]

From e57f1c048578dcc66e5c6ec2cdc4634711eb185b 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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ffmpeg/template b/srcpkgs/ffmpeg/template
index 33d3e0bfc2d6..7bf8fc5e8066 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"
@@ -99,7 +99,8 @@ 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') \
+		--enable-vulkan --enable-libdrm
 }
 do_build() {
 	make ${makejobs}

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

end of thread, other threads:[~2021-09-25 22:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 13:22 [PR PATCH] ffmpeg: enable vulkan and libdrm 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
2021-09-25 22:11 ` [PR PATCH] [Merged]: " q66

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