diff options
author | kwm <kwm@FreeBSD.org> | 2012-07-13 18:29:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-07-13 18:29:17 +0800 |
commit | d0c9dec0b74ae6c9e220b350a4ec0d05d801cf3f (patch) | |
tree | 7c949dabe26608ce06f6083aea0d7a08dbeabb61 | |
parent | 988a78c9fe929eea0d928e843901938b634203c9 (diff) | |
download | freebsd-ports-gnome-d0c9dec0b74ae6c9e220b350a4ec0d05d801cf3f.tar.gz freebsd-ports-gnome-d0c9dec0b74ae6c9e220b350a4ec0d05d801cf3f.tar.zst freebsd-ports-gnome-d0c9dec0b74ae6c9e220b350a4ec0d05d801cf3f.zip |
Add some gstreamer plugins, so this port works standalone.
PR: ports/169696
Reported by: Jason Bacon <jwbacon@tds.net>
-rw-r--r-- | multimedia/cheese/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile index 8a135eafa181..42a98f3e04a1 100644 --- a/multimedia/cheese/Makefile +++ b/multimedia/cheese/Makefile @@ -8,7 +8,7 @@ PORTNAME= cheese PORTVERSION= 2.32.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix intlhack evolutiondataserver librsvg2 \ gnomedocutils gnomedesktop USE_GETTEXT= yes -USE_GSTREAMER= good v4l2 +USE_GSTREAMER= gconf good ogg theora v4l2 vorbis INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes |