speexdsp: 1.2rc3 -> 1.2.0
This commit is contained in:
parent
e3fbf969a3
commit
369c4169ef
@ -10,9 +10,8 @@ drwxr-xr-x root/root usr/include/speex/
|
|||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
-rw-r--r-- root/root usr/lib/libspeexdsp.a
|
-rw-r--r-- root/root usr/lib/libspeexdsp.a
|
||||||
-rwxr-xr-x root/root usr/lib/libspeexdsp.la
|
-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 -> libspeexdsp.so.1.5.1
|
||||||
lrwxrwxrwx root/root usr/lib/libspeexdsp.so.1 -> libspeexdsp.so.1.5.0
|
lrwxrwxrwx root/root usr/lib/libspeexdsp.so.1 -> libspeexdsp.so.1.5.1
|
||||||
-rwxr-xr-x root/root usr/lib/libspeexdsp.so.1.5.0
|
-rwxr-xr-x root/root usr/lib/libspeexdsp.so.1.5.1
|
||||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
-rw-r--r-- root/root usr/lib/pkgconfig/speexdsp.pc
|
-rw-r--r-- root/root usr/lib/pkgconfig/speexdsp.pc
|
||||||
drwxr-xr-x root/root usr/share/
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/opt.pub
|
untrusted comment: verify with /etc/ports/opt.pub
|
||||||
RWSE3ohX2g5d/WjdobmhR01FFFh4ktFuc8Kba+Xo3QPajrpFtxVFefmqe65ojPrWuhQvwa/d1BhVvjDAqcZnU4Zoddop9ZQSFAY=
|
RWSE3ohX2g5d/Xqvw0bawyex/7WVR8mY7Abq8lRxPBsd2thTDdZPgK58dpjkGL6OkVv/1rPUwq7qYl8IgQ98vKu4KWr9cnt1nQU=
|
||||||
SHA256 (Pkgfile) = 8c276a31820d897f28d799a1fb3569162560ebd6b2c9eca218d68714b2722c01
|
SHA256 (Pkgfile) = 7e757799fdf10257193fceccfbd8a72bdd2a990ee1545437cef9a04924428d95
|
||||||
SHA256 (.footprint) = 83dafb2214852de91289cd68d5792a599da4c10871f7c3f5684619b801ff2ba0
|
SHA256 (.footprint) = 3b6b181dd9caeab3b4d6f7ab60f84cf872b18f470539a87406d469c16871e36b
|
||||||
SHA256 (speexdsp-1.2rc3.tar.gz) = 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
|
SHA256 (speexdsp-1.2.0.tar.gz) = 682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771
|
||||||
|
@ -4,18 +4,18 @@
|
|||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=speexdsp
|
name=speexdsp
|
||||||
version=1.2rc3
|
version=1.2.0
|
||||||
release=1
|
release=1
|
||||||
source=(http://downloads.us.xiph.org/releases/speex/$name-$version.tar.gz)
|
source=(http://downloads.us.xiph.org/releases/speex/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build(){
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr
|
--prefix=/usr
|
||||||
|
|
||||||
|
sed -i -e '/^SUBDIRS *=/s|\bdoc\b||' Makefile
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
rm -rf $PKG/usr/share/doc
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user