diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
commit | 2c6e8e30b08bf1c171e92b4a779d56f1b68206fa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /multimedia/totem | |
parent | 82ff889da9dc587d94b5ad49c36469576ebed64f (diff) | |
download | pkgsrc-2c6e8e30b08bf1c171e92b4a779d56f1b68206fa.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 4 | ||||
-rw-r--r-- | multimedia/totem/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index c4366403a2a..a5c25565831 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.42 2010/08/02 10:24:33 drochner Exp $ +# $NetBSD: Makefile,v 1.43 2010/09/14 11:01:04 wiz Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 DEPENDS+= gst-plugins0.10-soup-[0-9]*:../../net/gst-plugins0.10-soup diff --git a/multimedia/totem/buildlink3.mk b/multimedia/totem/buildlink3.mk index 7efe2f7cf30..78d2c78cfd7 100644 --- a/multimedia/totem/buildlink3.mk +++ b/multimedia/totem/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2010/06/13 22:45:07 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2010/09/14 11:01:04 wiz Exp $ BUILDLINK_TREE+= totem @@ -6,7 +6,7 @@ BUILDLINK_TREE+= totem TOTEM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.totem+= {totem,totem-xine}>=1.4.0 -BUILDLINK_ABI_DEPENDS.totem+= totem>=2.28.6nb1 +BUILDLINK_ABI_DEPENDS.totem+= totem>=2.30.2nb3 BUILDLINK_PKGSRCDIR.totem?= ../../multimedia/totem .include "../../textproc/libxml2/buildlink3.mk" |