# $Header: /magellan-cvs/smage/oxine/oxine-0.7.1-r1.smage2,v 1.1 2008/08/17 17:09:02 niro Exp $ PNAME="oxine" PVER="0.7.1" PBUILD="r1" PCATEGORIE="media-video" STATE="unstable" DESCRIPTION="A lightweight, purely OSD based xine frontend for set-top boxes and home entertainment systems." HOMEPAGE="http://oxine.sourceforge.net/" DEPEND=">= media-libs/xine-lib-1 >= media-gfx/imagemagick-6.4 >= media-libs/netpbm-10.41 >= net-misc/curl-7 >= x11-libs/libX11-1 >= x11-libs/libXext-1 >= sys-apps/eject-2" SDEPEND=">= sys-dev/gettext-0.17" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mconfigure \ --enable-nls \ --enable-dvb \ --enable-polling \ --enable-v4l \ --with-curl \ --disable-lirc \ --disable-weather \ || die mmake || die }