diff options
author | mezz <mezz@FreeBSD.org> | 2005-05-05 13:45:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-05-05 13:45:04 +0800 |
commit | 0a8cfdc0c24fca0b27fa0bea9dabf46d5a2b6612 (patch) | |
tree | 5188abdb5ebde0c9d5630935d7b2cf17be741769 /multimedia | |
parent | 76b6211330f3619f35623588f40094d4b5a0dd90 (diff) | |
download | freebsd-ports-gnome-0a8cfdc0c24fca0b27fa0bea9dabf46d5a2b6612.tar.gz freebsd-ports-gnome-0a8cfdc0c24fca0b27fa0bea9dabf46d5a2b6612.tar.zst freebsd-ports-gnome-0a8cfdc0c24fca0b27fa0bea9dabf46d5a2b6612.zip |
Add pango, it is need for the subtitle. Totem and maybe other apps don't work
with subtitle by default unless the gstreamer-plugins-pango is installed. Bump
the PORTREVISION.
Ok'ed by: marcus and ahze
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-core80/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index fc0263f26572..f6183f30447a 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-plugins-core PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -33,7 +33,7 @@ USE_GSTREAMER+= mad vorbis USE_GSTREAMER+= libpng # Misc plugins -USE_GSTREAMER+= gconf +USE_GSTREAMER+= gconf pango # Multimedia plugins USE_GSTREAMER+= ffmpeg diff --git a/multimedia/gstreamer-plugins-core80/Makefile b/multimedia/gstreamer-plugins-core80/Makefile index fc0263f26572..f6183f30447a 100644 --- a/multimedia/gstreamer-plugins-core80/Makefile +++ b/multimedia/gstreamer-plugins-core80/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-plugins-core PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -33,7 +33,7 @@ USE_GSTREAMER+= mad vorbis USE_GSTREAMER+= libpng # Misc plugins -USE_GSTREAMER+= gconf +USE_GSTREAMER+= gconf pango # Multimedia plugins USE_GSTREAMER+= ffmpeg |