diff --git a/media-libs/gst_libav/gst_libav-1.12.2.recipe b/media-libs/gst_libav/gst_libav-1.12.3.recipe similarity index 89% rename from media-libs/gst_libav/gst_libav-1.12.2.recipe rename to media-libs/gst_libav/gst_libav-1.12.3.recipe index f8e4ade1a..e6966ad91 100644 --- a/media-libs/gst_libav/gst_libav-1.12.2.recipe +++ b/media-libs/gst_libav/gst_libav-1.12.3.recipe @@ -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 }