From ef05ca401c675fa36f5c2d8d9607ceaadf1ccc61 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 24 Aug 2023 09:33:19 +0200 Subject: [PATCH] gst-plugins-good: rebuild 1.16.1 with new taglib - taglib now static --- gst-plugins-good.be0 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst-plugins-good.be0 b/gst-plugins-good.be0 index 01edcdbc4..c8da68185 100755 --- a/gst-plugins-good.be0 +++ b/gst-plugins-good.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gst-plugins-good-1.16.1-1 +# BEE_VERSION gst-plugins-good-1.16.1-2 #SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz" SRCURL[0]="https://beehive.molgen.mpg.de/515987ee763256840a11bd8ea098f2bf/gst-plugins-good-1.16.1.tar.xz" @@ -21,7 +21,8 @@ SRCURL[0]="https://beehive.molgen.mpg.de/515987ee763256840a11bd8ea098f2bf/gst-pl mee_configure() { bee_configure \ - --with-package-name="GStreamer Good Plugins ${PKGVERSION} MarIuX" + --with-package-name="GStreamer Good Plugins ${PKGVERSION} MarIuX" \ + --disable-nls } #mee_build() {