aboutsummaryrefslogtreecommitdiffstats
path: root/sounds/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0@212958 ↵v1.4.0kpfleming1-1/+1
f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11new sounds package with 100% more silencemogorman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48399 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-03When "fetch" is in use, instead of "wget", --continue is not a valid option.russell1-0/+3
(issue #8451) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48223 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01FreeBSD 6.1 does not include wget by default. However, it has fetch which willrussell1-22/+38
work just fine for our purposes of downloading the sounds packages. So, check for both wget and fetch and the configure script and use what was found to download them. If neither one was found, and sound packages are selected that must be downloaded, the install process will print out an informative error message indicating the situation. Also, fix a couple places where "make" was hard coded into some output messages by replacing them with the $(MAKE) variable. (issue #8451, initial patch by pabelanger, with additional modifications by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48190 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25use 1.4.3 extra sounds with corrected silence fileskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46248 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-25add support for prebuilt G.722 prompts and music on hold fileskpfleming1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46237 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-26update to use 1.4.3 core sounds, with corrected beep/beeperr/tt-monkeys fileskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43676 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-25One more fix for sounds installation - this time for portability.qwell1-7/+8
Reported to asterisk-dev mailing list. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43616 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-22use rebuilt extra soundskpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43489 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20make the sounds Makefile actually work againkpfleming1-46/+43
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43388 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Go back to the old(ish) way of installing sound files.qwell1-20/+54
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43386 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