~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] community/ffmpeg: Enable libwebp

Details
Message ID
<20210127202241.125087-1-minus@mnus.de>
DKIM signature
missing
Download raw message
Patch: +2 -0
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
Details
Message ID
<c9c53430e4caf2addd76d59308ebab35abc29b61.camel@gmail.com>
In-Reply-To
<20210127202241.125087-1-minus@mnus.de> (view parent)
DKIM signature
missing
Download raw message
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:
> 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
Reply to thread Export thread (mbox)