View | Details | Raw Unified | Return to bug 51208
Collapse All | Expand All

(-)totem/Makefile (-4 / +21 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	totem
8
PORTNAME=	totem
9
PORTVERSION=	0.95.1
9
PORTVERSION=	0.96.0
10
PORTREVISION=	2
11
CATEGORIES=	multimedia gnome
10
CATEGORIES=	multimedia gnome
12
MASTER_SITES=	${MASTER_SITE_GNOME}
11
MASTER_SITES=	${MASTER_SITE_GNOME}
13
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.95
12
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.96
14
DIST_SUBDIR=	gnome2
13
DIST_SUBDIR=	gnome2
15
14
16
MAINTAINER=	hendrik@scholz.net
15
MAINTAINER=	hendrik@scholz.net
Lines 26-29 Link Here
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
27
	       	LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
26
	       	LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
28
27
29
.include <bsd.port.mk>
28
.include <bsd.port.pre.mk>
29
30
.if exists(${LOCALBASE}/lib/libdvdnav.so)
31
WITH_DVDNAV=	yes
32
.endif
33
34
.if defined(WITH_DVDNAV)
35
LIB_DEPENDS+=	dvdnav.1:${PORTSDIR}/multimedia/libdvdnav
36
PLIST_SUB+=	WITH_DVDNAV=""
37
.else
38
PLIST_SUB+=	WITH_DVDNAV="@comment "
39
.endif
40
41
.if !defined(WITH_DVDNAV)
42
	@${ECHO_MSG}
43
	@${ECHO_MSG} "You can enable DVD support by defining WITH_DVDNAV "
44
.endif
45
46
.include <bsd.port.post.mk>
(-)totem/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnome2/totem-0.95.1.tar.bz2) = 46f3d46cabdbc714d7d5ee9c1b888c77
1
MD5 (gnome2/totem-0.96.0.tar.bz2) = dbfe2180901e36e17f968b9c53ba9b1f
(-)totem/pkg-plist (-1 / +4 lines)
Lines 28-33 Link Here
28
share/gnome/applications/totem.desktop
28
share/gnome/applications/totem.desktop
29
share/gnome/mime-info/totem.keys
29
share/gnome/mime-info/totem.keys
30
share/gnome/pixmaps/media-player-48.png
30
share/gnome/pixmaps/media-player-48.png
31
share/gnome/totem/filmholes.png
31
share/gnome/totem/media-player-48.png
32
share/gnome/totem/media-player-48.png
32
share/gnome/totem/stock_media_next.png
33
share/gnome/totem/stock_media_next.png
33
share/gnome/totem/stock_media_previous.png
34
share/gnome/totem/stock_media_previous.png
Lines 40-49 Link Here
40
share/gnome/totem/rhythmbox-volume-medium.png
41
share/gnome/totem/rhythmbox-volume-medium.png
41
share/gnome/totem/rhythmbox-volume-min.png
42
share/gnome/totem/rhythmbox-volume-min.png
42
share/gnome/totem/rhythmbox-volume-zero.png
43
share/gnome/totem/rhythmbox-volume-zero.png
44
share/gnome/totem/totem_logo.png
43
share/gnome/totem/totem.glade
45
share/gnome/totem/totem.glade
44
share/gnome/totem/playlist.glade
46
share/gnome/totem/playlist.glade
45
share/gnome/totem/totem_logo.mpv
46
share/gnome/totem/properties.glade
47
share/gnome/totem/properties.glade
48
share/gnome/totem/uri.glade
47
share/locale/am/LC_MESSAGES/totem.mo
49
share/locale/am/LC_MESSAGES/totem.mo
48
share/locale/be/LC_MESSAGES/totem.mo
50
share/locale/be/LC_MESSAGES/totem.mo
49
share/locale/ca/LC_MESSAGES/totem.mo
51
share/locale/ca/LC_MESSAGES/totem.mo
Lines 64-69 Link Here
64
share/locale/nl/LC_MESSAGES/totem.mo
66
share/locale/nl/LC_MESSAGES/totem.mo
65
share/locale/no/LC_MESSAGES/totem.mo
67
share/locale/no/LC_MESSAGES/totem.mo
66
share/locale/pl/LC_MESSAGES/totem.mo
68
share/locale/pl/LC_MESSAGES/totem.mo
69
share/locale/pt/LC_MESSAGES/totem.mo
67
share/locale/pt_BR/LC_MESSAGES/totem.mo
70
share/locale/pt_BR/LC_MESSAGES/totem.mo
68
share/locale/ru/LC_MESSAGES/totem.mo
71
share/locale/ru/LC_MESSAGES/totem.mo
69
share/locale/sv/LC_MESSAGES/totem.mo
72
share/locale/sv/LC_MESSAGES/totem.mo

Return to bug 51208