summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-09-30 07:57:27 +0000
committeradam <adam@pkgsrc.org>2022-09-30 07:57:27 +0000
commitb26b5f306e062b1fb05cea408bb0fe3f3c6698dd (patch)
tree4bd8458f34ee149ff4ea8997e11257b9d0616bac /multimedia
parentfa0ad297102666d2a92cc2b577b3964d1313913d (diff)
downloadpkgsrc-b26b5f306e062b1fb05cea408bb0fe3f3c6698dd.tar.gz
gst-plugins0.10-x264: switch to x264 stable; bump revision
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins0.10-x264/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/gst-plugins0.10-x264/Makefile b/multimedia/gst-plugins0.10-x264/Makefile
index 87b98f7ad57..443e39318ae 100644
--- a/multimedia/gst-plugins0.10-x264/Makefile
+++ b/multimedia/gst-plugins0.10-x264/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.21 2022/04/18 19:11:45 adam Exp $
-#
+# $NetBSD: Makefile,v 1.22 2022/09/30 07:57:27 adam Exp $
GST_PLUGINS0.10_NAME= x264
GST_PLUGINS0.10_DIRS= ext/x264
-PKGREVISION= 10
+PKGREVISION= 11
.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
# need shared lib
-BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20071218nb1
-.include "../../multimedia/x264-devel/buildlink3.mk"
+BUILDLINK_API_DEPENDS.x264+= x264>=20220601
+.include "../../multimedia/x264/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"