diff options
author | drochner <drochner@pkgsrc.org> | 2011-07-12 08:57:14 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-07-12 08:57:14 +0000 |
commit | efa834bd8f7928e2dbdc0f7ac855988858d525ec (patch) | |
tree | 2d9e1f2fd77f4771f4983e680d7e0eee8da0a52c /multimedia/gst-plugins0.10-good/Makefile.common | |
parent | d4642fab27681ac8fc644e22d9e2b5f61fb30c30 (diff) | |
download | pkgsrc-efa834bd8f7928e2dbdc0f7ac855988858d525ec.tar.gz |
update to 0.10.30
changes:
-handle API changes in unstable glib2 (not relevant to pkgsrc yet)
-minor fixes
Diffstat (limited to 'multimedia/gst-plugins0.10-good/Makefile.common')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common index 2685db868bb..d9a4c018704 100644 --- a/multimedia/gst-plugins0.10-good/Makefile.common +++ b/multimedia/gst-plugins0.10-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2011/05/18 09:38:18 drochner Exp $ +# $NetBSD: Makefile.common,v 1.35 2011/07/12 08:57:14 drochner Exp $ # # used by audio/gst-plugins0.10-esound/Makefile # used by audio/gst-plugins0.10-flac/Makefile @@ -15,7 +15,7 @@ # used by net/gst-plugins0.10-soup/Makefile GST_PLUGINS0.10_TYPE= good -GST_PLUGINS0.10_VER= 0.10.29 +GST_PLUGINS0.10_VER= 0.10.30 # Disable all drivers and features by default. .for driver in aalib \ |