Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gst-plugins-bad: Add version 1.16.1
needed for mpg support
  • Loading branch information
david committed Oct 16, 2019
1 parent 0fb9d1c commit babc688
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
36 changes: 36 additions & 0 deletions gst-plugins-bad.be0
@@ -0,0 +1,36 @@
#!/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} MarIuX"
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'
4 changes: 1 addition & 3 deletions gst-plugins-base.be0
Expand Up @@ -4,7 +4,6 @@

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+=()

Expand All @@ -24,8 +23,7 @@ SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-bas

mee_configure() {
bee_configure \
--with-package-name="GStreamer Base Plugins ${PKGVERSION} BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
--with-package-name="GStreamer Base Plugins ${PKGVERSION} MarIuX"
}

#mee_build() {
Expand Down
3 changes: 1 addition & 2 deletions gst-plugins-good.be0
Expand Up @@ -23,8 +23,7 @@ SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-goo

mee_configure() {
bee_configure \
--with-package-name="GStreamer Good Plugins ${PKGVERSION} BLFS" \
--with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/"
--with-package-name="GStreamer Good Plugins ${PKGVERSION} MarIuX"
}

#mee_build() {
Expand Down

0 comments on commit babc688

Please sign in to comment.