From f6a463cb30378d7c7b9d13d4bd962f32916518ca Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 18 Apr 2018 10:41:10 +0200 Subject: [PATCH] gst-plugins-base: update from 1.5.2 to 1.12.4 --- gst-plugins-base-0.10.32-0.bee | 35 ------------------- ...s-base-1.5.2-1.bee => gst-plugins-base.be0 | 26 +++++--------- 2 files changed, 8 insertions(+), 53 deletions(-) delete mode 100755 gst-plugins-base-0.10.32-0.bee rename gst-plugins-base-1.5.2-1.bee => gst-plugins-base.be0 (70%) diff --git a/gst-plugins-base-0.10.32-0.bee b/gst-plugins-base-0.10.32-0.bee deleted file mode 100755 index 70922ad40..000000000 --- a/gst-plugins-base-0.10.32-0.bee +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PV}.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - - - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch - - sed -ie 's/^ /\t/' \ - ${S}/docs/{libs,plugins}/Makefile.in - - -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/gst-plugins-base-1.5.2-1.bee b/gst-plugins-base.be0 similarity index 70% rename from gst-plugins-base-1.5.2-1.bee rename to gst-plugins-base.be0 index 0acc4f3fe..4e7f43b78 100755 --- a/gst-plugins-base-1.5.2-1.bee +++ b/gst-plugins-base.be0 @@ -1,5 +1,6 @@ #!/usr/bin/env beesh +# BEE_VERSION gst-plugins-base-1.12.4-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,8 +8,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PKGVERSION}.tar.xz" - +SRCURL[0]="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. @@ -51,22 +51,12 @@ SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-bas # bee_patch "${@}" #} -##mee_configure() { -## -## # application wants qt5 and configure will add -I"/usr/local/include/QtGui -I/usr/local/include/QtCore -I/usr/local/include/QtWidgets" -## # however, we have -## # /usr/local/include/QtGui/qapplication.h from qt4 -## # /usr/local/include/QtWidgets/qapplication.h from qt5 -## # qt4 had QApplication::setQuitOnLastWindowClosed(bool) as a class method, -## # qt5 has QApplication::setQuitOnLastWindowClosed(bool) innerited from QGuiApplication::setQuitOnLastWindowClosed(bool) -## # so with the order by configure we have /usr/local/include/QtWidgets/qapplication.h masked by obsolete /usr/local/include/QtGui/qapplication.h -## # and will undefined symbol get QApplication::setQuitOnLastWindowClosed(bool) at link time -## # so make sure, we see /usr/local/include/QtWidgets first. -## -## export CPPFLAGS='-I/usr/local/include/QtWidgets' -## -## bee_configure -##} +mee_configure() { + ../source/configure \ + --prefix=${PREFIX} \ + --with-package-name="GStreamer Base Plugins 1.12.4 BLFS" \ + --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" +} #mee_build() { # bee_build