mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
multimedia/vdr-plugin-softhddevice: link using ffmpeg0
- Link using ffmpeg0
This commit is contained in:
parent
2b9c1eb68e
commit
df2ccd0147
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329892
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vdr-plugin-softhddevice
|
||||
PORTVERSION= 0.5.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://projects.vdr-developer.org/attachments/download/1000/
|
||||
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= nox@FreeBSD.org
|
||||
COMMENT= Video Disk Recorder - softhddevice plugin
|
||||
|
||||
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg \
|
||||
LIB_DEPENDS+= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \
|
||||
vdpau:${PORTSDIR}/multimedia/libvdpau \
|
||||
xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \
|
||||
asound:${PORTSDIR}/audio/alsa-lib
|
||||
@ -43,6 +43,9 @@ CONFIG+= -DUSE_VAAPI
|
||||
.endif
|
||||
|
||||
post-patch: post-patch-plugin
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's,libavcodec,libavcodec0,g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-install: post-install-pluginlocales
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
Loading…
Reference in New Issue
Block a user