Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gst-plugins-good: fix SRCURL
- fixed SRCURL
  • Loading branch information
wwwutz committed Feb 28, 2020
1 parent fb0dbe6 commit 6c32fdd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions gst-plugins-good.be0
@@ -1,18 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION gst-plugins-good-1.16.1-0
# BEE_VERSION gst-plugins-good-1.16.1-1

SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz"
#SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/515987ee763256840a11bd8ea098f2bf/gst-plugins-good-1.16.1.tar.xz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -33,4 +31,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 6c32fdd

Please sign in to comment.