summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-08-11 23:09:44 +0000
committerwiz <wiz@pkgsrc.org>2014-08-11 23:09:44 +0000
commit83b00fb2610b5fb54a830ead5530a68b2f177a16 (patch)
treedcf9dd704b954a6166618438d87abbe0365078c1 /x11
parent3b5b85d1d1ac38ac85d7793e2f0d561ecbe896ab (diff)
downloadpkgsrc-83b00fb2610b5fb54a830ead5530a68b2f177a16.tar.gz
Switch to ffmpeg1 instead of ffmpeg.
Note: some of these packages didn't build for me, e.g. osg, so I couldn't verify them all.
Diffstat (limited to 'x11')
-rw-r--r--x11/xvidcap/Makefile5
-rw-r--r--x11/xvidcap/Makefile.common4
2 files changed, 4 insertions, 5 deletions
diff --git a/x11/xvidcap/Makefile b/x11/xvidcap/Makefile
index 402c9b70e42..5d2c2ab6f4d 100644
--- a/x11/xvidcap/Makefile
+++ b/x11/xvidcap/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2014/04/10 05:39:17 obache Exp $
-#
+# $NetBSD: Makefile,v 1.26 2014/08/11 23:09:46 wiz Exp $
.include "Makefile.common"
-PKGREVISION= 16
+PKGREVISION= 17
COMMENT= Capture X display to individual frames or MPEG video
CONFIGURE_ARGS+= --without-gtk2
diff --git a/x11/xvidcap/Makefile.common b/x11/xvidcap/Makefile.common
index 587b6c6fd5d..0f670e247a5 100644
--- a/x11/xvidcap/Makefile.common
+++ b/x11/xvidcap/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2011/01/12 11:22:33 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2014/08/11 23:09:46 wiz Exp $
#
# used by x11/xvidcap/Makefile
# used by x11/xvidcap-gtk2/Makefile
@@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --without-forced-embedded-ffmpeg
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../multimedia/ffmpeg/buildlink3.mk"
+.include "../../multimedia/ffmpeg1/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"