diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-03 02:57:01 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-03 02:57:01 +0800 |
commit | 496a338edf57d79a9ca34cafb3842aa06bff179a (patch) | |
tree | ab254d26e6266afdbc35759c7110378214b2dd52 /multimedia/totem | |
parent | 490e684a16ff7e45b21ddbdf03b5440f33828a49 (diff) | |
download | marcuscom-ports-496a338edf57d79a9ca34cafb3842aa06bff179a.tar marcuscom-ports-496a338edf57d79a9ca34cafb3842aa06bff179a.tar.gz marcuscom-ports-496a338edf57d79a9ca34cafb3842aa06bff179a.tar.bz2 marcuscom-ports-496a338edf57d79a9ca34cafb3842aa06bff179a.tar.lz marcuscom-ports-496a338edf57d79a9ca34cafb3842aa06bff179a.tar.xz marcuscom-ports-496a338edf57d79a9ca34cafb3842aa06bff179a.tar.zst marcuscom-ports-496a338edf57d79a9ca34cafb3842aa06bff179a.zip |
More on merge with FreeBSD ports tree. Still not done with it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8276 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index badc66046..9543cca85 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -3,17 +3,18 @@ # Whom: Hendrik Scholz <hendrik@scholz.net> # # $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.71 2007/01/17 05:50:36 marcus Exp $ +# $MCom: ports/multimedia/totem/Makefile,v 1.72 2007/01/29 18:34:55 marcus Exp $ +# PORTNAME= totem PORTVERSION= 2.17.90 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A Xine-based video player for the Gnome 2 Desktop +COMMENT?= A Xine-based video player for the GNOME 2 Desktop BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= musicbrainz:${PORTSDIR}/audio/libmusicbrainz \ @@ -72,7 +73,7 @@ USE_GSTREAMER+= gnomevfs core gconf hal good mpeg2dec ugly WITHOUT_DVDNAV= yes PLIST_SUB+= GSTREAMER="" .else -LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine PLIST_SUB+= GSTREAMER="@comment " .endif |