# HG changeset patch # User Christophe Lincoln # Date 1257700234 -3600 # Node ID 2526e2816b91fe05d337ce34c91d2eaf57e28594 # Parent bfee99ebda411ca3c24fd99c95c88237e3c1d2fd xine-lib: --without-jack --without-sdl --disable-samba diff -r bfee99ebda41 -r 2526e2816b91 xine-lib/receipt --- a/xine-lib/receipt Sun Nov 08 18:07:50 2009 +0100 +++ b/xine-lib/receipt Sun Nov 08 18:10:34 2009 +0100 @@ -5,10 +5,11 @@ CATEGORY="multimedia" SHORT_DESC="Xine video library." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg zlib xorg-libXv xorg-libXvMC alsa-lib glib gtk+ libsdl \ -libgio libogg libvorbis ffmpeg" -BUILD_DEPENDS="xorg-dev zlib-dev ffmpeg-dev ffmpeg xorg-libXvMC-dev \ -xorg-libXvMC xorg-libXv xorg-libXv-dev libtheora" +DEPENDS="xorg zlib xorg-libXv xorg-libXvMC alsa-lib libogg libvorbis \ +libtheora ffmpeg xorg-libXvMC xorg-libXv freetype" +BUILD_DEPENDS="$DEPENDS xorg-dev zlib-dev ffmpeg-dev xorg-libXvMC-dev \ +xorg-libXv-dev xorg-xextproto xorg-videoproto alsa-lib-dev libogg-dev \ +libvorbis-dev libtheora-dev freetype-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xine-project.org/" WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" @@ -21,9 +22,13 @@ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ + --with-freetype \ --with-external-ffmpeg \ - --disable-gnome-vfs \ - --with-freetype \ + --without-jack \ + --without-imagemagick \ + --without-sdl \ + --disable-gnomevfs \ + --disable-samba \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install @@ -35,7 +40,7 @@ mkdir -p $fs/usr/lib $fs/usr/share cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/xine $fs/usr/lib - + # Do we need extra Fonts for subtitle support? \ compiled with freetype for using ttf fonts, xine fonts are only an alternative solution \ should we just ln DejavuSans as in mplayer?