Changeset View
Changeset View
Standalone View
Standalone View
multimedia/vlc/Makefile
| Show All 20 Lines | LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ | ||||
| libfreetype.so:print/freetype2 \ | libfreetype.so:print/freetype2 \ | ||||
| libidn.so:dns/libidn | libidn.so:dns/libidn | ||||
| BUILD_DEPENDS= ffmpeg>=2.0:multimedia/ffmpeg \ | BUILD_DEPENDS= ffmpeg>=2.0:multimedia/ffmpeg \ | ||||
| yasm:devel/yasm | yasm:devel/yasm | ||||
| RUN_DEPENDS= ffmpeg>=2.0:multimedia/ffmpeg | RUN_DEPENDS= ffmpeg>=2.0:multimedia/ffmpeg | ||||
| USES= compiler:c11 desktop-file-utils gmake iconv libtool pathfix \ | USES= compiler:c11 desktop-file-utils gmake iconv libtool pathfix \ | ||||
| pkgconfig tar:xz | pkgconfig tar:xz | ||||
| USE_CXXSTD= c++11 | |||||
rakuco: Needs an explanation. | |||||
| USE_GNOME= libxml2 | USE_GNOME= libxml2 | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
| CONFLICTS?= vlc-qt4-* | CONFLICTS?= vlc-qt4-* | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| CONFIGURE_ARGS= --enable-avcodec --enable-avformat --enable-dvbpsi \ | CONFIGURE_ARGS= --enable-avcodec --enable-avformat --enable-dvbpsi \ | ||||
| ▲ Show 20 Lines • Show All 342 Lines • Show Last 20 Lines | |||||
Needs an explanation.