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 f56febfb8..24fbd7be7 100755 --- a/gst-plugins-base.be0 +++ b/gst-plugins-base.be0 @@ -1,10 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION gst-plugins-base-1.12.4-0 +# BEE_VERSION gst-plugins-base-1.16.1-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+=() @@ -24,8 +23,7 @@ PATCHURL+=("/src/mariux/beeroot/downloads/gstreamer_makefile.patch") 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 9dac03b3f..4699e6ec3 100755 --- a/gst-plugins-good.be0 +++ b/gst-plugins-good.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gst-plugins-good-1.12.4-1 +# BEE_VERSION gst-plugins-good-1.16.1-0 SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz" @@ -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() { diff --git a/gstreamer.be0 b/gstreamer.be0 index cefae7891..321121dbd 100755 --- a/gstreamer.be0 +++ b/gstreamer.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gstreamer-1.12.4-2 +# BEE_VERSION gstreamer-1.16.1-0 SRCURL[0]="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PKGVERSION}.tar.xz" @@ -31,7 +31,7 @@ mee_configure() { CFLAGS=-Wno-deprecated-declarations \ bee_configure \ --prefix=${PREFIX} \ - --with-package-name="GStreamer 1.12.4 BLFS" \ + --with-package-name="GStreamer ${PKGVERSION} BLFS" \ --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" }