Skip to content

Update GStreamer from 1.5.2 to 1.12.4 #728

Merged
merged 1 commit into from
Apr 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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