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

(-)multimedia/gopchop/Makefile (-2 / +3 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	gopchop
9
PORTNAME=	gopchop
10
PORTVERSION=	1.0.0
10
PORTVERSION=	1.0.0
11
PORTREVISION=	1
11
PORTREVISION=	2
12
CATEGORIES=	multimedia
12
CATEGORIES=	multimedia
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
14
		http://outflux.net/unix/software/GOPchop/download/
14
		http://outflux.net/unix/software/GOPchop/download/
Lines 39-45 Link Here
39
.endif
39
.endif
40
40
41
post-patch:
41
post-patch:
42
	@${REINPLACE_CMD} -e 's| -mcpu=.*"|"|g' ${WRKSRC}/configure
42
	@${REINPLACE_CMD} -e 's|pixmaps/\$${PACKAGE}|\$${PACKAGE}|g ; \
43
		 s| -mcpu=.*"|"|g' ${WRKSRC}/configure
43
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
44
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
44
		's|pixmaps/\$$(PACKAGE)|\$$(PACKAGE)/pixmaps|g ; \
45
		's|pixmaps/\$$(PACKAGE)|\$$(PACKAGE)/pixmaps|g ; \
45
		 s|-lglib||g'
46
		 s|-lglib||g'
(-)multimedia/gopchop/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
"Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will
3
"Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will
4
decode correctly (in theory), and the gaps won't be noticed.
4
decode correctly (in theory), and the gaps won't be noticed.
5
5
6
WWW: http://outflux.net/unix/software/GOPchop/
6
WWW: http://gopchop.org/

Return to bug 88349