ports/51208: maintainer-update: multimedia/totem to 0.96.0

Hendrik Scholz hendrik at scholz.net
Mon Apr 21 10:00:30 UTC 2003


>Number:         51208
>Category:       ports
>Synopsis:       maintainer-update: multimedia/totem to 0.96.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 21 03:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
NetUSE AG
>Environment:
System: FreeBSD goanna.lan.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Tue Mar 25 21:50:08 CET 2003 hscholz at goanna.lan.raisdorf.net:/usr/src/sys/i386/compile/GOANNA i386


	
>Description:
This is a portupgrade of totem adds a WITH_DVDNAV knob to
enable full DVD support through libdvdnav.
totem itself has a >300 lines Changelog since the last release so
upgrading is strongly encouraged :)

>How-To-Repeat:
	
>Fix:

	

--- totem-0.95.1-to-0.96.0.diff begins here ---
diff -urP totem-0.95.1/Makefile totem/Makefile
--- totem-0.95.1/Makefile	Mon Apr 21 11:19:05 2003
+++ totem/Makefile	Mon Apr 21 11:37:32 2003
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	totem
-PORTVERSION=	0.95.1
-PORTREVISION=	2
+PORTVERSION=	0.96.0
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.95
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.96
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	hendrik at scholz.net
@@ -26,4 +25,22 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 	       	LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if exists(${LOCALBASE}/lib/libdvdnav.so)
+WITH_DVDNAV=	yes
+.endif
+
+.if defined(WITH_DVDNAV)
+LIB_DEPENDS+=	dvdnav.1:${PORTSDIR}/multimedia/libdvdnav
+PLIST_SUB+=	WITH_DVDNAV=""
+.else
+PLIST_SUB+=	WITH_DVDNAV="@comment "
+.endif
+
+.if !defined(WITH_DVDNAV)
+	@${ECHO_MSG}
+	@${ECHO_MSG} "You can enable DVD support by defining WITH_DVDNAV "
+.endif
+
+.include <bsd.port.post.mk>
diff -urP totem-0.95.1/distinfo totem/distinfo
--- totem-0.95.1/distinfo	Mon Apr 21 11:19:05 2003
+++ totem/distinfo	Mon Apr 21 11:20:18 2003
@@ -1 +1 @@
-MD5 (gnome2/totem-0.95.1.tar.bz2) = 46f3d46cabdbc714d7d5ee9c1b888c77
+MD5 (gnome2/totem-0.96.0.tar.bz2) = dbfe2180901e36e17f968b9c53ba9b1f
diff -urP totem-0.95.1/pkg-plist totem/pkg-plist
--- totem-0.95.1/pkg-plist	Mon Apr 21 11:19:05 2003
+++ totem/pkg-plist	Mon Apr 21 11:43:03 2003
@@ -28,6 +28,7 @@
 share/gnome/applications/totem.desktop
 share/gnome/mime-info/totem.keys
 share/gnome/pixmaps/media-player-48.png
+share/gnome/totem/filmholes.png
 share/gnome/totem/media-player-48.png
 share/gnome/totem/stock_media_next.png
 share/gnome/totem/stock_media_previous.png
@@ -40,10 +41,11 @@
 share/gnome/totem/rhythmbox-volume-medium.png
 share/gnome/totem/rhythmbox-volume-min.png
 share/gnome/totem/rhythmbox-volume-zero.png
+share/gnome/totem/totem_logo.png
 share/gnome/totem/totem.glade
 share/gnome/totem/playlist.glade
-share/gnome/totem/totem_logo.mpv
 share/gnome/totem/properties.glade
+share/gnome/totem/uri.glade
 share/locale/am/LC_MESSAGES/totem.mo
 share/locale/be/LC_MESSAGES/totem.mo
 share/locale/ca/LC_MESSAGES/totem.mo
@@ -64,6 +66,7 @@
 share/locale/nl/LC_MESSAGES/totem.mo
 share/locale/no/LC_MESSAGES/totem.mo
 share/locale/pl/LC_MESSAGES/totem.mo
+share/locale/pt/LC_MESSAGES/totem.mo
 share/locale/pt_BR/LC_MESSAGES/totem.mo
 share/locale/ru/LC_MESSAGES/totem.mo
 share/locale/sv/LC_MESSAGES/totem.mo
--- totem-0.95.1-to-0.96.0.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list