Package Details: spandsp-git 3.0.0.r536.g5394b2c-1

Git Clone URL: https://aur.archlinux.org/spandsp-git.git (read-only, click to copy)
Package Base: spandsp-git
Description: A DSP library for telephony (FreeSWITCH version)
Upstream URL: https://github.com/freeswitch/spandsp
Licenses: GPL, LGPL
Conflicts: spandsp
Provides: spandsp
Submitter: azzbcc
Maintainer: azzbcc
Last Packager: azzbcc
Votes: 3
Popularity: 0.023732
First Submitted: 2023-10-24 07:42 (UTC)
Last Updated: 2023-10-24 07:42 (UTC)

Dependencies (1)

Required by (40)

Sources (1)

Latest Comments

quilnux commented on 2021-06-28 13:07 (UTC)

It seems the ./doc folder contains bad code after they moved everything over to the new docbook.org site. For me, I didn't need the documentation so what I did was edit the BUILDPKG file and commented out lines 46-51:

cd "$_pkgname"
make -C doc
install -dm755 "${pkgdir}/usr/share/doc/$_pkgname/html"
cp -r "doc/api/html" "${pkgdir}/usr/share/doc/$_pkgname/html/api"
cp -r "doc/t38_manual" "${pkgdir}/usr/share/doc/$_pkgname/html/t38_manual"

This allowed the spandsp-fs to compile without documentation.

rageltman commented on 2021-02-27 16:00 (UTC)

@azzbc: it might be worthwhile to spin up a minimal Arch chroot and try a makechrootpkg against it to suss out these deps - thats basically what we're doing here with our CI anyway, but in a tighter loop.

rageltman commented on 2021-02-26 04:32 (UTC)

Progress! :) Still failing, this time with:

[2021-02-26T01:21:41.509Z] checking if x86_64-pc-linux-gnu fails on misaligned memory access... no
[2021-02-26T01:21:41.509Z] checking for tiffio.h... no
[2021-02-26T01:21:41.509Z] checking for TIFFOpen in -ltiff... no
[2021-02-26T01:21:41.509Z] configure: error: "Cannot build without libtiff (does your system require a libtiff-devel package?)"
[2021-02-26T01:21:41.509Z] ==> ERROR: A failure occurred in build().
[2021-02-26T01:21:41.509Z]     Aborting...
script returned exit code 255

rageltman commented on 2021-02-24 00:42 (UTC)

Another one - it wants xsltproc:

[2021-02-23T22:41:17.981Z] finished...
[2021-02-23T22:41:17.981Z] cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml
[2021-02-23T22:41:17.981Z] /bin/sh: line 1: xsltproc: command not found
[2021-02-23T22:41:17.981Z] make: *** [Makefile:489: t38_manual/index.html] Error 127
[2021-02-23T22:41:17.981Z] make: Leaving directory '/build/spandsp-fs/src/spandsp/doc'
[2021-02-23T22:41:17.981Z] ==> ERROR: A failure occurred in package_spandsp-docs().
[2021-02-23T22:41:17.982Z]     Aborting...
script returned exit code 255

azzbcc commented on 2021-01-29 06:06 (UTC)

@rageltman updated. Thank you.

rageltman commented on 2021-01-27 01:48 (UTC)

Seems to be missing netpbm dependency:

[2021-01-27T01:26:15.503Z] checking for pbmtog3... no
[2021-01-27T01:26:15.503Z] configure: error: "Cannot make tests without pbmtog3 installed (does your system require a netpbm-progs package?)"
[2021-01-27T01:26:15.503Z] ==> ERROR: A failure occurred in build().
[2021-01-27T01:26:15.503Z]     Aborting...
script returned exit code 255