mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 09:08:53 +02:00
ffmpeg: enable libopus
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE="https://ffmpeg.org/"
|
|||||||
COPYRIGHT="2000-2003 Fabrice Bellard
|
COPYRIGHT="2000-2003 Fabrice Bellard
|
||||||
2003-2019 the FFmpeg developers"
|
2003-2019 the FFmpeg developers"
|
||||||
LICENSE="GNU LGPL v3"
|
LICENSE="GNU LGPL v3"
|
||||||
REVISION="6"
|
REVISION="7"
|
||||||
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz"
|
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c"
|
CHECKSUM_SHA256="cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c"
|
||||||
PATCHES="ffmpeg-$portVersion.patchset"
|
PATCHES="ffmpeg-$portVersion.patchset"
|
||||||
@@ -51,6 +51,7 @@ REQUIRES="
|
|||||||
lib:libbz2$secondaryArchSuffix
|
lib:libbz2$secondaryArchSuffix
|
||||||
lib:libmp3lame$secondaryArchSuffix
|
lib:libmp3lame$secondaryArchSuffix
|
||||||
lib:libogg$secondaryArchSuffix
|
lib:libogg$secondaryArchSuffix
|
||||||
|
lib:libopus$secondaryArchSuffix
|
||||||
lib:libspeex$secondaryArchSuffix
|
lib:libspeex$secondaryArchSuffix
|
||||||
lib:libssl$secondaryArchSuffix
|
lib:libssl$secondaryArchSuffix
|
||||||
lib:libtheoradec$secondaryArchSuffix
|
lib:libtheoradec$secondaryArchSuffix
|
||||||
@@ -144,6 +145,7 @@ BUILD_REQUIRES="
|
|||||||
devel:libbz2$secondaryArchSuffix
|
devel:libbz2$secondaryArchSuffix
|
||||||
devel:libmp3lame$secondaryArchSuffix
|
devel:libmp3lame$secondaryArchSuffix
|
||||||
devel:libogg$secondaryArchSuffix
|
devel:libogg$secondaryArchSuffix
|
||||||
|
devel:libopus$secondaryArchSuffix
|
||||||
devel:libsdl2$secondaryArchSuffix
|
devel:libsdl2$secondaryArchSuffix
|
||||||
devel:libspeex$secondaryArchSuffix
|
devel:libspeex$secondaryArchSuffix
|
||||||
devel:libssl$secondaryArchSuffix
|
devel:libssl$secondaryArchSuffix
|
||||||
@@ -248,6 +250,7 @@ BUILD()
|
|||||||
--enable-libspeex \
|
--enable-libspeex \
|
||||||
--enable-libtheora \
|
--enable-libtheora \
|
||||||
--enable-libmp3lame \
|
--enable-libmp3lame \
|
||||||
|
--enable-libopus \
|
||||||
$extraArgs
|
$extraArgs
|
||||||
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
|
|||||||
Reference in New Issue
Block a user