Skip to content

Commit

Permalink
mplayer: update to 1.4.0
Browse files Browse the repository at this point in the history
- update
- fixed SRCURL
  • Loading branch information
wwwutz committed Jan 31, 2020
1 parent 8baa77e commit 4e88bd4
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions mplayer.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION mplayer-1.3.0-2
# BEE_VERSION mplayer-1.4-0

# dead: SRCURL[0]="https://www.mplayerhq.hu/MPlayer/releases/MPlayer-${PKGVERSION}.tar.xz"
# cd /src/mariux; ./md5repo.sh download/MPlayer-1.3.0.tar.xz
SRCURL[0]="/src/mariux/md5repo/e8a4d77ad4f509e81dd5e13b51636c1d/MPlayer-1.3.0.tar.xz"
# http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.4.tar.gz
# almost dead: SRCURL[0]="https://www.mplayerhq.hu/MPlayer/releases/MPlayer-${PKGVERSION}.tar.xz"

SRCURL[0]="https://beehive.molgen.mpg.de/234cf7048bd2cc7410f4d80ac51752fd/MPlayer-1.4.tar.gz"

# PATCHURL+=()

Expand All @@ -25,7 +26,8 @@ SRCURL[0]="/src/mariux/md5repo/e8a4d77ad4f509e81dd5e13b51636c1d/MPlayer-1.3.0.ta
#}

mee_configure() {
start_cmd ${S}/configure \
CFLAGS='-Wno-deprecated-declarations' \
${S}/configure \
--prefix=${PREFIX} \
--bindir=${BINDIR} \
--libdir=${LIBDIR} \
Expand All @@ -49,8 +51,7 @@ mee_configure() {
--enable-radio \
--enable-radio-capture \
--enable-runtime-cpudetection \
--enable-xvmc \
--disable-libschroedinger-lavc
--enable-xvmc
}

mee_build() {
Expand All @@ -62,7 +63,3 @@ mee_install() {

start_cmd install -m644 etc/codecs.conf ${D}/etc/mplayer
}

mee_install_post() {
rm -vfv ${D}/${MANDIR}/zh_CN/
}

0 comments on commit 4e88bd4

Please sign in to comment.