/editors/flim-emacs/

'/~lantw44/cgit/'>index : freebsd-ports
FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogblamecommitdiffstats
path: root/multimedia/vdr-plugin-softhddevice/Makefile
blob: 9a741371e8bec57a1137c131c4aaba42dcb83eb7 (plain) (tree)
1
2
3
4
5
6
7
8
                                            
           

                                       
                     
                 
                          
                                                                            





                                                                                                

                                                       

                                                              
 
                         
                                   







                                                 



                                                    
                     
                                                   


                              

                                               





                                        
                         




                                                                
# Created by: Juergen Lock <nox@freebsd.org>
# $FreeBSD$

PORTNAME=   vdr-plugin-softhddevice
PORTVERSION=    0.5.1
PORTREVISION=   2
CATEGORIES= multimedia
MASTER_SITES=   http://projects.vdr-developer.org/attachments/download/1000/
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-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \
        asound:${PORTSDIR}/audio/alsa-lib

USES=       pkgconfig
USE_XORG+=  xv x11 xcb 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}"
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>