From 29805bc5f7d553ee9678660cfd54296a4eba4220 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sat, 26 Oct 2019 21:29:33 +1000 Subject: [PATCH] gst_plugins_good: bump version --- ...0.recipe => gst_plugins_good-1.16.1.recipe} | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) rename media-libs/gst_plugins_good/{gst_plugins_good-1.16.0.recipe => gst_plugins_good-1.16.1.recipe} (87%) diff --git a/media-libs/gst_plugins_good/gst_plugins_good-1.16.0.recipe b/media-libs/gst_plugins_good/gst_plugins_good-1.16.1.recipe similarity index 87% rename from media-libs/gst_plugins_good/gst_plugins_good-1.16.0.recipe rename to media-libs/gst_plugins_good/gst_plugins_good-1.16.1.recipe index c09c180d6..21862b7c7 100644 --- a/media-libs/gst_plugins_good/gst_plugins_good-1.16.0.recipe +++ b/media-libs/gst_plugins_good/gst_plugins_good-1.16.1.recipe @@ -7,11 +7,11 @@ COPYRIGHT="Erik Walthinsen" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$portVersion.tar.xz" -CHECKSUM_SHA256="654adef33380d604112f702c2927574cfc285e31307b79e584113858838bb0fd" +CHECKSUM_SHA256="9fbabe69018fcec707df0b71150168776040cde6c1a26bb5a82a136755fa8f1f" SOURCE_DIR="gst-plugins-good-$portVersion" sinkVersion=$portVersion SOURCE_URI_2="https://github.com/threedeyes/gsthaikuaudiosink/archive/$sinkVersion.tar.gz" -CHECKSUM_SHA256_2="274e24f3c86ca7edc4ec5b1d40956ebadd49c12dbfe41ad222d7a17e9793f717" +CHECKSUM_SHA256_2="657ff74be63fb5cc152187366aaa29e09f18c2c3f6c2768165cfb17ffb366071" SOURCE_FILENAME_2="gsthaikuaudiosink-$sinkVersion.tar.gz" SOURCE_DIR_2="gsthaikuaudiosink-$sinkVersion" @@ -34,6 +34,7 @@ REQUIRES=" lib:libiconv$secondaryArchSuffix lib:libintl$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix + lib:libmp3lame$secondaryArchSuffix lib:libmpg123$secondaryArchSuffix lib:libogg$secondaryArchSuffix lib:liborc_0.4$secondaryArchSuffix @@ -42,6 +43,7 @@ REQUIRES=" lib:libspeex$secondaryArchSuffix lib:libsqlite3$secondaryArchSuffix lib:libtag$secondaryArchSuffix + lib:libtwolame$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix lib:libvpx$secondaryArchSuffix lib:libxml2$secondaryArchSuffix @@ -64,6 +66,7 @@ BUILD_REQUIRES=" devel:libiconv$secondaryArchSuffix devel:libintl$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix + devel:libmp3lame$secondaryArchSuffix devel:libmpg123$secondaryArchSuffix devel:libogg$secondaryArchSuffix devel:liborc_0.4$secondaryArchSuffix @@ -71,6 +74,7 @@ BUILD_REQUIRES=" devel:libsoup_2.4$secondaryArchSuffix devel:libspeex$secondaryArchSuffix devel:libsqlite3$secondaryArchSuffix + devel:libtwolame$secondaryArchSuffix devel:libtag$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix devel:libvpx$secondaryArchSuffix @@ -91,13 +95,19 @@ BUILD_PREREQUIRES=" cmd:orcc$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix cmd:python + cmd:python3 cmd:which " BUILD() { - runConfigure ./configure --disable-debug --disable-examples --disable-nls \ - --enable-orc --disable-oss --disable-oss4 + runConfigure ./configure \ + --disable-debug \ + --disable-examples \ + --disable-nls \ + --disable-oss \ + --disable-oss4 \ + --enable-orc make $jobArgs cd $sourceDir2