mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 4 additions and 3 deletions
|
@ -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'
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue