- Fix pixmap search path

- Update WWW

PR:		ports/88349
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Pav Lucistnik 2005-11-02 20:39:10 +00:00
parent 5323f21018
commit 59edb6fce5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147044
2 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,7 @@
PORTNAME= gopchop PORTNAME= gopchop
PORTVERSION= 1.0.0 PORTVERSION= 1.0.0
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= multimedia CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://outflux.net/unix/software/GOPchop/download/ http://outflux.net/unix/software/GOPchop/download/
@ -39,7 +39,8 @@ PLIST_SUB+= NLS=""
.endif .endif
post-patch: post-patch:
@${REINPLACE_CMD} -e 's| -mcpu=.*"|"|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|pixmaps/\$${PACKAGE}|\$${PACKAGE}|g ; \
s| -mcpu=.*"|"|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|pixmaps/\$$(PACKAGE)|\$$(PACKAGE)/pixmaps|g ; \ 's|pixmaps/\$$(PACKAGE)|\$$(PACKAGE)/pixmaps|g ; \
s|-lglib||g' s|-lglib||g'

View file

@ -3,4 +3,4 @@ without re-encoding the resulting frames. The idea is to write specific
"Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will "Group of Pictures" (GOP) sections to a new MPEG2-PS file. These GOPs will
decode correctly (in theory), and the gaps won't be noticed. decode correctly (in theory), and the gaps won't be noticed.
WWW: http://outflux.net/unix/software/GOPchop/ WWW: http://gopchop.org/