diff --git a/media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.2.recipe b/media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.3.recipe similarity index 92% rename from media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.2.recipe rename to media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.3.recipe index 5d962f89c..d69bd9212 100644 --- a/media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.2.recipe +++ b/media-libs/gst_plugins_ugly/gst_plugins_ugly-1.12.3.recipe @@ -6,9 +6,9 @@ code might be widely known to present patent problems." HOMEPAGE="https://gstreamer.freedesktop.org/" COPYRIGHT="Erik Walthinsen" LICENSE="GNU LGPL v2" -REVISION="3" +REVISION="1" SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$portVersion.tar.xz" -CHECKSUM_SHA256="1cc3942bbf3ea87da3e35437d4e014e991b103db22a6174f62a98c89c3f5f466" +CHECKSUM_SHA256="e88ca584c94ea78eeecbf3af00ef7f134b66bdee7408aa4aa6c547235e060052" SOURCE_DIR="gst-plugins-ugly-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -41,6 +41,7 @@ REQUIRES=" SUPPLEMENTS=" gstreamer$secondaryArchSuffix " + BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:liba52$secondaryArchSuffix @@ -70,7 +71,6 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:grep cmd:ld$secondaryArchSuffix - cmd:libtool cmd:libtoolize$secondaryArchSuffix cmd:make cmd:orcc$secondaryArchSuffix @@ -81,8 +81,8 @@ BUILD_PREREQUIRES=" BUILD() { - cd $sourceDir - runConfigure ./configure --disable-debug --disable-examples --disable-nls --enable-orc + runConfigure ./configure --disable-debug --disable-examples \ + --disable-nls --enable-orc make $jobArgs }