Skip to content

Commit

Permalink
Merge pull request #1395 from mariux64/gstreamer-update-1.12.4-1.16.1
Browse files Browse the repository at this point in the history
GStreamer: update from 1.12.4 to 1.16.1
  • Loading branch information
pmenzel authored Oct 16, 2019
2 parents 3a91c88 + babc688 commit cfbcd40
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 9 deletions.
36 changes: 36 additions & 0 deletions gst-plugins-bad.be0
Original file line number Diff line number Diff line change
@@ -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}"'
6 changes: 2 additions & 4 deletions gst-plugins-base.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand All @@ -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() {
Expand Down
5 changes: 2 additions & 3 deletions gst-plugins-good.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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
4 changes: 2 additions & 2 deletions gstreamer.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -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/"
}

Expand Down

0 comments on commit cfbcd40

Please sign in to comment.