added dependencies for ffmpeg and libtheora, fixes speex install step

This commit is contained in:
korli
2012-03-09 19:00:11 +00:00
parent d1d3c31146
commit cf7334d36c
3 changed files with 9 additions and 4 deletions

View File

@@ -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"