Skip to content
Snippets Groups Projects
Commit 3b23f3c8 authored by Dirk Meyer's avatar Dirk Meyer
Browse files

emulators/vice: fix option FFMPEG

PR: 277971
parent dc29da5d
No related branches found
No related tags found
No related merge requests found
PORTNAME= vice
PORTVERSION= 3.8
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF/vice-emu/releases
......@@ -22,7 +22,6 @@ LIB_DEPENDS= libpng.so:graphics/png \
libmp3lame.so:audio/lame \
libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis \
libavcodec.so:multimedia/ffmpeg \
libFLAC.so:audio/flac \
libpci.so:devel/libpci \
libfontconfig.so:x11-fonts/fontconfig \
......@@ -77,6 +76,8 @@ ALSA_CONFIGURE_OFF= --without-alsa
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
PULSEAUDIO_CONFIGURE_OFF= --without-pulse
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
FFMPEG_LIB_DEPENDS= libavcodec.so.58:multimedia/ffmpeg4
FFMPEG_CONFIGURE_ENV= PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig"
#ETHERNET_LIB_DEPENDS= libpcap.so:net/libpcap # conflict with base
ETHERNET_BUILD_DEPENDS= ${LOCALBASE}/include/pcap.h:net/libpcap
ETHERNET_RUN_DEPENDS= ${LOCALBASE}/include/pcap.h:net/libpcap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment