diff --git a/mplayer.be0 b/mplayer.be0 index 334793022..f8760f6fa 100755 --- a/mplayer.be0 +++ b/mplayer.be0 @@ -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+=() @@ -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} \ @@ -33,7 +35,6 @@ mee_configure() { --mandir=${MANDIR} \ --confdir=/etc/mplayer \ --disable-arts \ - --disable-ass \ --disable-cdparanoia \ --disable-esd \ --disable-gui \ @@ -49,8 +50,7 @@ mee_configure() { --enable-radio \ --enable-radio-capture \ --enable-runtime-cpudetection \ - --enable-xvmc \ - --disable-libschroedinger-lavc + --enable-xvmc } mee_build() { @@ -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/ -} \ No newline at end of file