FS#61085 - Please add --enable-avresample for some software like transcode to build

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Saturday, 15 December 2018, 12:34 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 15 December 2018, 20:10 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

transcode fails to build with:

libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -I.. -I../src -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT filter_resample_la-filter_resample.lo -MD -MP -MF .deps/filter_resample_la-filter_resample.Tpo -c filter_resample.c -fPIC -DPIC -o .libs/filter_resample_la-filter_resample.o
filter_resample.c:40:10: fatal error: libavresample/avresample.h: No such file or directory
#include <libavresample/avresample.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

The configure option in question is:

--enable-avresample enable libavresample build (deprecated) [no]

Additional info:
* package version(s): 4.1-1

Steps to reproduce:
asp export transcode
cd transcode
staging-x86_64-build
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 15 December 2018, 20:10 GMT
Reason for closing:  Won't fix
Additional comments about closing:  transcode is fixed now
Comment by loqs (loqs) - Saturday, 15 December 2018, 13:55 GMT
https://www.archlinux.org/todo/libavresample-drop/
Drop transcode as dead upstream? What other packages FTBS without libavresample?
Comment by Andreas Baumann (andreas_baumann) - Saturday, 15 December 2018, 15:25 GMT
Transcode looks pretty dead, see also  FS#61085 .

I'll try to find some more software using libavresample..

Loading...