diff --git a/xine-lib.be0 b/xine-lib.be0 index 36bb58c94..4180851d9 100755 --- a/xine-lib.be0 +++ b/xine-lib.be0 @@ -1,17 +1,16 @@ #!/usr/bin/env beesh -# BEE_VERSION xine-lib-1.2.9-0 +# BEE_VERSION xine-lib-1.2.9-1 -SRCURL[0]="http://sourceforge.net/projects/xine/files/xine-lib/${PKGVERSION}/xine-lib-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://sourceforge.net/projects/xine/files/xine-lib/${PKGVERSION}/xine-lib-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/cd42d2ba92f943d17736d9bca712b3d1/xine-lib-1.2.9.tar.xz" -PATCHURL[0]="" +# PATCHURL[0]="" # BEE_CONFIGURE=compat # EXCLUDE="" - - #mee_extract() { # bee_extract ${@} #} @@ -36,8 +35,11 @@ mee_configure() { sed -e 's/\(xcb-shape >= 1.0\)/xcb \1/' \ -i ${S}/m4/video_out.m4 && - bee_configure --disable-vcd \ - --with-external-dvdnav + bee_configure \ + --disable-nls \ + --disable-vcd \ + --without-external-libxdg-basedir \ + --with-external-dvdnav } #mee_build() {