Commit graph

11 commits

Author SHA1 Message Date
Sebastian Kemper
55c4bf9f78 spandsp: use $(INSTALL_DATA) for regular files
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 11:01:56 +01:00
Sebastian Kemper
f0b4c4638e spandsp: remove $(FPIC) from TARGET_CFLAGS
spandsp already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the spandsp build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 10:56:15 +01:00
Sebastian Kemper
8be8831d34 telephony: use PKG_HASH instead of PKG_MD5SUM
Use sha256 instead of md5 for download verification.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-10-08 10:31:59 +02:00
Sebastian Kemper
45ed7d4afc telephony: use https:// PKG_SOURCE_URLs where possible
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-10-08 10:11:02 +02:00
John Papandriopoulos
b57051c35d spandsp: disable fixed point implementation
On a Netgear R7000 (ARMv7) without floating point, using SpanDSP with
fixed point to send/receive fax on Asterisk resulted in repeated
failure and intermittent performance.  Disabling fixed point fixed
these issues; the software floating point implementation was fine for
real-time use.

Now on a Netgear R7800 (ARMv7) with hardware floating point, the
autoconf auto-detect will say no floating point is available, and
again enables the poor performing fixed point implementation.  Ouch!
2017-06-07 23:11:03 -07:00
Jiri Slachta
7a4de7c71d multiple packages: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-05-31 20:12:51 +02:00
Jiri Slachta
88aeeaa3a2 Update a few of the PKG_LICENSE tags to be more accurate
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-05 21:54:40 +01:00
Jiri Slachta
a5b4c7d1f9 Add PKG_LICENSE variable to the most of the packages.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-11-04 16:00:37 +01:00
Jiri Slachta
237d371f1f iksemel,libosip2,libsrtp,rem,spandsp: move to Telephony submenu in libs
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-10-28 20:03:29 +01:00
Jiri Slachta
fccc851043 spandsp: put back accidentally missed header files
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-21 22:45:52 +02:00
Jiri Slachta
93faf947ed spandsp: import from oldpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2014-07-18 20:12:49 +02:00