Skip to content

Commit

Permalink
Merge pull request #1785 from mariux64/fix-xine-lib
Browse files Browse the repository at this point in the history
xine-lib: fix libxdg dependency
  • Loading branch information
wwwutz authored Mar 12, 2020
2 parents 4d0fafd + c41b4ed commit a944be2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions xine-lib.be0
Original file line number Diff line number Diff line change
@@ -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 ${@}
#}
Expand All @@ -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() {
Expand Down

0 comments on commit a944be2

Please sign in to comment.