Changeset View
Changeset View
Standalone View
Standalone View
multimedia/vdr-plugin-xineliboutput/Makefile
| # Created by: Juergen Lock <nox@FreeBSD.org> | # Created by: Juergen Lock <nox@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= vdr-plugin-xineliboutput | PORTNAME= vdr-plugin-xineliboutput | ||||
| PORTVERSION= 1.0.90s20120511 | PORTVERSION= 1.0.90s20120511 | ||||
| PORTREVISION= 22 | PORTREVISION= 23 | ||||
| CATEGORIES= multimedia | CATEGORIES= multimedia | ||||
| MASTER_SITES= SF/xineliboutput/files/xineliboutput/vdr-xineliboutput-${PORTVERSION}/:release \ | MASTER_SITES= SF/xineliboutput/files/xineliboutput/vdr-xineliboutput-${PORTVERSION}/:release \ | ||||
| LOCAL/nox:snapshot | LOCAL/nox:snapshot | ||||
| DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot | DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Video Disk Recorder - xineliboutput plugin/viewer | COMMENT= Video Disk Recorder - xineliboutput plugin/viewer | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| LIB_DEPENDS= libxine.so:multimedia/libxine \ | LIB_DEPENDS= libxine.so:multimedia/libxine \ | ||||
| libavutil.so:multimedia/ffmpeg \ | libavutil.so:multimedia/ffmpeg \ | ||||
| libdbus-glib-1.so:devel/dbus-glib \ | libdbus-glib-1.so:devel/dbus-glib \ | ||||
| libvdpau.so:multimedia/libvdpau | libvdpau.so:multimedia/libvdpau | ||||
| BROKEN_FreeBSD_12= does not build with newer clang | BROKEN_FreeBSD_12= does not build with newer clang | ||||
| PATCH_STRIP= -p1 | PATCH_STRIP= -p1 | ||||
| USES= pkgconfig tar:bzip2 | USES= pkgconfig tar:bzip2 | ||||
| USE_XORG= xrandr xrender | USE_XORG= xrandr xrender | ||||
| HAS_CONFIGURE= yes | HAS_CONFIGURE= yes | ||||
| CONFIGURE_ARGS= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR} | CONFIGURE_ARGS= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR} | ||||
| USE_GL= gl glu glut | USE_GL= gl glu glut | ||||
| WRKSRC= ${WRKDIR}/vdr-${PLUGIN} | WRKSRC= ${WRKDIR}/vdr-${PLUGIN} | ||||
| XINE_PLUGINSDIR=lib/xine/plugins/2.5 | XINE_PLUGINSDIR=lib/xine/plugins/2.7 | ||||
| PORTDOCS= README HISTORY | PORTDOCS= README HISTORY | ||||
| PORTEXAMPLES= xine | PORTEXAMPLES= xine | ||||
| PLIST_SUB= XINE_PLUGINSDIR=${XINE_PLUGINSDIR} | PLIST_SUB= XINE_PLUGINSDIR=${XINE_PLUGINSDIR} | ||||
| OPTIONS_DEFINE= LIBBLURAY LIBEXTRACTOR EXAMPLES DOCS | OPTIONS_DEFINE= LIBBLURAY LIBEXTRACTOR EXAMPLES DOCS | ||||
| Show All 29 Lines | |||||