diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-21 13:35:51 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-21 13:35:51 +0000 |
commit | 76eb025c76dfc754aa08cd2063f22938a72caf05 (patch) | |
tree | 887696a4c71eff8bea00e2c09e160d95bfd08e1e /packages/openpbx | |
parent | efdccb14f56b5bba31b19617f114f9004bd635c2 (diff) |
openpbx.org: Update to use sox-native to create the sounds when building
Diffstat (limited to 'packages/openpbx')
-rw-r--r-- | packages/openpbx/openpbx.org-1.2_rc3/.mtn2git_empty (renamed from packages/openpbx/openpbx.org-1.2-rc3/.mtn2git_empty) | 0 | ||||
-rw-r--r-- | packages/openpbx/openpbx.org-1.2_rc3/bootstrap.patch (renamed from packages/openpbx/openpbx.org-1.2-rc3/bootstrap.patch) | 0 | ||||
-rw-r--r-- | packages/openpbx/openpbx.org-1.2_rc3/openssl.m4.patch (renamed from packages/openpbx/openpbx.org-1.2-rc3/openssl.m4.patch) | 0 | ||||
-rw-r--r-- | packages/openpbx/openpbx.org-perl.bb | 24 | ||||
-rw-r--r-- | packages/openpbx/openpbx.org_1.2_rc3.bb | 41 |
5 files changed, 54 insertions, 11 deletions
diff --git a/packages/openpbx/openpbx.org-1.2-rc3/.mtn2git_empty b/packages/openpbx/openpbx.org-1.2_rc3/.mtn2git_empty index e69de29bb2..e69de29bb2 100644 --- a/packages/openpbx/openpbx.org-1.2-rc3/.mtn2git_empty +++ b/packages/openpbx/openpbx.org-1.2_rc3/.mtn2git_empty diff --git a/packages/openpbx/openpbx.org-1.2-rc3/bootstrap.patch b/packages/openpbx/openpbx.org-1.2_rc3/bootstrap.patch index 7f89772efa..7f89772efa 100644 --- a/packages/openpbx/openpbx.org-1.2-rc3/bootstrap.patch +++ b/packages/openpbx/openpbx.org-1.2_rc3/bootstrap.patch diff --git a/packages/openpbx/openpbx.org-1.2-rc3/openssl.m4.patch b/packages/openpbx/openpbx.org-1.2_rc3/openssl.m4.patch index 55d0d33832..55d0d33832 100644 --- a/packages/openpbx/openpbx.org-1.2-rc3/openssl.m4.patch +++ b/packages/openpbx/openpbx.org-1.2_rc3/openssl.m4.patch diff --git a/packages/openpbx/openpbx.org-perl.bb b/packages/openpbx/openpbx.org-perl.bb new file mode 100644 index 0000000000..124dfcfc8b --- /dev/null +++ b/packages/openpbx/openpbx.org-perl.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Openpbx::OGI Perl Gateway Interface Module" +HOMEPAGE = "http://www.openpbx.org" +SECTION = "libs" +LICENSE = "GPL" +DEPENDS = "install-native" +RDEPENDS = "perl openpbx.org-ogi" +PR = "r0" + +OPBXV = "openpbx.org-1.2_rc3" + +SRC_URI = "http://www.openpbx.org/releases/${OPBXV}.tar.gz" + +S = "${WORKDIR}/${OPBXV}/contrib/ogi-perl/openpbx-perl-${PV}" + +inherit cpan + +do_install_append () { + install -d ${D}${datadir}/openpbx.org/ogi/perl + install ${S}/examples/* ${D}${datadir}/openpbx.org/ogi/perl +} + +PACKAGES =+ "${PN}-examples" + +FILES_${PN}-examples = "${datadir}/openpbx.org/ogi/perl" diff --git a/packages/openpbx/openpbx.org_1.2_rc3.bb b/packages/openpbx/openpbx.org_1.2_rc3.bb index 64778d0f7c..76c1f0c7bd 100644 --- a/packages/openpbx/openpbx.org_1.2_rc3.bb +++ b/packages/openpbx/openpbx.org_1.2_rc3.bb @@ -3,14 +3,16 @@ HOMEPAGE = "http://www.openpbx.org" #RDEPENDS = "ssmtp" SECTION = "voip" LICENSE = "GPL" -DEPENDS = "openssl zlib tiff libcap spandsp speex readline js" +DEPENDS = "openssl zlib tiff libcap spandsp speex readline js \ + sox-native findutils-native" DEPENDS_${PN}-ldap = "openldap" RRECOMMENDS = "logrotate" -RRECOMMENDS_${PN}-ogi = "perl perl-module-strict" +RRECOMMENDS_${PN}-ogi = "perl perl-module-strict openpbx.org-perl" PV = "1.2_rc3" -PR = "r0" +PR = "r1" SRC_URI = "http://www.openpbx.org/releases/${P}.tar.gz \ + svn://svn.openpbx.org/openpbx-sounds/trunk/sounds/en_US;module=MelanieTaylor;proto=svn \ file://bootstrap.patch;patch=1 \ file://openssl.m4.patch;patch=1 \ file://logrotate \ @@ -45,17 +47,34 @@ do_install_append() { install -c -D -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/openpbx install -c -D -m 644 ${WORKDIR}/logrotate ${D}${sysconfdir}/logrotate.d/openpbx install -c -D -m 644 ${WORKDIR}/volatiles ${D}${sysconfdir}/default/volatiles/openpbx + # And now for sounds... + for file in `find ${WORKDIR}/MelanieTaylor -name \*.wav`; do + echo $file + sox -V $file -t raw -s -r 8000 -c 1 -w `echo $file|sed -e s/\.wav$/.sln/` resample -ql; + sox -V $file -t raw -U -r 8000 -c 1 -b `echo $file|sed -e s/\.wav$/.ulaw/` resample -ql; + sox -V $file -t raw -A -r 8000 -c 1 -b `echo $file|sed -e s/\.wav$/.alaw/` resample -ql; + sox -V $file -t gsm -r 8000 -c 1 -b `echo $file|sed -e s/\.wav$/.gsm/` resample -ql; + relfile=`echo $file|sed -e s:^${WORKDIR}/MelanieTaylor/::` + relfile2=`echo $relfile|sed -e s:\.wav$::` + install -c -D -m 644 ${WORKDIR}/MelanieTaylor/$relfile2.sln ${D}${datadir}/openpbx.org/sounds/$relfile2.sln + install -c -D -m 644 ${WORKDIR}/MelanieTaylor/$relfile2.ulaw ${D}${datadir}/openpbx.org/sounds/$relfile2.ulaw + install -c -D -m 644 ${WORKDIR}/MelanieTaylor/$relfile2.alaw ${D}${datadir}/openpbx.org/sounds/$relfile2.alaw + install -c -D -m 644 ${WORKDIR}/MelanieTaylor/$relfile2.gsm ${D}${datadir}/openpbx.org/sounds/$relfile2.gsm + done } -PACKAGES =+ "${PN}-fax ${PN}-ogi ${PN}-musiconhold ${PN}-ldap" +PACKAGES = "${PN}-sounds ${PN}-fax ${PN}-ogi ${PN}-ldap ${PN}-doc ${PN}-dev ${PN}" -FILES_${PN}-fax = "${libdir}/openpbx.org/modules/chan_fax.* \ - ${libdir}/openpbx.org/modules/app_rxfax.* \ - ${libdir}/openpbx.org/modules/app_txfax.* \ +FILES_${PN}-sounds = "${datadir}/openpbx.org/sounds/*" +FILES_${PN}-dev = "${libdir}/openpbx.org/modules/*.la \ + ${libdir}/openpbx.org/*.la \ + ${includedir}/openpbx/*" +FILES_${PN}-fax = "${libdir}/openpbx.org/modules/chan_fax.so \ + ${libdir}/openpbx.org/modules/app_rxfax.so \ + ${libdir}/openpbx.org/modules/app_txfax.so \ + ${libdir}/openpbx.org/modules/app_faxdetect.so \ ${sysconfdir}/openpbx.org/chan_fax.conf" -FILES_${PN}-musiconhold = "${libdir}/openpbx.org/modules/res_musiconhold.* \ - ${sysconfdir}/openpbx.org/musiconhold.conf" -FILES_${PN}-ogi = "${libdir}/openpbx.org/modules/res_ogi.* \ +FILES_${PN}-ogi = "${libdir}/openpbx.org/modules/res_ogi.so \ ${datadir}/openpbx.org/ogi/*" FILES_${PN}-ldap = "${libdir}/openpbx.org/modules/app_ldap.*" @@ -67,7 +86,7 @@ pkg_postinst_prepend() { } CONFFILES_${PN}-fax += "${sysconfdir}/openpbx.org/chan_fax.conf" -CONFFILES_${PN}-musiconhold += "${sysconfdir}/openpbx.org/musiconhold.conf" +CONFFILES_${PN} += "${sysconfdir}/openpbx.org/musiconhold.conf" CONFFILES_${PN} += "${sysconfdir}/openpbx.org/adsi.conf" CONFFILES_${PN} += "${sysconfdir}/openpbx.org/adtranvofr.conf" CONFFILES_${PN} += "${sysconfdir}/openpbx.org/agents.conf" |