diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-21 09:40:06 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-21 09:40:06 +0000 |
commit | dadcf3f57b0f19737a93a204db734165d1e328c5 (patch) | |
tree | 5d85ffbbfdfb7baa74d524bbe11145396048441a /meta-pkgs | |
parent | 4321990f00b7a401b04a6fe4f6b336411b7c900c (diff) | |
download | pkgsrc-dadcf3f57b0f19737a93a204db734165d1e328c5.tar.gz |
gstreamer0.10-plugins: gst-plugins0.10-esound is no more.
Bump PKGREVISION.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gstreamer0.10-plugins/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/gstreamer0.10-plugins/Makefile b/meta-pkgs/gstreamer0.10-plugins/Makefile index 51d8a2bc812..fd879d43db0 100644 --- a/meta-pkgs/gstreamer0.10-plugins/Makefile +++ b/meta-pkgs/gstreamer0.10-plugins/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2017/10/17 10:50:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/21 09:40:06 jperkin Exp $ DISTNAME= # empty PKGNAME= gstreamer0.10-plugins-1.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= meta-pkgs multimedia MASTER_SITES= # empty DISTFILES= # empty @@ -16,7 +16,6 @@ META_PACKAGE= yes DEPENDS+= gst-plugins0.10-a52-[0-9]*:../../audio/gst-plugins0.10-a52 DEPENDS+= gst-plugins0.10-cdparanoia-[0-9]*:../../audio/gst-plugins0.10-cdparanoia DEPENDS+= gst-plugins0.10-dts-[0-9]*:../../audio/gst-plugins0.10-dts -DEPENDS+= gst-plugins0.10-esound-[0-9]*:../../audio/gst-plugins0.10-esound DEPENDS+= gst-plugins0.10-faad-[0-9]*:../../audio/gst-plugins0.10-faad DEPENDS+= gst-ffmpeg-[0-9]*:../../multimedia/gst-plugins0.10-ffmpeg DEPENDS+= gst-fluendo-mp3-[0-9]*:../../audio/gst-plugins0.10-fluendo-mp3 |