aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-26 06:33:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-26 06:33:41 +0000
commite32eca5754728d23931ad3252a59ef4da9ffcadd (patch)
tree559123400078146e09fa0cab71ad15289e61eb0b /audio
parent61bc79f38cddca08e515b384af62c80b461e9017 (diff)
downloadports-e32eca5754728d23931ad3252a59ef4da9ffcadd.tar.gz
ports-e32eca5754728d23931ad3252a59ef4da9ffcadd.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/abcde/Makefile12
-rw-r--r--audio/gogo/Makefile55
-rw-r--r--audio/gogo/distinfo2
-rw-r--r--audio/gogo/files/patch-engine__i386__cpu.c10
-rw-r--r--audio/gogo/files/patch-engine__i386__fftsse.nas25
-rw-r--r--audio/gogo/pkg-descr12
-rw-r--r--audio/grip/Makefile11
-rw-r--r--audio/pacpl/Makefile12
9 files changed, 6 insertions, 134 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 8b31e5f0f356..d1de5ce5454e 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -239,7 +239,6 @@
SUBDIR += gnupod
SUBDIR += gnustep-cdplayer
SUBDIR += gogglesmm
- SUBDIR += gogo
SUBDIR += gogo-petit
SUBDIR += goobox
SUBDIR += gqmpeg
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile
index 0f25e3523e21..c2776e901838 100644
--- a/audio/abcde/Makefile
+++ b/audio/abcde/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: abcde
-# Date created: July 29, 2002
-# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
-#
+# Created by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
# $FreeBSD$
-#
PORTNAME= abcde
PORTVERSION= 2.4.2
@@ -28,7 +24,7 @@ MAN1= abcde.1 cddb-tool.1
PLIST_FILES= bin/abcde bin/cddb-tool etc/abcde.conf.sample
-OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT GOGO FLAC MPP NORMALIZE REPLAYGAIN SPEEX
+OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT FLAC MPP NORMALIZE REPLAYGAIN SPEEX
EJECT_DESC?= Enable auto-eject support
NORMALIZE_DESC?= Enable normalize support
@@ -60,10 +56,6 @@ RUN_DEPENDS+= normalize:${PORTSDIR}/audio/normalize
RUN_DEPENDS+= speexenc:${PORTSDIR}/audio/speex
.endif
-.if ${PORT_OPTIONS:MGOGO}
-RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo
-.endif
-
.if ${PORT_OPTIONS:MAAC}
RUN_DEPENDS+= faac:${PORTSDIR}/audio/faac
.endif
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile
deleted file mode 100644
index 79b0a2a2643f..000000000000
--- a/audio/gogo/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# Created by: Yukihiro Nakai <Nacai@iname.com>
-# $FreeBSD$
-
-PORTNAME= gogo
-PORTVERSION= 3.13
-CATEGORIES= audio
-MASTER_SITES= http://homepage2.nifty.com/kei-i/petit/
-DISTNAME= petit313
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Very fast MP3 encoder using recent x86 processors' features
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-LICENSE= LGPL20
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-# More than version 0.98
-BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
-
-RESTRICTED= Condition is not clear
-ONLY_FOR_ARCHS= i386
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-CFLAGS+= -fomit-frame-pointer -ffast-math -funroll-loops
-
-PORTDOCS= cdda2mp3.gogo.en cdda2mp3.gogo.ja
-PLIST_FILES= bin/cdda2mp3.gogo bin/gogo
-
-post-extract:
- @${TOUCH} ${WRKSRC}/readme.txt
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s| -pipe| $${CFLAGS}|g ; \
- s|^CFLAGS|#CFLAGS|g' ${WRKSRC}/configure
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/contrib/cdda2mp3/cdda2mp3.bsd \
- ${PREFIX}/bin/cdda2mp3.gogo
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3/cdda2mp3.txt \
- ${DOCSDIR}/cdda2mp3.gogo.en
- ${INSTALL_DATA} ${WRKSRC}/contrib/cdda2mp3/cdda2mp3.euc \
- ${DOCSDIR}/cdda2mp3.gogo.ja
-.endif
-
-.include <bsd.port.mk>
diff --git a/audio/gogo/distinfo b/audio/gogo/distinfo
deleted file mode 100644
index 8a38e481d731..000000000000
--- a/audio/gogo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (petit313.tgz) = 8dfb28f0af57c3b442cf9ceafdab903358e27a7a1aa905b5cebd66df804c71f1
-SIZE (petit313.tgz) = 389322
diff --git a/audio/gogo/files/patch-engine__i386__cpu.c b/audio/gogo/files/patch-engine__i386__cpu.c
deleted file mode 100644
index 4f42c0a835cd..000000000000
--- a/audio/gogo/files/patch-engine__i386__cpu.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- engine/i386/cpu.c.orig 2003-10-05 09:50:36.000000000 +0900
-+++ engine/i386/cpu.c 2011-08-02 21:40:31.000000000 +0900
-@@ -12,6 +12,7 @@
- #include <pthread.h>
- #include <semaphore.h>
- #if defined(__FreeBSD__)
-+ #include <sys/types.h>
- #include <sys/sysctl.h>
- #endif
- #endif
diff --git a/audio/gogo/files/patch-engine__i386__fftsse.nas b/audio/gogo/files/patch-engine__i386__fftsse.nas
deleted file mode 100644
index d012a757e350..000000000000
--- a/audio/gogo/files/patch-engine__i386__fftsse.nas
+++ /dev/null
@@ -1,25 +0,0 @@
---- engine/i386/fftsse.nas.orig 2003-10-05 09:50:37.000000000 +0900
-+++ engine/i386/fftsse.nas 2011-08-02 21:49:00.000000000 +0900
-@@ -23,14 +23,14 @@
- Q_SQRT2 dd 1.41421356237, 1.41421356237, 1.41421356237, 1.41421356237
-
- Q_1 dd 1.0, 1.0, 1.0, 1.0
--costab dd 9.238795325112867e-01F, 9.238795325112867e-01F, 9.238795325112867e-01F, 9.238795325112867e-01F
-- dd 3.826834323650898e-01F, 3.826834323650898e-01F, 3.826834323650898e-01F, 3.826834323650898e-01F
-- dd 9.951847266721969e-01F, 9.951847266721969e-01F, 9.951847266721969e-01F, 9.951847266721969e-01F
-- dd 9.801714032956060e-02F, 9.801714032956060e-02F, 9.801714032956060e-02F, 9.801714032956060e-02F
-- dd 9.996988186962042e-01F, 9.996988186962042e-01F, 9.996988186962042e-01F, 9.996988186962042e-01F
-- dd 2.454122852291229e-02F, 2.454122852291229e-02F, 2.454122852291229e-02F, 2.454122852291229e-02F
-- dd 9.999811752826011e-01F, 9.999811752826011e-01F, 9.999811752826011e-01F, 9.999811752826011e-01F
-- dd 6.135884649154475e-03F, 6.135884649154475e-03F, 6.135884649154475e-03F, 6.135884649154475e-03F
-+costab dd 9.238795325112867e-01, 9.238795325112867e-01, 9.238795325112867e-01, 9.238795325112867e-01
-+ dd 3.826834323650898e-01, 3.826834323650898e-01, 3.826834323650898e-01, 3.826834323650898e-01
-+ dd 9.951847266721969e-01, 9.951847266721969e-01, 9.951847266721969e-01, 9.951847266721969e-01
-+ dd 9.801714032956060e-02, 9.801714032956060e-02, 9.801714032956060e-02, 9.801714032956060e-02
-+ dd 9.996988186962042e-01, 9.996988186962042e-01, 9.996988186962042e-01, 9.996988186962042e-01
-+ dd 2.454122852291229e-02, 2.454122852291229e-02, 2.454122852291229e-02, 2.454122852291229e-02
-+ dd 9.999811752826011e-01, 9.999811752826011e-01, 9.999811752826011e-01, 9.999811752826011e-01
-+ dd 6.135884649154475e-03, 6.135884649154475e-03, 6.135884649154475e-03, 6.135884649154475e-03
-
- align 32
- revLongInit db 0x00, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80
diff --git a/audio/gogo/pkg-descr b/audio/gogo/pkg-descr
deleted file mode 100644
index 5edc70521bc4..000000000000
--- a/audio/gogo/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-GOGO-no-coda is very fast MP3 encoder based on lame-3.29beta,
-optimized with MMX, 3DNow!, Enhanced 3DNow! and SSE (patched nasm required
-to compile with E3DNow! and kernel support needed to enable SSE but FreeBSD
-does not have it yet).
-
-*** DO NOT OVERCLOCK YOUR CPUs ***
-GOGO heavily uses the part of processors that almost sleeps in usual,
-so makes them very hot even it runs standard clock.
-Overclocking may cause serious internal errors and crazy results.
-Or you need gigantic heatsink and extra-noisy fans. :-)
-
-WWW: http://www.marinecat.net/free/windows/mct_free.htm
diff --git a/audio/grip/Makefile b/audio/grip/Makefile
index 0144c1d83583..bf1104be16ab 100644
--- a/audio/grip/Makefile
+++ b/audio/grip/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: grip
-# Date created: 31 May 2000
-# Whom: kbyanc@posi.net
-#
+# Created by: kbyanc@posi.net
# $FreeBSD$
# $MCom: ports/audio/grip/Makefile,v 1.4 2007/05/19 21:35:57 marcus Exp $
@@ -24,7 +21,7 @@ USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= CDPARANOIA CDDA2WAV LAME VORBIS FAAC FLAC GOGO
+OPTIONS_DEFINE= CDPARANOIA CDDA2WAV LAME VORBIS FAAC FLAC
OPTIONS_DEFAULT= CDPARANOIA VORBIS
.if !defined(PACKAGE_BUILDING)
@@ -58,10 +55,6 @@ RUN_DEPENDS+= faac:${PORTSDIR}/audio/faac
RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
.endif
-.if ${PORT_OPTIONS:MGOGO}
-RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo
-.endif
-
.if ${PORT_OPTIONS:MLAME}
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
.endif
diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile
index 63a56d9297a8..81f12bb00143 100644
--- a/audio/pacpl/Makefile
+++ b/audio/pacpl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pacpl
-# Date created: 21 July 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= pacpl
PORTVERSION= 4.0.5
@@ -19,7 +15,7 @@ USE_PERL5_RUN= yes
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
-OPTIONS_DEFINE= BONK CDPARANOIA CDDB FAAC FAAD FFMPEG FLAC FLACTAG GOGO \
+OPTIONS_DEFINE= BONK CDPARANOIA CDDB FAAC FAAD FFMPEG FLAC FLACTAG \
LAME LAUDIO SNDFILE LPAC APE APETAG MP3TAG MP4TAG \
MPP MPLAYER OPTIMFROG VORBIS VORBISTAG SHORTEN \
SOX SPEEX TOOLAME TTA WAVPACK WMATAG KDE4 AMAROK NORELANGS \
@@ -110,10 +106,6 @@ RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac
RUN_DEPENDS+= p5-Audio-FLAC-Header>0:${PORTSDIR}/audio/p5-Audio-FLAC-Header
.endif
-.if ${PORT_OPTIONS:MGOGO}
-RUN_DEPENDS+= gogo:${PORTSDIR}/audio/gogo
-.endif
-
.if ${PORT_OPTIONS:MLAME}
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
.endif