mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix pixmap search path
- Update WWW PR: ports/88349 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
5323f21018
commit
59edb6fce5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147044
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gopchop
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://outflux.net/unix/software/GOPchop/download/
|
||||
@ -39,7 +39,8 @@ PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
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 \
|
||||
's|pixmaps/\$$(PACKAGE)|\$$(PACKAGE)/pixmaps|g ; \
|
||||
s|-lglib||g'
|
||||
|
@ -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
|
||||
decode correctly (in theory), and the gaps won't be noticed.
|
||||
|
||||
WWW: http://outflux.net/unix/software/GOPchop/
|
||||
WWW: http://gopchop.org/
|
||||
|
Loading…
Reference in New Issue
Block a user