diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 09ddd828f6a4..c35edd11975f 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -42,7 +42,10 @@ SUB_FILES= pkg-message CONFLICTS= mplayer2-2.* CONFFILES= example.conf input.conf menu.conf dvb-menu.conf -USES+= iconv pkgconfig +USES+= gnome iconv pkgconfig +USE_GNOME+= cairo gdkpixbuf2 + +LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz OPTIONS_SUB= yes diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index dd35b9a35e45..0f8e447d88b2 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -13,12 +13,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg \ + libdvdread.so:multimedia/libdvdread \ libfreetype.so:print/freetype2 BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} BUILD_DEPENDS_i386= as:devel/binutils -USES= compiler:c11 gmake iconv ncurses tar:xz +USES= compiler:c11 gmake iconv jpeg ncurses tar:xz NOPRECIOUSMAKEVARS= yes # ARCH HAS_CONFIGURE= yes CONFIGURE_ENV= TMPDIR="${WRKSRC}" diff --git a/multimedia/mplayer/Makefile.optvars b/multimedia/mplayer/Makefile.optvars index bd6b33462aa4..c10eac4d8573 100644 --- a/multimedia/mplayer/Makefile.optvars +++ b/multimedia/mplayer/Makefile.optvars @@ -122,7 +122,8 @@ SPEEX_CONFIGURE_OFF= --disable-speex SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib SVGALIB_CONFIGURE_OFF= --disable-svga -THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora +THEORA_LIB_DEPENDS= libtheora.so:multimedia/libtheora \ + libogg.so:audio/libogg THEORA_CONFIGURE_OFF= --disable-theora TWOLAME_LIB_DEPENDS= libtwolame.so:audio/twolame