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

(-)imagination/Makefile (-10 / +5 lines)
Lines 10-17 Link Here
10
MAINTAINER=	jessefrgsmith@yahoo.ca
10
MAINTAINER=	jessefrgsmith@yahoo.ca
11
COMMENT=	DVD slideshow maker
11
COMMENT=	DVD slideshow maker
12
12
13
LIB_DEPENDS=libsox.so:${PORTSDIR}/audio/sox
13
BUILD_DEPENDS=	${LOCALBASE}/lib/gtk-2.0:${PORTSDIR}/x11-toolkits/gtk20 \
14
BUILD_DEPENDS=	${LOCALBASE}/lib/gtk-2.0:${PORTSDIR}/x11-toolkits/gtk20 \
14
		${LOCALBASE}/bin/sox:${PORTSDIR}/audio/sox \
15
		${LOCALBASE}/bin/intltool-extract:${PORTSDIR}/textproc/intltool
15
		${LOCALBASE}/bin/intltool-extract:${PORTSDIR}/textproc/intltool
16
RUN_DEPENDS=	${LOCALBASE}/bin/ffmpeg:${PORTSDIR}/multimedia/ffmpeg
16
RUN_DEPENDS=	${LOCALBASE}/bin/ffmpeg:${PORTSDIR}/multimedia/ffmpeg
17
17
Lines 21-35 Link Here
21
21
22
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
22
WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
23
24
NO_STAGE=	yes
24
OPTIONS_DEFINE=NLS
25
.include <bsd.port.options.mk>
26
25
27
.if ${PORT_OPTIONS:MNLS}
26
OPTIONS_SUB=yes
28
USES+=		gettext
27
NLS_CONFIGURE_ENABLE=nls
29
PLIST_SUB+=	NLS=""
28
NLS_USES=gettext
30
.else
31
CONFIGURE_ARGS+=	--disable-nls
32
PLIST_SUB+=	NLS="@comment "
33
.endif
34
29
35
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)imagination/pkg-plist (-1 lines)
Lines 43-49 Link Here
43
share/icons/hicolor/24x24/apps/imagination.png
43
share/icons/hicolor/24x24/apps/imagination.png
44
share/icons/hicolor/48x48/apps/imagination.png
44
share/icons/hicolor/48x48/apps/imagination.png
45
share/icons/hicolor/scalable/apps/imagination.svg
45
share/icons/hicolor/scalable/apps/imagination.svg
46
share/icons/hicolor/icon-theme.cache
47
%%DATADIR%%/pixmaps/imagination-1.gif
46
%%DATADIR%%/pixmaps/imagination-1.gif
48
%%DATADIR%%/pixmaps/imagination-1.png
47
%%DATADIR%%/pixmaps/imagination-1.png
49
%%DATADIR%%/pixmaps/imagination-10.gif
48
%%DATADIR%%/pixmaps/imagination-10.gif

Return to bug 186596