mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
added dependencies for ffmpeg and libtheora, fixes speex install step
This commit is contained in:
@@ -4,7 +4,7 @@ SRC_URI="http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
|
||||
CHECKSUM_MD5="c4438b22c08e5811ff10e2b06ee9b9ae"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
DEPEND="pkgconfig >= 0.25"
|
||||
BUILD {
|
||||
cd speex-1.2rc1
|
||||
libtoolize --copy --force --install
|
||||
@@ -16,6 +16,7 @@ BUILD {
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd speex-1.2rc1
|
||||
make install
|
||||
}
|
||||
LICENSE="Speex"
|
||||
|
||||
Reference in New Issue
Block a user