summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorleot <leot>2016-06-18 10:58:28 +0000
committerleot <leot>2016-06-18 10:58:28 +0000
commitecda99dd8f4fd295aae5ad445b3ce18868852b66 (patch)
tree9b8275586d28f43c443dce306057d0704ccc5eeb /multimedia
parent42397a0206dbd3e2c4b76bbdddabe8c37eb82040 (diff)
downloadpkgsrc-ecda99dd8f4fd295aae5ad445b3ce18868852b66.tar.gz
Use ffmpeg3 instead of ffmpeg2
(thanks to <wiz> for pointing it out!) Bump PKGREVISION.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile
index 1814bc94f51..47c77413e48 100644
--- a/multimedia/mpv/Makefile
+++ b/multimedia/mpv/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2016/04/13 16:14:01 leot Exp $
+# $NetBSD: Makefile,v 1.32 2016/06/18 10:58:28 leot Exp $
DISTNAME= mpv-0.17.0
+PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -50,7 +51,7 @@ SUBST_MESSAGE.docutils= Fix docutils command names.
.include "../../multimedia/libass/buildlink3.mk"
.include "../../multimedia/libdvdnav/buildlink3.mk"
.include "../../multimedia/libdvdread/buildlink3.mk"
-.include "../../multimedia/ffmpeg2/buildlink3.mk"
+.include "../../multimedia/ffmpeg3/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/jpeg.buildlink3.mk"