Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/freeswitch: fix empty voicemail password | Natanael Copa | 2015-09-07 | 2 | -4/+36 |
| | | | | | Upstream issue: https://freeswitch.org/jira/browse/FS-8131 | ||||
* | main/freeswitch: fix reset of voicemail greeting | Natanael Copa | 2015-09-07 | 2 | -4/+56 |
| | | | | | Upstream bug and pull request: https://freeswitch.org/jira/browse/FS-1772 | ||||
* | main/freeswitch: use patch from upstream for pthread priority fix | Natanael Copa | 2015-08-20 | 4 | -47/+92 |
| | | | | and increase timeout on stop | ||||
* | main/freeswitch: fix threading priority inheirtance | Natanael Copa | 2015-08-19 | 2 | -6/+6 |
| | | | | | The previously posted patch has a bug that makes it not set the inherited priority properly. | ||||
* | main/freeswitch: upgrade to 1.4.20 | Natanael Copa | 2015-08-17 | 1 | -5/+5 |
| | |||||
* | main/freeswitch: set threading priority before thread is created | Natanael Copa | 2015-08-17 | 2 | -7/+49 |
| | | | | | This should fix segfault that happens when pthread_setschedparam is called ona thread that already exited. | ||||
* | main/freeswitch: enable -dbg | Natanael Copa | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | main/freeswitch: upgrade to 1.4.19 | Natanael Copa | 2015-06-25 | 2 | -49/+5 |
| | |||||
* | main/freeswitch: Specify pidfile. | Mika Havela | 2015-06-03 | 2 | -4/+5 |
| | | | | | When running freeswitch in a lxc environment, rc-status will fail when called using the 'lxc-attach' (and maybe also other tools). Specifying the pidfile for 'start-stop-daemon' will resolve this problem. | ||||
* | main/freeswitch: fix default paths to be FHS compliant | Natanael Copa | 2015-05-21 | 2 | -27/+16 |
| | | | | fixes #4065 | ||||
* | main/freeswitch: fix shutdown | Timo Teräs | 2015-05-21 | 2 | -1/+45 |
| | | | | | | fix incorrect usage of pthread_detach/pthread_join. fixes #3496 | ||||
* | main/freeswitch: enable -dbg subpackage | Natanael Copa | 2015-05-21 | 1 | -2/+2 |
| | | | | to help debug #3496 | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/*: remove libiconv-dev from makedepends | Natanael Copa | 2015-04-09 | 1 | -1/+0 |
| | |||||
* | main/freeswitch: force build with system lame | Natanael Copa | 2015-04-01 | 2 | -4/+35 |
| | | | | mod_shout failed to build on 32 bit x86. Make it use system lame instead. | ||||
* | main/freeswitch: upgrade to 1.4.18 | Natanael Copa | 2015-04-01 | 2 | -66/+42 |
| | |||||
* | main/freeswitch: upgrade to 1.4.13 | Natanael Copa | 2014-11-18 | 2 | -25/+14 |
| | |||||
* | main/freeswitch: fix mod_lua | Natanael Copa | 2014-11-18 | 2 | -6/+8 |
| | | | | | fix patch for system lua fixes #3505 | ||||
* | main/freeswitch: remove unused patch for Lua | Natanael Copa | 2014-09-11 | 2 | -27/+0 |
| | | | | | we use system liblua so we dont need patch the lua sources in freeswitch source tree. | ||||
* | main/freeswitch: upgrade to 1.4.7 | Natanael Copa | 2014-09-10 | 3 | -33/+57 |
| | | | | | | | | also rework the system-lua patch so we dont need bootstrap as it takes too much time. Patch has been sent upstream: https://jira.freeswitch.org/browse/FS-353 | ||||
* | main/freeswitch: use system liblua instead of embedded | Natanael Copa | 2014-09-10 | 2 | -5/+43 |
| | |||||
* | main/freeswitch: enable and upgrade to 1.4.6 | Carlo Landmeter | 2014-06-12 | 4 | -57/+65 |
| | |||||
* | main/freeswitch: disable. does not build with musl | Natanael Copa | 2014-05-30 | 2 | -1/+83 |
| | |||||
* | main/freeswitch: save 3rdparty archives with freeswitch prefix | Natanael Copa | 2013-09-04 | 1 | -20/+25 |
| | | | | | | freeswitch appears to patch the 3rdparty and use same name as upstream we need to avoid clash in our download cache with the upstream archives so we prefix the freeswitch variant with "freeswitch" | ||||
* | main/freeswitch: add missing patch | Natanael Copa | 2013-09-04 | 1 | -0/+14 |
| | |||||
* | main/freeswitch: add --host/--build and use /sbin/nologin as shell | Natanael Copa | 2013-09-04 | 2 | -3/+54 |
| | | | | | we need to download and unpack sources for 3rd party libs so we can update config.sub for those. | ||||
* | main/freeswitch: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: build fix | Natanael Copa | 2013-08-13 | 1 | -3/+1 |
| | | | | | | | remove the --build --host options for now we will probably need to manually wget and unpack all the source packages freeswitch needs, before running update_config_sub. | ||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+4 |
| | |||||
* | main/freeswitch: upgrade to 1.4.0 | Natanael Copa | 2013-07-15 | 1 | -5/+6 |
| | |||||
* | main/freeswitch: upgrade to 1.2.10 | Natanael Copa | 2013-05-23 | 1 | -5/+5 |
| | |||||
* | main/freeswitch: set stacksize to 240 | Natanael Copa | 2013-05-23 | 2 | -3/+15 |
| | | | | ref #1929 | ||||
* | main/freeswitch: fix build on eglibc | Carlo Landmeter | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: disable mod_zmq as it does not build with automake-1.13 | Natanael Copa | 2012-12-31 | 2 | -10/+3 |
| | |||||
* | main/freeswitch: disable spidermonkey | Natanael Copa | 2012-12-28 | 2 | -3/+3 |
| | | | | It ships its own version of libnspr which confilcts with the real nspr | ||||
* | main/freeswitch: upgrade to 1.2.5.3 | Carlo Landmeter | 2012-12-10 | 2 | -73/+85 |
| | |||||
* | main/freeswitch: enable rtmp | Natanael Copa | 2012-12-10 | 2 | -2/+3 |
| | | | | fixes #1523 | ||||
* | main/freeswitch: use libjpeg-turbo | Natanael Copa | 2012-12-03 | 1 | -2/+2 |
| | |||||
* | main/freeswitch: rebuild against postgresql-9.2 | Natanael Copa | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: update to 1.2.0 release | Cameron Banta | 2012-08-14 | 3 | -34/+19 |
| | |||||
* | main/freeswitch: fix init.d script | Natanael Copa | 2012-05-20 | 2 | -3/+4 |
| | | | | | | and build fix for portaudio and ccache ref #1172 | ||||
* | main/freeswitch: rebuild against new net-snmp subpackages | Natanael Copa | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: add mod_portaudio | Jeff Bilyk | 2012-04-11 | 2 | -3/+3 |
| | | | | fixes #996 | ||||
* | main/freeswitch: bump pkgrel | Jeff Bilyk | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: add mod_dingaling module | Jeff Bilyk | 2012-04-11 | 2 | -3/+3 |
| | | | | fixes #856 | ||||
* | main/freeswitch: cleanup previous fix | Natanael Copa | 2012-03-18 | 2 | -2/+7 |
| | |||||
* | main/freeswitch: move permissions changes from post-install script to package() | Jeff Bilyk | 2012-03-17 | 2 | -7/+3 |
| | | | | fixes #1053 | ||||
* | main/freeswitch: add snapshot to APKBUILD | Cameron Banta | 2012-03-12 | 1 | -6/+22 |
| | |||||
* | main/freeswitch: update to latest git snapshot | Cameron Banta | 2012-03-10 | 3 | -63/+7 |
| |