Commit graph

117 commits

Author SHA1 Message Date
Mazilo
3e6f7f27cc FreeSWITCH: Fixed trac #: 14233.
Fixed error in recursive dependency detected (Trac #: 14233)

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-09-29 08:57:02 -04:00
Mazilo
47b47e5107 FreeSWITCH: Synced to FS latest git HEAD with some fixes and added mod_ssml.
1. Synched to FS git HEAD 6b9382290d9b6cf3ebcd8396c32a305fc0182c6b.
2. Fixed error in recursive dependency detected (Trac #: 14111)
3. Added mod_ssml.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-09-28 11:21:29 -04:00
Mazilo
9218873acd FreeSWITCH: Sync to FS latest git HEAD with some updates on patched files.
1. Synched to FS git HEAD fb238ed99779b28eeb1cc839b033ea2cf9d03212.
2. Update some patched files.
3. Bumped to FS v1.5.6b.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-09-14 09:01:37 -04:00
Mazilo
a625875309 FreeSWITCH: Fix dependency on LZMA issue, add some minor adjustments to
modules depend on PACKAGE_alsa-lib, and sync to FS latest git HEAD

1. Previous commit (c038dad49a) didn't
	seem to fix this issue. Hopefully, this fix that partially
	reverts previous commit will.
2. This commit also includes some minor adjusments to modules depend on
	PACKAGE_alsa-lib.
3. Synched to FS git HEAD dbfde499a42b4f72eaf5578da2ebc741b85dedb3.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-08-22 23:54:53 -04:00
Mazilo
c038dad49a FreeSWITCH: Fix dependency on LZMA issue and sync to FS latest git HEAD
1. The FS libs/tiff package can make use of liblzma if avaialable. This
	fix reverts commit bff1f87ad7. It
	checks the CONFIG_PACKAGE_liblzma variable to determine liblzma
	and will either pass --enable-lzma or --disable-lzma switch to
	configure. For mod-spandsp, +liblzma:liblzma automatically sets
	the liblzma dependency flag.
2. Synched to FS git HEAD d35db852a8bcc4fb10e7a8486046aabd45a7f9b2.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-08-16 15:24:15 -04:00
Mazilo
0ff2620299 FreeSWITCH: Revert previous fix on Big Endian compilation issue and sync to FS latest git HEAD
1. This simply reverted issue reported by Berni through trac
	ticket #13728 (https://dev.openwrt.org/ticket/13728).
	The issue has been fixed upstream by FreeSWITCH
	(http://jira.freeswitch.org/browse/FS-5564)
2. Synched to FS git HEAD 451aece80391bf08bc0e8b25fce2e2cb4f88bc41.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-08-14 10:40:47 -04:00
Mazilo
a631f5805c FreeSWITCH: Fix recursive dependency issue caused by +FS_WITH_LZMA:liblzma and sync to FS latest git HEAD
1. Removed +FS_WITH_LZMA:liblzma from call to BuildPlugin spandsp
	package that causes a recursive dependency issue.
2. Synched to FS git HEAD 3bd139514993ffa9a4723df4136afa089f57b292.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-08-13 10:41:40 -04:00
Mazilo
47584f422d FreeSWITCH: Fix issue with Big Endian compilation and sync to FS latest
git HEAD.

1. The issue was reported by Berni through trac ticket #13728
	(https://dev.openwrt.org/ticket/13728).
2. Updated to FS git HEAD 3ec15cce68852fd4dba7336dd7a7a505d143a111

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-08-12 23:42:43 -04:00
Mazilo
bff1f87ad7 FreeSWITCH: Fix dependency issue with LZMA and sync to FS latest git HEAD
1. Added CONFIG_FS_WITH_LZMA var to pass --enable-lzma or
		--disable-lzma switch to configure for libs/tiff package.
		The switch is determined by the selection of liblzma
		package.
	2. Synch to FS git HEAD 4eee5aee8c94910f65f47ade4e873aa62e7117eb.
	3. Patches refreshed.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-08-09 07:44:02 -04:00
Debian
30c13cc786 FreeSWITCH:
1. Updated to git HEAD 6a5595b049075a58240c327718129cf3870c285c
	2. Tweaked mod-spandsp to include dependency of liblzma.
2013-07-27 08:43:56 -04:00
Debian
04d8a881db FreeSWITCH:
1. Updated to git HEAD 03dcbde8b4a5e2861b848fe6fc0ef04dd915939f
	2. Fixed error messages for missing dependency of liblzma.so.5.
		FS libs/tiff package auto detects liblzma. As such, when
		liblzma is enabled/compiled, libs/tiff will be compiled
		and linked to liblzma. As such, package like spandsp which
		depends on libs/tiff will be flagged by OpenWRT during
		packaging stage for a missing dependency of liblzma.so.5.
2013-07-26 21:32:16 -04:00
Debian
9bbf6dfc5c FreeSWITCH: Updated to git HEAD 1dbcfbfa028b4818f83eb7c5fb624b525a2011b2 2013-07-23 16:31:47 -04:00
Debian
4fa3c0f800 Updated to git HEAD adf5e2f6ecd1e2cd44011379d4db7a647c99b375 and bumped to FS v1.5.5b 2013-07-21 20:48:07 -04:00
Mazilo
986ee83a4e Updated to git HEAD 9ed53db590ae63ed941a9fe48e56435a903d07a0 2013-07-06 08:01:36 -04:00
Mazilo
b7c55afa98 Updated to git HEAD a6f5efaedf201b29a653fe1390be8fde90c4bc4f 2013-06-25 21:04:32 -04:00
Mazilo
ff2b66c0c9 Merge branch 'master' of git.nanl.de:openwrt/telephony 2013-06-21 22:34:30 -04:00
Jiri Slachta
100f27f3bb Directory structure restructuralized.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-06-21 13:55:47 +02:00