Skip to content

Commit

Permalink
live: update to 2020.02.24, enable shared
Browse files Browse the repository at this point in the history
- update
- fixed SRCURL
- vlc 3.0.8 requires shared
  • Loading branch information
wwwutz committed Feb 25, 2020
1 parent 0df44d2 commit 0f15d0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions live.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION live-2020.01.28-0
# BEE_VERSION live-2020.02.24-0

# more info: https://foo.bar.com

# http://www.live555.com/liveMedia/public/live.${PKGVERSION}.tar.gz
# versions move on nearly daily base, so nail it:
SRCURL[0]="https://beehive.molgen.mpg.de/e17845049662a7bedf7763a942b50bce/live.2020.01.28.tar.gz"
# SRCURL[0]="http://www.live555.com/liveMedia/public/live.${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/f31ad948385f3cb61e0095bb524db97d/live.2020.02.24.tar.gz"

# PATCHURL+=()

Expand All @@ -23,7 +23,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/e17845049662a7bedf7763a942b50bce/live.2
#}

mee_patch_post() {
./genMakefiles linux-64bit
./genMakefiles linux-with-shared-libraries
}

#mee_configure() {
Expand Down

0 comments on commit 0f15d0e

Please sign in to comment.