diff --git a/gstreamer.be0 b/gstreamer.be0 index cefae7891..321121dbd 100755 --- a/gstreamer.be0 +++ b/gstreamer.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gstreamer-1.12.4-2 +# BEE_VERSION gstreamer-1.16.1-0 SRCURL[0]="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PKGVERSION}.tar.xz" @@ -31,7 +31,7 @@ mee_configure() { CFLAGS=-Wno-deprecated-declarations \ bee_configure \ --prefix=${PREFIX} \ - --with-package-name="GStreamer 1.12.4 BLFS" \ + --with-package-name="GStreamer ${PKGVERSION} BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" }