mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
gst_libav: bump version.
This commit is contained in:
@@ -4,10 +4,11 @@ LibAV library code. It contains most popular decoders as well as very fast color
|
||||
conversion elements."
|
||||
HOMEPAGE="https://gstreamer.freedesktop.org/"
|
||||
COPYRIGHT="Erik Walthinsen"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="3"
|
||||
LICENSE="GNU LGPL v2
|
||||
GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="5bb735b9bb218b652ae4071ea6f6be8eaae55e9d3233aec2f36b882a27542db3"
|
||||
CHECKSUM_SHA256="015ef8cab6f7fb87c8fb42642486423eff3b6e6a6bccdcd6a189f436a3619650"
|
||||
SOURCE_DIR="gst-libav-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -33,6 +34,7 @@ REQUIRES="
|
||||
SUPPLEMENTS="
|
||||
gstreamer$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
@@ -56,7 +58,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:grep
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:orcc$secondaryArchSuffix
|
||||
@@ -68,7 +69,8 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
cd $sourceDir
|
||||
./configure --enable-orc --enable-gpl --with-libav-extra-configure="--disable-mmx --disable-asm"
|
||||
./configure --enable-orc --enable-gpl \
|
||||
--with-libav-extra-configure="--disable-mmx --disable-asm"
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user