Changeset 2635
Name changes for sounds...
Committed by:
ctrix
Date:
Apr 21 2007 * 08:15 (about 1 year ago)
Affected files:
callweaver-sounds/trunk/Makefile (unified diff)
| r1674 | r2635 | |
| 14 | 14 | install: inst |
| 15 | 15 | |
| 16 | 16 | inst: |
| 17 | | @echo "Please use \"./install --prefix=VALUE\" to install openpbx-sounds" |
| 17 | @echo "Please use \"./install --prefix=VALUE\" to install callweaver-sounds" |
| 18 | 18 | |
| 19 | 19 | clean: |
| 20 | 20 | for FILE in `find -name *.gsm`; do rm $$FILE; done |
callweaver-sounds/trunk/debian/changelog (unified diff)
| r1674 | r2635 | |
| 1 | | openpbx-sounds (0.0.2) unstable; urgency=low |
| 1 | callweaver-sounds (0.0.2) unstable; urgency=low |
| 2 | 2 | |
| 3 | 3 | * New upstream version. |
| 4 | 4 | |
callweaver-sounds/trunk/debian/control (unified diff)
| r2048 | r2635 | |
| 1 | | Source: openpbx-sounds |
| 1 | Source: callweaver-sounds |
| 2 | 2 | Section: libs |
| 3 | 3 | Priority: optional |
| 4 | 4 | Maintainer: Massimo Cetra <devel@navynet.it> |
| --- | --- | |
| 6 | 6 | Build-Depends: debhelper (>= 4.0.0), sox |
| 7 | 7 | Standards-Version: 3.6.1 |
| 8 | 8 | |
| 9 | | Package: openpbx-sounds |
| 9 | Package: callweaver-sounds |
| 10 | 10 | Architecture: all |
| 11 | 11 | Depends: ${shlibs:Depends} |
| 12 | | Description: Sounds for openpbx |
| 13 | | Sounds for openpbx |
| 12 | Description: Sounds for callweaver |
| 13 | Sounds for callweaver |
| 14 | 14 | . |
| 15 | 15 | |
callweaver-sounds/trunk/debian/rules (unified diff)
| r1674 | r2635 | |
| 31 | 31 | dh_testroot |
| 32 | 32 | dh_clean -k |
| 33 | 33 | chmod u+x ./install |
| 34 | | ./install --prefix=$(CURDIR)/debian/openpbx-sounds/usr/share/openpbx.org |
| 34 | ./install --prefix=$(CURDIR)/debian/callweaver-sounds/usr/share/callweaver.org |
| 35 | 35 | |
| 36 | 36 | binary-indep: build-stamp install |
| 37 | 37 | dh_testdir |
callweaver-sounds/trunk/install (unified diff)
| r1674 | r2635 | |
| 7 | 7 | if [ "x$name" == "xprefix" ] ; then |
| 8 | 8 | PREFIX=$val; |
| 9 | 9 | else |
| 10 | | echo "Please use \"./install --prefix=VALUE\" to install openpbx-sounds" |
| 10 | echo "Please use \"./install --prefix=VALUE\" to install callweaver-sounds" |
| 11 | 11 | exit; |
| 12 | 12 | fi |
| 13 | 13 | |
callweaver-sounds/trunk/tools/convert2 (unified diff)
| r1977 | r2635 | |
| 1 | 1 | #!/bin/bash |
| 2 | 2 | # |
| 3 | | # Recursively convert all .wav files to alaw and gsm for use with OpenPBX |
| 3 | # Recursively convert all .wav files to alaw and gsm for use with Callweaver |
| 4 | 4 | # |
| 5 | 5 | # $Id: wav2pbx.sh 122 2006-02-15 04:34:57Z dswarbrick $ |
| 6 | 6 | |