diff options
author | wiz <wiz@pkgsrc.org> | 2018-09-25 09:26:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-09-25 09:26:13 +0000 |
commit | c554c6b15967b6a3a024b06d2131fc136dfec655 (patch) | |
tree | b84b2117e12ba1b88324f0af2feb8a0350abf916 /net | |
parent | 33dcdbb9537ddb3b361f0945a6d8a1dd04d7ea84 (diff) | |
download | pkgsrc-c554c6b15967b6a3a024b06d2131fc136dfec655.tar.gz |
t-plugins*-rtmp: bump for rtmpdump ABI bump
Diffstat (limited to 'net')
-rw-r--r-- | net/gst-plugins0.10-rtmp/Makefile | 5 | ||||
-rw-r--r-- | net/gst-plugins1-rtmp/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/gst-plugins0.10-rtmp/Makefile b/net/gst-plugins0.10-rtmp/Makefile index bedcb871471..c6f6aaad295 100644 --- a/net/gst-plugins0.10-rtmp/Makefile +++ b/net/gst-plugins0.10-rtmp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:29:05 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.7 2018/09/25 09:26:13 wiz Exp $ GST_PLUGINS0.10_NAME= rtmp GST_PLUGINS0.10_DIRS= ext/rtmp -PKGREVISION= 4 +PKGREVISION= 5 .include "../../multimedia/gst-plugins0.10-bad/Makefile.common" diff --git a/net/gst-plugins1-rtmp/Makefile b/net/gst-plugins1-rtmp/Makefile index c5c962b57c7..91b3e84ced6 100644 --- a/net/gst-plugins1-rtmp/Makefile +++ b/net/gst-plugins1-rtmp/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2016/04/15 14:20:00 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/09/25 09:26:13 wiz Exp $ GST_PLUGINS1_NAME= rtmp GST_PLUGINS1_DIRS= ext/rtmp +PKGREVISION= 1 + .include "../../multimedia/gst-plugins1-bad/Makefile.common" .include "../../net/rtmpdump/buildlink3.mk" |