From df64525b92c1220c0b3950e57d73d6dc729d3388 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 27 Mar 2015 16:48:31 -0400 Subject: Add thumbnail support for image files in the desktopview plugin. Also update the port makefile for FreeBSD so that has the proper gstreamer plugins installed for audio support. --- port-files/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'port-files') diff --git a/port-files/Makefile b/port-files/Makefile index d5c23b25..8454834a 100644 --- a/port-files/Makefile +++ b/port-files/Makefile @@ -30,7 +30,9 @@ MULTIMEDIA_DESC= Install multimedia support backend (gstreamer) .include .if ${PORT_OPTIONS:MMULTIMEDIA} -RUN_DEPENDS+= gstreamer-plugins>=0:${PORTSDIR}/multimedia/gstreamer-plugins +RUN_DEPENDS+= gstreamer-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer-plugins-core \ + gstreamer-plugins-ogg>=0:${PORTSDIR}/multimedia/gstreamer-plugins-ogg \ + gstreamer-plugins-vorbis>=0:${PORTSDIR}/multimedia/gstreamer-plugins-vorbis \ .endif MAKE_JOBS_UNSAFE=yes -- cgit