Skip to content

Commit

Permalink
Merge pull request #943 from mariux64/update-vlc-from-3.0.0-to-3.0.4
Browse files Browse the repository at this point in the history
vlc: Update from 3.0.0 to 3.0.4
  • Loading branch information
pmenzel authored Oct 23, 2018
2 parents 64fbca9 + bb764ec commit 9eb96e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions vlc.be0
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION vlc-3.0.0-0
# BEE_VERSION vlc-3.0.4-0

SRCURL[0]="https://download.videolan.org/pub/videolan/vlc/${PKGVERSION}/vlc-${PKGVERSION}.tar.xz"

# http://git.videolan.org/?p=vlc.git;a=commitdiff;h=8311cdc09fa06a192cc5ca34368d2116e57bb936
PATCHURL+=(/src/mariux/patches/vlc.git-8311cdc09fa06a192cc5ca34368d2116e57bb936.patch)

# EXCLUDE+=()

# build_in_sourcedir
Expand All @@ -20,7 +17,7 @@ PATCHURL+=(/src/mariux/patches/vlc.git-8311cdc09fa06a192cc5ca34368d2116e57bb936.

mee_patch() {
bee_patch "${@}"
start_cmd sed -i '/luaL_checkint(/s/checkint/checkinteger/' modules/lua/{demux,libs/*}.c
start_cmd sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h
}

mee_configure() {
Expand Down

0 comments on commit 9eb96e1

Please sign in to comment.