Skip to content

Commit

Permalink
gst-plugins-good: Update from version 0.10.28 to 1.12.4
Browse files Browse the repository at this point in the history
update so that gstreamer and the plugins are on the same version
  • Loading branch information
david committed Jun 13, 2018
1 parent 723fb51 commit f3ebcc9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions gst-plugins-good.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION gst-plugins-good-0.10.28-0
# BEE_VERSION gst-plugins-good-1.12.4-1

SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.bz2"
SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz"

# PATCHURL+=()

Expand All @@ -21,9 +21,11 @@ SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-goo
# bee_patch "${@}"
#}

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

#mee_build() {
# bee_build
Expand Down

0 comments on commit f3ebcc9

Please sign in to comment.