diff --git a/gst-plugins-base-1.5.2-1.bee b/gst-plugins-base-1.5.2-1.bee deleted file mode 100755 index 0acc4f3fe..000000000 --- a/gst-plugins-base-1.5.2-1.bee +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/env beesh - -## 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.) - -############################################################################### -## 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" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# 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_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/gst-plugins-base.be0 b/gst-plugins-base.be0 new file mode 100755 index 000000000..f56febfb8 --- /dev/null +++ b/gst-plugins-base.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION gst-plugins-base-1.12.4-0 + +SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${PKGVERSION}.tar.xz" + +PATCHURL+=("/src/mariux/beeroot/downloads/gstreamer_makefile.patch") + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#BEE_BUILDTYPE=meson + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --with-package-name="GStreamer Base Plugins ${PKGVERSION} BLFS" \ + --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"' diff --git a/gst-plugins-good-0.10.28-0.bee b/gst-plugins-good-0.10.28-0.bee deleted file mode 100755 index a50e2e6b0..000000000 --- a/gst-plugins-good-0.10.28-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.28.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/gst-plugins-good.be0 b/gst-plugins-good.be0 new file mode 100755 index 000000000..9dac03b3f --- /dev/null +++ b/gst-plugins-good.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION gst-plugins-good-1.12.4-1 + +SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# EXCLUDE+=() + +# build_in_sourcedir + +# sourcesubdir_append src + + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + bee_configure \ + --with-package-name="GStreamer Good Plugins ${PKGVERSION} BLFS" \ + --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} +## by default this may be 'make install DESTDIR="${D}"'