summaryrefslogtreecommitdiff
path: root/speexdsp
diff options
context:
space:
mode:
authorAlan Mizrahi <lameventanas@gmail.com>2020-01-12 12:38:05 +0900
committerAlan Mizrahi <lameventanas@gmail.com>2020-01-12 12:38:05 +0900
commit369c4169ef3f27ed80fa312f11fa8d5658a4a09b (patch)
treead0d17c23446662e5c28702fd17455c08603f26a /speexdsp
parente3fbf969a352b2c5405fd421b00bcbb4c76fc7fa (diff)
downloadopt-369c4169ef3f27ed80fa312f11fa8d5658a4a09b.tar.gz
opt-369c4169ef3f27ed80fa312f11fa8d5658a4a09b.tar.xz
speexdsp: 1.2rc3 -> 1.2.0
Diffstat (limited to 'speexdsp')
-rw-r--r--speexdsp/.footprint7
-rw-r--r--speexdsp/.signature8
-rw-r--r--speexdsp/Pkgfile8
3 files changed, 11 insertions, 12 deletions
diff --git a/speexdsp/.footprint b/speexdsp/.footprint
index 372c07a0c..bf2770a42 100644
--- a/speexdsp/.footprint
+++ b/speexdsp/.footprint
@@ -10,9 +10,8 @@ drwxr-xr-x root/root usr/include/speex/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libspeexdsp.a
-rwxr-xr-x root/root usr/lib/libspeexdsp.la
-lrwxrwxrwx root/root usr/lib/libspeexdsp.so -> libspeexdsp.so.1.5.0
-lrwxrwxrwx root/root usr/lib/libspeexdsp.so.1 -> libspeexdsp.so.1.5.0
--rwxr-xr-x root/root usr/lib/libspeexdsp.so.1.5.0
+lrwxrwxrwx root/root usr/lib/libspeexdsp.so -> libspeexdsp.so.1.5.1
+lrwxrwxrwx root/root usr/lib/libspeexdsp.so.1 -> libspeexdsp.so.1.5.1
+-rwxr-xr-x root/root usr/lib/libspeexdsp.so.1.5.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/speexdsp.pc
-drwxr-xr-x root/root usr/share/
diff --git a/speexdsp/.signature b/speexdsp/.signature
index 3f8451157..ff0461412 100644
--- a/speexdsp/.signature
+++ b/speexdsp/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/WjdobmhR01FFFh4ktFuc8Kba+Xo3QPajrpFtxVFefmqe65ojPrWuhQvwa/d1BhVvjDAqcZnU4Zoddop9ZQSFAY=
-SHA256 (Pkgfile) = 8c276a31820d897f28d799a1fb3569162560ebd6b2c9eca218d68714b2722c01
-SHA256 (.footprint) = 83dafb2214852de91289cd68d5792a599da4c10871f7c3f5684619b801ff2ba0
-SHA256 (speexdsp-1.2rc3.tar.gz) = 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
+RWSE3ohX2g5d/Xqvw0bawyex/7WVR8mY7Abq8lRxPBsd2thTDdZPgK58dpjkGL6OkVv/1rPUwq7qYl8IgQ98vKu4KWr9cnt1nQU=
+SHA256 (Pkgfile) = 7e757799fdf10257193fceccfbd8a72bdd2a990ee1545437cef9a04924428d95
+SHA256 (.footprint) = 3b6b181dd9caeab3b4d6f7ab60f84cf872b18f470539a87406d469c16871e36b
+SHA256 (speexdsp-1.2.0.tar.gz) = 682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771
diff --git a/speexdsp/Pkgfile b/speexdsp/Pkgfile
index e00d1a5b6..7d3160c12 100644
--- a/speexdsp/Pkgfile
+++ b/speexdsp/Pkgfile
@@ -4,18 +4,18 @@
# Depends on:
name=speexdsp
-version=1.2rc3
+version=1.2.0
release=1
source=(http://downloads.us.xiph.org/releases/speex/$name-$version.tar.gz)
-build() {
+build(){
cd $name-$version
./configure \
--prefix=/usr
+ sed -i -e '/^SUBDIRS *=/s|\bdoc\b||' Makefile
+
make
make DESTDIR=$PKG install
-
- rm -rf $PKG/usr/share/doc
}

Generated by cgit