summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/Makefile.depends
diff options
context:
space:
mode:
authorleot <leot>2016-02-07 13:34:33 +0000
committerleot <leot>2016-02-07 13:34:33 +0000
commit96d8c70030001b667c03caf6de1d0ff755c734b5 (patch)
treec6760618fd8b2d7ae3975ca284db8443ec99df7e /multimedia/mplayer-share/Makefile.depends
parent159b9dc1e8db522d13821ed4a787dec69df2045f (diff)
downloadpkgsrc-96d8c70030001b667c03caf6de1d0ff755c734b5.tar.gz
Update multimedia/{gmplayer,mencoder,mplayer,mplayer-share} to 1.2.1.
pkgsrc changes: o Switch all mplayer packages to use multimedia/ffmpeg2 instead of the version bundled with MPlayer. This will make maintainership of mplayer packages probably a bit easier (and it's particular relevant when dealing vulnerability issues). Discussed with wiz@. o Adjust CONFIGURE_ARGS and other part of the Makefile* to reflect the switch to multimedia/ffmpeg2. Changes: 1.2.1: Fixes: * misc GUI fixes * fix build regression in FreeBSD * fix many crashes with fuzzed files * fix errors for multichannels files and pulseaudio >= 6 Other: * building with system FFmpeg libs is possible without a local copy of of private FFmpeg headers * docs building does not require FFmpeg anymore * FFmpeg updated to 2.8.5
Diffstat (limited to 'multimedia/mplayer-share/Makefile.depends')
-rw-r--r--multimedia/mplayer-share/Makefile.depends3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mplayer-share/Makefile.depends b/multimedia/mplayer-share/Makefile.depends
index 3aaccc8f10b..20064e255fe 100644
--- a/multimedia/mplayer-share/Makefile.depends
+++ b/multimedia/mplayer-share/Makefile.depends
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.depends,v 1.19 2010/09/16 18:56:12 wiz Exp $
+# $NetBSD: Makefile.depends,v 1.20 2016/02/07 13:34:33 leot Exp $
#
DEPENDS+= mplayer-share>=${MPLAYER_VERSION}:../../multimedia/mplayer-share
@@ -6,4 +6,5 @@ DEPENDS+= mplayer-share>=${MPLAYER_VERSION}:../../multimedia/mplayer-share
.include "../../converters/libiconv/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../multimedia/ffmpeg2/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"