diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-27 16:48:31 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-27 16:48:31 -0400 |
commit | df64525b92c1220c0b3950e57d73d6dc729d3388 (patch) | |
tree | a4b0b97e94f43304c8ad1122b5204a2d43d73e43 /port-files/Makefile | |
parent | Update the system tray to use the QScreen->grabWindow() routine instead of th... (diff) | |
download | lumina-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/Makefile | 4 |
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 |