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_GNOME= libxml2 | USE_GNOME= libxml2 | ||||
rakuco: Needs an explanation. | |||||
| 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 \ | ||||
| --enable-fontconfig --enable-freetype --enable-libgcrypt \ | --enable-fontconfig --enable-freetype --enable-libgcrypt \ | ||||
| ▲ Show 20 Lines • Show All 197 Lines • ▼ Show 20 Lines | |||||
| PULSEAUDIO_CONFIGURE_ENABLE= pulse | PULSEAUDIO_CONFIGURE_ENABLE= pulse | ||||
| QT4_USE= QT4=gui,corelib,moc_build,rcc_build,uic_build | QT4_USE= QT4=gui,corelib,moc_build,rcc_build,uic_build | ||||
| # QT_CFLAGS: pkg-config --cflags "QtCore QtGui >= 4.6.0" | # QT_CFLAGS: pkg-config --cflags "QtCore QtGui >= 4.6.0" | ||||
| # QT_LIBS: pkg-config --libs "QtCore QtGui >= 4.6.0" | # QT_LIBS: pkg-config --libs "QtCore QtGui >= 4.6.0" | ||||
| QT4_CONFIGURE_ENV= QT_CFLAGS="-I${QT_INCDIR}/QtGui -DQT_SHARED -I${QT_INCDIR} -I${QT_INCDIR}/QtCore" \ | QT4_CONFIGURE_ENV= QT_CFLAGS="-I${QT_INCDIR}/QtGui -DQT_SHARED -I${QT_INCDIR} -I${QT_INCDIR}/QtCore" \ | ||||
| QT_LIBS="-lQtGui -L${QT_LIBDIR} -lQtCore" | QT_LIBS="-lQtGui -L${QT_LIBDIR} -lQtCore" | ||||
| QT5_USE= QT5=gui,core,widgets,x11extras,buildtools_build | QT5_USE= QT5=gui,core,widgets,x11extras,buildtools_build CXXSTD=c++11 | ||||
| REALRTSP_CONFIGURE_ENABLE= realrtsp | REALRTSP_CONFIGURE_ENABLE= realrtsp | ||||
| RUNROOT_CONFIGURE_ENABLE= run-as-root | RUNROOT_CONFIGURE_ENABLE= run-as-root | ||||
| SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate | SAMPLERATE_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate | ||||
| SAMPLERATE_CONFIGURE_ENABLE= samplerate | SAMPLERATE_CONFIGURE_ENABLE= samplerate | ||||
| ▲ Show 20 Lines • Show All 127 Lines • Show Last 20 Lines | |||||
Needs an explanation.