diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-31 17:56:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-31 17:56:36 +0000 |
commit | e20ec1cfa93fa0e4e0309bacd2050a70bd3c1e0e (patch) | |
tree | f8f8f5cfd4a0de9ee3f383a5d516e00bde1a8dd0 | |
parent | 9a8296d6669df71f66c52e451229199b11854fa8 (diff) | |
download | pkgsrc-e20ec1cfa93fa0e4e0309bacd2050a70bd3c1e0e.tar.gz |
Depend on mjpegtools, now that the mplex package is gone. Welcome to 1.1!
-rw-r--r-- | meta-pkgs/fxtv-capture/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/fxtv-capture/Makefile b/meta-pkgs/fxtv-capture/Makefile index 0aaca10eb91..ca432d93e7a 100644 --- a/meta-pkgs/fxtv-capture/Makefile +++ b/meta-pkgs/fxtv-capture/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/02/24 21:55:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/31 17:56:36 wiz Exp $ # -DISTNAME= fxtv-capture-1.0 +DISTNAME= fxtv-capture-1.1 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -12,8 +12,8 @@ COMMENT= Meta-package including all packages to capture video with bktr(4) DEPENDS+= sox>=12.17.1:../../audio/sox DEPENDS+= mpegaudio>=3.9:../../audio/mpegaudio DEPENDS+= fxtv>=1.03nb1:../../multimedia/fxtv -DEPENDS+= mpeg_encode-*:../../multimedia/mpeg_encode -DEPENDS+= mplex>=1.1:../../multimedia/mplex +DEPENDS+= mpeg_encode-[0-9]*:../../multimedia/mpeg_encode +DEPENDS+= mjpegtools>=1.8.0nb1:../../multimedia/mjpegtools EXTRACT_ONLY= # empty NO_CHECKSUM= yes |