diff options
author | maya <maya@pkgsrc.org> | 2017-02-24 21:54:51 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-02-24 21:54:51 +0000 |
commit | 4976a744c62b89a1a8ca2ce88d155672ae335d16 (patch) | |
tree | 2499164436815755145324ef9e7c505d62378b21 /audio/kid3 | |
parent | f9f3a53b8bd7d8e33fdb3d557ee953995b4e64ef (diff) | |
download | pkgsrc-4976a744c62b89a1a8ca2ce88d155672ae335d16.tar.gz |
revbump for ffmpeg3 buildlink3.mk addition of vaapi and vdpau.
It creates a noticeable change at least for mpv, which now
doesn't complain about --vo=vaapi or --vo=vdpau.
Diffstat (limited to 'audio/kid3')
-rw-r--r-- | audio/kid3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index 87afc8c309f..202f70cd748 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2017/02/12 06:25:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.77 2017/02/24 21:54:51 maya Exp $ DISTNAME= kid3-3.4.3 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= kde audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kid3/} |