diff --git a/gst-plugins-bad.be0 b/gst-plugins-bad.be0 new file mode 100755 index 000000000..6f2fd9105 --- /dev/null +++ b/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}"' diff --git a/gst-plugins-base.be0 b/gst-plugins-base.be0 index 1f3da4831..24fbd7be7 100755 --- a/gst-plugins-base.be0 +++ b/gst-plugins-base.be0 @@ -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+=() @@ -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() { diff --git a/gst-plugins-good.be0 b/gst-plugins-good.be0 index 1d7be3ae4..4699e6ec3 100755 --- a/gst-plugins-good.be0 +++ b/gst-plugins-good.be0 @@ -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() {