freebsd-ports/multimedia/vdr-plugin-softhddevice/Makefile
Juergen Lock 06a1a754bf - Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .
- Update xineliboutput XKeySym.Pause key in example remote.conf.
  ("space" instead of "Space")
- Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport.
- Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot.
- Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot.
- Bump PORTREVISION for all other plugins and add api fixes where necessary.
- Add HISTORY to PORTDOCS for most plugins. (those that have it)
- Remove shlib major versions from LIB_DEPENDS to pet portlint.
2012-06-19 18:42:12 +00:00

58 lines
1.5 KiB
Makefile

# New ports collection makefile for: vdr-plugin-softhddevie
# Date created: Sun Apr 29 17:00:02 CEST 2012
# Whom: Juergen Lock <nox@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= vdr-plugin-softhddevice
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/919/
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= nox@FreeBSD.org
COMMENT= Video Disk Recorder - softhddevice plugin
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg \
vdpau:${PORTSDIR}/multimedia/libvdpau \
xcb:${PORTSDIR}/x11/libxcb \
xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \
asound:${PORTSDIR}/audio/alsa-lib
USE_GNOME+= pkgconfig
USE_XORG+= xv x11 xinerama
USE_GL+= gl glu
PATCH_STRIP= -p1
HAVE_CONFIGURE= yes
PORTDOCS= AGPL-3.0.txt ChangeLog README.txt
CONFIG+= -DLOCALBASE=\\\"${LOCALBASE}\\\"
CONFIG+= -DUSE_VDPAU
CONFIG+= -DUSE_OSS
MAKE_ARGS+= CONFIG="${CONFIG}"
MAKE_JOBS_SAFE= yes
WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION}
.include "${.CURDIR}/../vdr/Makefile.plugins"
OPTIONS_DEFINE= VAAPI
VAAPI_DESC= Enable vaapi support (experimental)
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MVAAPI}
LIB_DEPENDS+= va:${PORTSDIR}/multimedia/libva
CONFIG+= -DUSE_VAAPI
.endif
post-patch: post-patch-plugin
post-install: post-install-pluginlocales
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
.endif
.include <bsd.port.mk>