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

(-)multimedia/lives/Makefile (-4 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	lives
8
PORTNAME=	lives
9
PORTVERSION=	1.0.4
9
PORTVERSION=	1.0.5
10
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
11
MASTER_SITES=	http://www.xs4all.nl/~salsaman/lives/current/
11
MASTER_SITES=	http://www.xs4all.nl/~salsaman/lives/current/
12
DISTNAME=	LiVES-${PORTVERSION}
12
DISTNAME=	LiVES-${PORTVERSION}
Lines 85-94 Link Here
85
	@${REINPLACE_CMD} -e 's|off64_t|off_t|g ; \
85
	@${REINPLACE_CMD} -e 's|off64_t|off_t|g ; \
86
		 s|lseek64|lseek|g' ${WRKSRC}/${file}
86
		 s|lseek64|lseek|g' ${WRKSRC}/${file}
87
.endfor
87
.endfor
88
	@${REINPLACE_CMD} -e 's|/usr/lib/|${LOCALBASE}/lib/|g' \
88
	@${REINPLACE_CMD} -e 's|/usr/local/lib/|${LOCALBASE}/lib/|g' \
89
		${WRKSRC}/lives-plugins/weed-plugins/frei0r.c
89
		${WRKSRC}/lives-plugins/weed-plugins/frei0r.c
90
	@${REINPLACE_CMD} -e '/weed_plant_free/d' \
91
		${WRKSRC}/lives-plugins/weed-plugins/libvis.c
92
	@${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \
90
	@${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \
93
		${REINPLACE_CMD} -e \
91
		${REINPLACE_CMD} -e \
94
		'/FLAGS/s|-O3||g ; \
92
		'/FLAGS/s|-O3||g ; \
(-)multimedia/lives/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (LiVES-1.0.4.tar.bz2) = 496c64fd75ca16e5dcc247a48ec7843d
1
MD5 (LiVES-1.0.5.tar.bz2) = 7b7dd03e98bbd11db463790cae0cabdb
2
SHA256 (LiVES-1.0.4.tar.bz2) = 0f863b2d269a306c01fc205ea9b89bb40b3adb7e468913929aaa68fe92b1129f
2
SHA256 (LiVES-1.0.5.tar.bz2) = 3d992ee639d911681b993454e7503dd0d4556ba662c09d57f6ac192dc50cac23
3
SIZE (LiVES-1.0.4.tar.bz2) = 2843436
3
SIZE (LiVES-1.0.5.tar.bz2) = 2843709

Return to bug 140121