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)

r1674r2635
1414 install: inst
1515
1616 inst:
17 @echo "Please use \"./install --prefix=VALUE\" to install openpbx-sounds"
17 @echo "Please use \"./install --prefix=VALUE\" to install callweaver-sounds"
1818
1919 clean:
2020 for FILE in `find -name *.gsm`; do rm $$FILE; done

callweaver-sounds/trunk/debian/changelog (unified diff)

r1674r2635
1 openpbx-sounds (0.0.2) unstable; urgency=low
1 callweaver-sounds (0.0.2) unstable; urgency=low
22
33 * New upstream version.
44

callweaver-sounds/trunk/debian/control (unified diff)

r2048r2635
1 Source: openpbx-sounds
1 Source: callweaver-sounds
22 Section: libs
33 Priority: optional
44 Maintainer: Massimo Cetra <devel@navynet.it>
------
66 Build-Depends: debhelper (>= 4.0.0), sox
77 Standards-Version: 3.6.1
88
9 Package: openpbx-sounds
9 Package: callweaver-sounds
1010 Architecture: all
1111 Depends: ${shlibs:Depends}
12 Description: Sounds for openpbx
13 Sounds for openpbx
12 Description: Sounds for callweaver
13 Sounds for callweaver
1414 .
1515

callweaver-sounds/trunk/debian/rules (unified diff)

r1674r2635
3131 dh_testroot
3232 dh_clean -k
3333 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
3535
3636 binary-indep: build-stamp install
3737 dh_testdir

callweaver-sounds/trunk/install (unified diff)

r1674r2635
77 if [ "x$name" == "xprefix" ] ; then
88 PREFIX=$val;
99 else
10 echo "Please use \"./install --prefix=VALUE\" to install openpbx-sounds"
10 echo "Please use \"./install --prefix=VALUE\" to install callweaver-sounds"
1111 exit;
1212 fi
1313

callweaver-sounds/trunk/tools/convert2 (unified diff)

r1977r2635
11 #!/bin/bash
22 #
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
44 #
55 # $Id: wav2pbx.sh 122 2006-02-15 04:34:57Z dswarbrick $
66