CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
speex: removed not needed overlayƃ
authorVictor Martinez <pitillo@ono.com>
Thu, 26 Jul 2018 00:02:26 +0000 (02:02 +0200)
committerVictor Martinez <pitillo@ono.com>
Thu, 26 Jul 2018 00:02:26 +0000 (02:02 +0200)
speex/.footprint [deleted file]
speex/.md5sum [deleted file]
speex/Pkgfile [deleted file]

diff --git a/speex/.footprint b/speex/.footprint
deleted file mode 100644 (file)
index 05e4d8c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-drwxr-xr-x     root/root       usr/
-drwxr-xr-x     root/root       usr/include/
-drwxr-xr-x     root/root       usr/include/speex/
--rw-r--r--     root/root       usr/include/speex/speex.h
--rw-r--r--     root/root       usr/include/speex/speex_bits.h
--rw-r--r--     root/root       usr/include/speex/speex_callbacks.h
--rw-r--r--     root/root       usr/include/speex/speex_config_types.h
--rw-r--r--     root/root       usr/include/speex/speex_header.h
--rw-r--r--     root/root       usr/include/speex/speex_stereo.h
--rw-r--r--     root/root       usr/include/speex/speex_types.h
-drwxr-xr-x     root/root       usr/lib/
--rw-r--r--     root/root       usr/lib/libspeex.a
--rwxr-xr-x     root/root       usr/lib/libspeex.la
-lrwxrwxrwx     root/root       usr/lib/libspeex.so -> libspeex.so.1.5.1
-lrwxrwxrwx     root/root       usr/lib/libspeex.so.1 -> libspeex.so.1.5.1
--rwxr-xr-x     root/root       usr/lib/libspeex.so.1.5.1
-drwxr-xr-x     root/root       usr/lib/pkgconfig/
--rw-r--r--     root/root       usr/lib/pkgconfig/speex.pc
-drwxr-xr-x     root/root       usr/share/
-drwxr-xr-x     root/root       usr/share/aclocal/
--rw-r--r--     root/root       usr/share/aclocal/speex.m4
diff --git a/speex/.md5sum b/speex/.md5sum
deleted file mode 100644 (file)
index 529360d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-8ab7bb2589110dfaf0ed7fa7757dc49c  speex-1.2.0.tar.gz
diff --git a/speex/Pkgfile b/speex/Pkgfile
deleted file mode 100644 (file)
index 215a5c4..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: A free codec library for speech.
-# URL: http://www.speex.org/
-# Maintainer: Danny Rawlins, crux at romster dot me
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Packager: Younes Hafri ycrux at club-internet dot fr
-# Depends on: libogg
-
-name=speex
-version=1.2.0
-release=1
-source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
-
-build() {
-  cd $name-$version
-
-  ./configure --prefix=/usr \
-              --enable-epic-48k \
-              --enable-binaries \
-              --build=aarch64-unknown-linux-gnueabi
-
-  sed -i -e "/^SUBDIRS = /s/doc //" Makefile
-  make
-  make prefix=$PKG/usr install
-}