Skip to content

Commit

Permalink
Merge pull request #728 from mariux64/update-gstreamer
Browse files Browse the repository at this point in the history
Update GStreamer from 1.5.2 to 1.12.4
  • Loading branch information
pmenzel authored Apr 27, 2018
2 parents e16067e + 3dac19a commit 4127087
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 76 deletions.
35 changes: 0 additions & 35 deletions gst-plugins-base-0.10.32-0.bee

This file was deleted.

36 changes: 0 additions & 36 deletions gstreamer-0.10.32-0.bee

This file was deleted.

13 changes: 8 additions & 5 deletions gstreamer-1.5.2-0.bee → gstreamer.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env beesh

# BEE_VERSION gstreamer-1.12.4-1
## 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/gstreamer/gstreamer-${PKGVERSION}.tar.xz"
SRCURL[0]="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -51,9 +51,12 @@ SRCURL[0]="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PKGVERSION
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--prefix=${PREFIX} \
--with-package-name="GStreamer 1.12.4 BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 4127087

Please sign in to comment.