aboutsummaryrefslogtreecommitdiffstats
path: root/sounds/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-11-29Use the proper version of extra sounds. (issue #8441 reported by jtodd)file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48100 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25Merged revisions 46237 via svnmerge from kpfleming1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46237 | kpfleming | 2006-10-25 12:08:58 -0500 (Wed, 25 Oct 2006) | 2 lines add support for prebuilt G.722 prompts and music on hold files ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46238 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26Merged revisions 43676 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43676 | kpfleming | 2006-09-26 13:34:27 -0500 (Tue, 26 Sep 2006) | 2 lines update to use 1.4.3 core sounds, with corrected beep/beeperr/tt-monkeys files ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43677 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25Merged revisions 43616 via svnmerge from qwell1-7/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43616 | qwell | 2006-09-25 08:23:31 -0700 (Mon, 25 Sep 2006) | 4 lines One more fix for sounds installation - this time for portability. Reported to asterisk-dev mailing list. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43617 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22Merged revisions 43489 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43489 | kpfleming | 2006-09-22 11:42:46 -0500 (Fri, 22 Sep 2006) | 2 lines use rebuilt extra sounds ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Merged revisions 43388 via svnmerge from kpfleming1-46/+43
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43388 | kpfleming | 2006-09-20 17:54:55 -0500 (Wed, 20 Sep 2006) | 2 lines make the sounds Makefile actually work again ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43389 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Merged revisions 43386 via svnmerge from qwell1-20/+54
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43386 | qwell | 2006-09-20 15:27:54 -0700 (Wed, 20 Sep 2006) | 2 lines Go back to the old(ish) way of installing sound files. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43387 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Minor fixes to sounds installation.qwell1-16/+7
Use latest version number for core-sounds. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43365 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20sounds/Makefile updated to handle the extra-sounds tarball; some optimizationsmurf1-27/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43362 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ↵kpfleming1-3/+1
directives git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41209 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-2/+2
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19make installation of French and Spanish sounds work properlykpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37974 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19use new sound file versionkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37973 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30more reasons why solaris sucksrussell1-12/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36440 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-25use new (separate) dependencies file from menuselectkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35895 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22add a couple more targets to .PHONYrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35506 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
- add a copyright header to the build_tools Makefile - remove 'depend' from the 'all' target in agi/ and utils/ since it is handled by the main Makefile already git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35479 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
since they are targets that do not have resulting files and are never listed as prerequisites to real targets. Using .PHONY in this manner improves make performance by never having to check for resulting files. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
is valid in some cases, such as "make clean". git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34738 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07move the common wget arguments to a variable and remove --no-verbose sorussell1-7/+8
users will see download progress git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32935 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07ok, new sounds/moh handling stuff should be done... bring on the bug reports!kpfleming1-3/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32919 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07moh files will now be distributed in native format, not mp3, so...kpfleming1-2/+6
update sounds/Makefile to download/unpack the proper files remove all evidence of mpg123 from the main Makefile change the sample musiconhold.conf file to use native mode instead of mp3 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32917 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07ok, now it knows how to auto-download and installkpfleming1-6/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32916 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07don't force the sounds to download... only when neededkpfleming1-2/+3
fix a few buglets i caused in menuselect remove downloaded sounds on 'dist-clean' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install ↵kpfleming1-0/+53
them yet though git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32886 f38db490-d61c-443f-a65b-d21fe96a405b