Skip to content

mplayer: update to 1.4.0 #1645

Merged
merged 1 commit into from
Jan 31, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 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-1

# 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,15 +26,15 @@ 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} \
--datadir=${DATAROOTDIR} \
--mandir=${MANDIR} \
--confdir=/etc/mplayer \
--disable-arts \
--disable-ass \
--disable-cdparanoia \
--disable-esd \
--disable-gui \
Expand All @@ -49,8 +50,7 @@ mee_configure() {
--enable-radio \
--enable-radio-capture \
--enable-runtime-cpudetection \
--enable-xvmc \
--disable-libschroedinger-lavc
--enable-xvmc
}

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

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

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