aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-03-27 16:48:31 -0400
committerKen Moore <ken@pcbsd.org>2015-03-27 16:48:31 -0400
commitdf64525b92c1220c0b3950e57d73d6dc729d3388 (patch)
treea4b0b97e94f43304c8ad1122b5204a2d43d73e43 /port-files/Makefile
parentUpdate the system tray to use the QScreen->grabWindow() routine instead of th... (diff)
downloadlumina-df64525b92c1220c0b3950e57d73d6dc729d3388.tar.gz
lumina-df64525b92c1220c0b3950e57d73d6dc729d3388.tar.bz2
lumina-df64525b92c1220c0b3950e57d73d6dc729d3388.zip
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.
Diffstat (limited to 'port-files/Makefile')
-rw-r--r--port-files/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.options.mk>
.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
bgstack15