From 609d482a2e1119285c7dc3bc5a6297a3b522dfd4 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 16 Oct 2019 12:13:58 +0200 Subject: [PATCH 1/4] gstreamer: Update from 1.12.4 to 1.16.1 needed for lo impress to play sound --- gstreamer.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/" } From 9120a4f6f0d6450f57a0f2bc24068253af2e3a7e Mon Sep 17 00:00:00 2001 From: david Date: Wed, 16 Oct 2019 12:15:29 +0200 Subject: [PATCH 2/4] gst-plugins-base: Update from 1.12.4 to 1.16.1 update notes: bee remove gst-plugins-base-1.12.4-0.x86_64 bee install -f gst-plugins-base-1.16.1-0.x86_64 --- gst-plugins-base.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-plugins-base.be0 b/gst-plugins-base.be0 index f56febfb8..1f3da4831 100755 --- a/gst-plugins-base.be0 +++ b/gst-plugins-base.be0 @@ -1,10 +1,10 @@ #!/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") +#PATCHURL+=("/src/mariux/beeroot/downloads/gstreamer_makefile.patch") # EXCLUDE+=() From 0fb9d1c531b53416fdee89edade6fc25b7df7022 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 16 Oct 2019 12:17:36 +0200 Subject: [PATCH 3/4] gst-plugins-good: Update from 1.12.4 to 1.16.1 --- gst-plugins-good.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-plugins-good.be0 b/gst-plugins-good.be0 index 9dac03b3f..1d7be3ae4 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" From babc6888e282b166fff408ea0a1d1bf66cf5f835 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 16 Oct 2019 12:22:23 +0200 Subject: [PATCH 4/4] gst-plugins-bad: Add version 1.16.1 needed for mpg support --- gst-plugins-bad.be0 | 36 ++++++++++++++++++++++++++++++++++++ gst-plugins-base.be0 | 4 +--- gst-plugins-good.be0 | 3 +-- 3 files changed, 38 insertions(+), 5 deletions(-) create mode 100755 gst-plugins-bad.be0 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() {