Skip to content

Commit

Permalink
Merge pull request #819 from mariux64/update-gst-plugins
Browse files Browse the repository at this point in the history
Update gst plugins
  • Loading branch information
pmenzel authored Jun 13, 2018
2 parents 37ee9ae + f3ebcc9 commit 467c4bb
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 127 deletions.
96 changes: 0 additions & 96 deletions gst-plugins-base-1.5.2-1.bee

This file was deleted.

38 changes: 38 additions & 0 deletions gst-plugins-base.be0
Original file line number Diff line number Diff line change
@@ -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}"'
31 changes: 0 additions & 31 deletions gst-plugins-good-0.10.28-0.bee

This file was deleted.

37 changes: 37 additions & 0 deletions gst-plugins-good.be0
Original file line number Diff line number Diff line change
@@ -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}"'

0 comments on commit 467c4bb

Please sign in to comment.