diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-20 03:36:37 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-20 03:36:37 +0800 |
commit | c209c4f3785851bafccb1112d857bdb103f80435 (patch) | |
tree | d4150036c29ce53192793428dcc5dac352d01967 /audio/gnome-media | |
parent | 283a885648d42fcac11b70dc27b7cde0ea297c38 (diff) | |
download | freebsd-ports-gnome-c209c4f3785851bafccb1112d857bdb103f80435.tar.gz freebsd-ports-gnome-c209c4f3785851bafccb1112d857bdb103f80435.tar.zst freebsd-ports-gnome-c209c4f3785851bafccb1112d857bdb103f80435.zip |
Add a missing dependency, gstreamer-plugins-cdparanoia, to fix gnome-cd in the
runtime when trying to load audio CD. Bump the PORTREVISION.
PR: ports/107964
Reported by: User1001 <supraexpress@globaleyes.net>
Diffstat (limited to 'audio/gnome-media')
-rw-r--r-- | audio/gnome-media/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index efc3a12124dc..1185736ec053 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-media PORTVERSION= 2.16.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -26,7 +26,7 @@ USE_LDCONFIG= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \ gail nautiluscdburner -USE_GSTREAMER= esound gconf good +USE_GSTREAMER= cdparanoia esound gconf good CONFIGURE_ARGS= --enable-ipv6 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |