diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-26 03:38:21 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-26 03:38:21 +0800 |
commit | 5a244242c416e53a96150c7dbc7e37cd6f0e5689 (patch) | |
tree | f30efe3377b8709cefdd8d2656bae5cf5f520b0b | |
parent | d15c4878f98b6892dc1ba963465c7e0807abc533 (diff) | |
download | marcuscom-ports-5a244242c416e53a96150c7dbc7e37cd6f0e5689.tar marcuscom-ports-5a244242c416e53a96150c7dbc7e37cd6f0e5689.tar.gz marcuscom-ports-5a244242c416e53a96150c7dbc7e37cd6f0e5689.tar.bz2 marcuscom-ports-5a244242c416e53a96150c7dbc7e37cd6f0e5689.tar.lz marcuscom-ports-5a244242c416e53a96150c7dbc7e37cd6f0e5689.tar.xz marcuscom-ports-5a244242c416e53a96150c7dbc7e37cd6f0e5689.tar.zst marcuscom-ports-5a244242c416e53a96150c7dbc7e37cd6f0e5689.zip |
Depend on the gstreamer vp8 (webm) and ogg plugins. They seem to be used
in the recorder even if I have no idea where that is hiding.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15610 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-shell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 31b775639..ace35223b 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,7 +3,7 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.29 2011/03/23 16:14:55 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.30 2011/03/24 12:04:50 kwm Exp $ # PORTNAME= gnome-shell @@ -34,7 +34,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 gnomemenus \ gnomedesktop3 evolutiondataserver3 ltverhack -USE_GSTREAMER= theora +USE_GSTREAMER= theora vp8 ogg USE_LDCONFIG= yes GLIB_SCHEMAS= org.gnome.shell.gschema.xml |