diff options
author | jmmv <jmmv> | 2004-06-06 08:09:05 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-06-06 08:09:05 +0000 |
commit | 60c87c343e2e5c2543a869e4ae51b1ceb3e38f3b (patch) | |
tree | 4be5f8bf41f6b9a9565d88ebf2983858e88fd38d /multimedia/gnome2-media | |
parent | b9da0c44fe4d718ec19028e6c1f15b6fcf884da9 (diff) | |
download | pkgsrc-60c87c343e2e5c2543a869e4ae51b1ceb3e38f3b.tar.gz |
Depend on gst-plugins-oss so that the volume control works.
Also depend on gst-plugins-esound to make sure things work when using esound.
Bump PKGREVISION to 1.
Diffstat (limited to 'multimedia/gnome2-media')
-rw-r--r-- | multimedia/gnome2-media/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/gnome2-media/Makefile b/multimedia/gnome2-media/Makefile index 2683e3af88b..bd0275ea4af 100644 --- a/multimedia/gnome2-media/Makefile +++ b/multimedia/gnome2-media/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/05/15 16:34:10 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2004/06/06 08:09:05 jmmv Exp $ DISTNAME= gnome-media-2.6.2 +PKGREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-media/2.6/} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +11,8 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= Set of audio/multimedia applications for GNOME2 BUILD_USES_MSGFMT= yes +DEPENDS+= gst-plugins-esound>=0.8.1:../../audio/gst-plugins-esound +DEPENDS+= gst-plugins-oss>=0.8.1:../../audio/gst-plugins-oss GNU_CONFIGURE= yes USE_BUILDLINK3= yes |