View | Details | Raw Unified | Return to bug 253118 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/gstreamer1-plugins/Makefile (-4 / +3 lines)
Lines 134-147 Link Here
134
post-patch:
134
post-patch:
135
.if ${DIST} == bad
135
.if ${DIST} == bad
136
# custom rule to fix opencv detection in configure
136
# custom rule to fix opencv detection in configure
137
#	@${REINPLACE_CMD} -e 's|opencv <= 2.4.8|opencv <= 2.4.9|g' \
137
# Fix dependency on neon-0.31
138
	@${REINPLACE_CMD} -e '/opencv4/s|4.2.0|5.0.0|g' \
139
		-e '/neon/s|0.30.99|0.31.99|g' \
138
		${WRKSRC}/configure
140
		${WRKSRC}/configure
139
	@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \
141
	@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \
140
		${WRKSRC}/ext/resindvd/resindvdbin.c \
142
		${WRKSRC}/ext/resindvd/resindvdbin.c \
141
		${WRKSRC}/ext/resindvd/resindvdsrc.c
143
		${WRKSRC}/ext/resindvd/resindvdsrc.c
142
# Fix dependency on neon-0.31
143
	${REINPLACE_CMD} -e '/neon/s|0.30.99|0.31.99|g' \
144
		${WRKSRC}/configure
145
144
146
.endif
145
.endif
147
.if ${DIST} != ugly
146
.if ${DIST} != ugly

Return to bug 253118