diff options
author | kwm <kwm@FreeBSD.org> | 2010-03-31 18:40:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-03-31 18:40:29 +0800 |
commit | 93bbdc5c661d95ad6969ce7a254171793ee369b7 (patch) | |
tree | 33f5181c8b5e45693dbc1e7c794e7416f48ce05a /graphics | |
parent | e7ffb5ce650048e6b5beaaebc20eeac3343b026b (diff) | |
download | freebsd-ports-gnome-93bbdc5c661d95ad6969ce7a254171793ee369b7.tar.gz freebsd-ports-gnome-93bbdc5c661d95ad6969ce7a254171793ee369b7.tar.zst freebsd-ports-gnome-93bbdc5c661d95ad6969ce7a254171793ee369b7.zip |
Update to 0.10.21.
Fix detection of libpng.
New plugin v4l2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gstreamer-plugins-cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-gdkpixbuf/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-jpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libcaca/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libpng/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gstreamer-plugins-cairo/Makefile b/graphics/gstreamer-plugins-cairo/Makefile index 7f355a036c7e..f9ec2a574507 100644 --- a/graphics/gstreamer-plugins-cairo/Makefile +++ b/graphics/gstreamer-plugins-cairo/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/graphics/gstreamer-plugins-cairo/Makefile,v 1.6 2008/03/19 14:05:34 ahze Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer vector graphics plugin diff --git a/graphics/gstreamer-plugins-gdkpixbuf/Makefile b/graphics/gstreamer-plugins-gdkpixbuf/Makefile index ae4ab4ce3dda..f124f1982f4d 100644 --- a/graphics/gstreamer-plugins-gdkpixbuf/Makefile +++ b/graphics/gstreamer-plugins-gdkpixbuf/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/graphics/gstreamer-plugins-gdkpixbuf/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ # -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer image decoder plugin diff --git a/graphics/gstreamer-plugins-jpeg/Makefile b/graphics/gstreamer-plugins-jpeg/Makefile index b30f8eaf61c9..710f1f14f686 100644 --- a/graphics/gstreamer-plugins-jpeg/Makefile +++ b/graphics/gstreamer-plugins-jpeg/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/graphics/gstreamer-plugins-jpeg/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer jpeg encoder/decoder plugin diff --git a/graphics/gstreamer-plugins-libcaca/Makefile b/graphics/gstreamer-plugins-libcaca/Makefile index 4f68f1651a3f..847abc85da42 100644 --- a/graphics/gstreamer-plugins-libcaca/Makefile +++ b/graphics/gstreamer-plugins-libcaca/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/graphics/gstreamer-plugins-libcaca/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ # -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer color ascii art plugin diff --git a/graphics/gstreamer-plugins-libpng/Makefile b/graphics/gstreamer-plugins-libpng/Makefile index dd8c0e3ceb0a..50367404bc5f 100644 --- a/graphics/gstreamer-plugins-libpng/Makefile +++ b/graphics/gstreamer-plugins-libpng/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # $MCom: ports/graphics/gstreamer-plugins-libpng/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= graphics COMMENT= Gstreamer png plugin |