Lines 8-15
Link Here
|
8 |
HOMEPAGE="http://www.openh323.org" |
8 |
HOMEPAGE="http://www.openh323.org" |
9 |
DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing protocol" |
9 |
DESCRIPTION="Open Source implementation of the ITU H.323 teleconferencing protocol" |
10 |
|
10 |
|
11 |
DEPEND="media-libs/Speex |
11 |
DEPEND=">=dev-libs/pwlib-1.4.0" |
12 |
>=dev-libs/pwlib-1.3.11" |
|
|
13 |
|
12 |
|
14 |
SLOT="0" |
13 |
SLOT="0" |
15 |
LICENSE="MPL-1.1" |
14 |
LICENSE="MPL-1.1" |
Lines 40-45
Link Here
|
40 |
rm -rf ${D}/usr/share/openh323/include/CVS |
39 |
rm -rf ${D}/usr/share/openh323/include/CVS |
41 |
rm -rf ${D}/usr/share/openh323/include/ptlib/unix/CVS |
40 |
rm -rf ${D}/usr/share/openh323/include/ptlib/unix/CVS |
42 |
rm -rf ${D}/usr/share/openh323/include/ptlib/CVS |
41 |
rm -rf ${D}/usr/share/openh323/include/ptlib/CVS |
|
|
42 |
mkdir -p ${D}/src/speex/libspeex |
43 |
cp -a src/speex/libspeex/speex.h ${D}/src/speex/libspeex |
43 |
|
44 |
|
44 |
cd ${D}/usr/lib |
45 |
cd ${D}/usr/lib |
45 |
ln -sf libh323_linux_x86_r.so.${PV} libopenh323.so |
46 |
ln -sf libh323_linux_x86_r.so.${PV} libopenh323.so |