Skip to content

Commit

Permalink
vlc: rebuild 3.0.8
Browse files Browse the repository at this point in the history
- to remove kde artefacts
- remove nls spam
  • Loading branch information
wwwutz committed Oct 1, 2019
1 parent d38f09c commit bbeb535
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions vlc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION vlc-3.0.8-0
# BEE_VERSION vlc-3.0.8-1

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

Expand All @@ -22,15 +22,17 @@ mee_patch() {

mee_configure() {
BUILDCC=gcc \
bee_configure
bee_configure \
--disable-nls
}

mee_build() {
bee_build
#start_cmd make -j -k test
}

#mee_install() {
# bee_install
#}
mee_install() {
bee_install
rm -vr ${D}/usr/share/kde4
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit bbeb535

Please sign in to comment.