Skip to content

Commit

Permalink
gst-plugins-bad: Add version 1.16.1
Browse files Browse the repository at this point in the history
needed for mpg support
  • Loading branch information
david committed Oct 16, 2019
1 parent 0fb9d1c commit ac1731f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions gst-plugins-bad.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION gst-plugins-bad-1.16.1-0

SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${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 Bad 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 ac1731f

Please sign in to comment.