From b7e1c3046e9bd4d0d3bba9e62e06ffd1644466d5 Mon Sep 17 00:00:00 2001 From: milisbir Date: Tue, 25 Jul 2017 02:25:48 +0300 Subject: [PATCH] speex-librstp.guncellendi --- talimatname/genel/libsrtp/talimat | 11 ++++++----- talimatname/genel/speex/talimat | 18 +++++++++--------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/talimatname/genel/libsrtp/talimat b/talimatname/genel/libsrtp/talimat index d33869861..46c84d771 100644 --- a/talimatname/genel/libsrtp/talimat +++ b/talimatname/genel/libsrtp/talimat @@ -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 # Packager: milisarge # Depends on: name=libsrtp -version=2.0.0 +version=1.5.4 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() { cd $name-$version autoreconf -fvi - ./configure --prefix=/usr --enable-openssl - make + ./configure --prefix=/usr + #./configure --prefix=/usr + make libsrtp.a shared_library make DESTDIR="$PKG" install install -Dm0644 LICENSE "${PKG}"/usr/share/licenses/${name}/LICENSE } diff --git a/talimatname/genel/speex/talimat b/talimatname/genel/speex/talimat index 075178045..458067220 100644 --- a/talimatname/genel/speex/talimat +++ b/talimatname/genel/speex/talimat @@ -1,20 +1,20 @@ # Description: Ücretsiz konuşma için ücretsiz bir codec bileşeni # URL: http://www.speex.org/ # Packager: milisarge -# Depends on: libogg +# Depends on: libogg speexdsp name=speex -version=1.2rc2 +version=1.2.0 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() { -cd $name-$version -./configure --prefix=/usr \ ---disable-static \ ---docdir=/usr/share/doc/speex-$version -make -make DESTDIR=$PKG install + cd $name-$version + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \ + --enable-binaries # Must be given or configure won't use pkg-config correctly + make + make -k check + make DESTDIR=$PKG install }