pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/55072: ffmpeg3/Makefile misses a CONFIGURE_ARGS



>Number:         55072
>Category:       pkg
>Synopsis:       ffmpeg3/Makefile misses a CONFIGURE_ARGS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 14 11:15:00 +0000 2020
>Originator:     Onno van der Linden
>Release:        NetBSD 9.99.48
>Organization:

>Environment:
System: NetBSD sheep 9.99.48 NetBSD 9.99.48 (SHEEPKMS) #25: Fri Mar 6 18:37:35 CET 2020 onno@sheep:/usr/src/sys/arch/i386/compile/SHEEPKMS i386
Architecture: i386
Machine: i386
>Description:
multimedia/ffmpeg3/Makefile misses
CONFIGURE_ARGS+=        --enable-avresample
causing the ffmpeg3 install to fail beacause avresample related files
are not build but they're specified in PLIST
>How-To-Repeat:
build ffmpeg3
>Fix:
Just like ffmpeg4, ffmpeg3 needs --enable-avresample

--- Makefile.orig	2020-03-09 19:24:25.145733820 +0100
+++ Makefile	2020-03-14 11:53:59.980470190 +0100
@@ -6,6 +6,7 @@
 COMMENT=	Decoding, encoding and streaming software (v3.x)
 
 CONFIGURE_ARGS+=	--enable-avfilter
+CONFIGURE_ARGS+=        --enable-avresample
 #CONFIGURE_ARGS+=	--enable-avfilter-lavf
 CONFIGURE_ARGS+=	--enable-postproc
 CONFIGURE_ARGS+=	--disable-ffplay



Home | Main Index | Thread Index | Old Index