~alpine/aports

community/ffmpeg: Enable libwebp v1 SUPERSEDED

minus: 1
 community/ffmpeg: Enable libwebp

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3440/mbox | git am -3
Learn more about email & git

[PATCH] community/ffmpeg: Enable libwebp Export this patch

Enabling libwebp allows encoding of webp images.
---
 community/ffmpeg/APKBUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index 8fbdbc3e99..b612481cea 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -26,6 +26,7 @@ makedepends="
	libvdpau-dev
	libvorbis-dev
	libvpx-dev
	libwebp-dev
	libxfixes-dev
	opus-dev
	perl-dev
@@ -163,6 +164,7 @@ build() {
		--enable-libopus \
		--enable-vulkan \
		--enable-libsoxr \
		--enable-libwebp \
		$_asm $_aom $_dbg
	make
	${CC:-gcc} -o tools/qt-faststart $CFLAGS tools/qt-faststart.c
-- 
2.30.0
Hello

Please increase the value of pkgrel by 1 so your changes take effect.

Regards
Leo

On Wed, 2021-01-27 at 21:22 +0100, minus wrote: