diff options
author | nakai <nakai@FreeBSD.org> | 2000-01-26 19:28:06 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-01-26 19:28:06 +0800 |
commit | 3c6d8821e83230186cfa9dae6b7a540617506285 (patch) | |
tree | 4cb970915c3b70d1f5c0554dd6e8040937211057 /audio/gogo | |
parent | ed484b875a143e86b1e0f2b8a5a93a8797c1edb6 (diff) | |
download | freebsd-ports-gnome-3c6d8821e83230186cfa9dae6b7a540617506285.tar.gz freebsd-ports-gnome-3c6d8821e83230186cfa9dae6b7a540617506285.tar.zst freebsd-ports-gnome-3c6d8821e83230186cfa9dae6b7a540617506285.zip |
Add cdda2wav feature.
Submitted by: taoka@FreeBSD.org
Diffstat (limited to 'audio/gogo')
-rw-r--r-- | audio/gogo/Makefile | 19 | ||||
-rw-r--r-- | audio/gogo/pkg-descr | 8 |
2 files changed, 23 insertions, 4 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index 574032583db4..87b02c290e05 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -16,15 +16,32 @@ MAINTAINER= nakai@FreeBSD.org # More than version 0.98 BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm +.if !defined(MINIMAL) +RUN_DEPENDS= cdda2wav:${PORTSDIR}/sysutils/cdrecord \ + list_audio_tracks:${PORTSDIR}/sysutils/cdrecord +.endif USE_GMAKE= yes ALL_TARGET= gogo .if(!defined(KANJI)) -MAKE_ENV+= DONT_USE_KANJI=-DNO_KANJI +MAKE_ARGS+= DONT_USE_KANJI=-DNO_KANJI +.else +MAKE_ARGS+= DONT_USE_KANJI= .endif RESTRICTED= Condition is not clear do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin +.if !defined(MINIMAL) + ${INSTALL_SCRIPT} ${WRKSRC}/sakai/cdda2mp3.bsd \ + ${PREFIX}/bin/cdda2mp3.gogo +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/gogo + ${INSTALL_DATA} ${WRKSRC}/sakai/cdda2mp3.txt \ + ${PREFIX}/share/doc/gogo/cdda2mp3.gogo.jp + ${INSTALL_DATA} ${WRKSRC}/sakai/readme_e.txt \ + ${PREFIX}/share/doc/gogo/cdda2mp3.gogo.en +.endif +.endif .include <bsd.port.mk> diff --git a/audio/gogo/pkg-descr b/audio/gogo/pkg-descr index 23d1ea99c62f..1ede5be91493 100644 --- a/audio/gogo/pkg-descr +++ b/audio/gogo/pkg-descr @@ -4,7 +4,9 @@ and Intel PentiumIII SSE. The latter is available when FreeBSD supports SSE. (Linux supports it.) *** DON'T OVERCLOCK YOUR K6-2 *** -Gogo heavily uses the 3DNow! unit that almost slesep in usual, -and the CPU becomes very hot even in normal clock. +Gogo heavily uses the 3DNow! unit that almost sleeps in usual, +and the encoding CPU becomes very hot even with its normal clock. So overclock may cause serious internal errors or crazy results. -Also, this may be same on PentiumIII. +Also, this may be same on PentiumIII or others. + +WWW: http://homepage1.nifty.com/herumi/gogo_e.html |