Skip to content

Commit

Permalink
gst-plugins-base: update from 1.5.2 to 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Apr 23, 2018
1 parent 196ada5 commit f6a463c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 53 deletions.
35 changes: 0 additions & 35 deletions gst-plugins-base-0.10.32-0.bee

This file was deleted.

26 changes: 8 additions & 18 deletions gst-plugins-base-1.5.2-1.bee → gst-plugins-base.be0
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/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.)

###############################################################################
## 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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f6a463c

Please sign in to comment.