speex-librstp.guncellendi
This commit is contained in:
parent
cd82679dd3
commit
b7e1c3046e
|
@ -1,18 +1,19 @@
|
||||||
# Description: Güvenli gerçekzamanlı taşıyıcı protokolü
|
# Description: Güvenli gerçek zamanlı taşıyıcı protokolü
|
||||||
# URL: https://github.com/cisco/libsrtp
|
# URL: https://github.com/cisco/libsrtp
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=libsrtp
|
name=libsrtp
|
||||||
version=2.0.0
|
version=1.5.4
|
||||||
release=1
|
release=1
|
||||||
source=(https://github.com/cisco/$name/archive/v$version.tar.gz)
|
source=(https://github.com/cisco/libsrtp/archive/v$version.tar.gz--$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
./configure --prefix=/usr --enable-openssl
|
./configure --prefix=/usr
|
||||||
make
|
#./configure --prefix=/usr
|
||||||
|
make libsrtp.a shared_library
|
||||||
make DESTDIR="$PKG" install
|
make DESTDIR="$PKG" install
|
||||||
install -Dm0644 LICENSE "${PKG}"/usr/share/licenses/${name}/LICENSE
|
install -Dm0644 LICENSE "${PKG}"/usr/share/licenses/${name}/LICENSE
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Description: Ücretsiz konuşma için ücretsiz bir codec bileşeni
|
# Description: Ücretsiz konuşma için ücretsiz bir codec bileşeni
|
||||||
# URL: http://www.speex.org/
|
# URL: http://www.speex.org/
|
||||||
# Packager: milisarge
|
# Packager: milisarge
|
||||||
# Depends on: libogg
|
# Depends on: libogg speexdsp
|
||||||
|
|
||||||
name=speex
|
name=speex
|
||||||
version=1.2rc2
|
version=1.2.0
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=( http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
|
source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
|
||||||
--disable-static \
|
--enable-binaries # Must be given or configure won't use pkg-config correctly
|
||||||
--docdir=/usr/share/doc/speex-$version
|
make
|
||||||
make
|
make -k check
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue