diff options
author | pav <pav@FreeBSD.org> | 2005-11-03 04:39:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-03 04:39:10 +0800 |
commit | 4b111d86e58bfdb888e4318562ec3bd3f0708385 (patch) | |
tree | edc8c0288775685c68461b32a538b391a61b3a8c /multimedia/gopchop | |
parent | c1616d85abcbe74e65b7dcf7b8b8231ab709fd07 (diff) | |
download | freebsd-ports-gnome-4b111d86e58bfdb888e4318562ec3bd3f0708385.tar.gz freebsd-ports-gnome-4b111d86e58bfdb888e4318562ec3bd3f0708385.tar.zst freebsd-ports-gnome-4b111d86e58bfdb888e4318562ec3bd3f0708385.zip |
- Fix pixmap search path
- Update WWW
PR: ports/88349
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'multimedia/gopchop')
-rw-r--r-- | multimedia/gopchop/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gopchop/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/gopchop/Makefile b/multimedia/gopchop/Makefile index 2662fefe1a31..5927e36c5eff 100644 --- a/multimedia/gopchop/Makefile +++ b/multimedia/gopchop/Makefile @@ -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' diff --git a/multimedia/gopchop/pkg-descr b/multimedia/gopchop/pkg-descr index 4f6aeb603d11..3bf5f0dffbe1 100644 --- a/multimedia/gopchop/pkg-descr +++ b/multimedia/gopchop/pkg-descr @@ -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/ |