diff options
author | nia <nia@pkgsrc.org> | 2019-11-25 12:30:16 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-11-25 12:30:16 +0000 |
commit | 433b4371d6bce722c1c9a583fac389ac1937b5ec (patch) | |
tree | 864027e387abb01e99d6282bd37ed240898b4884 /audio/Makefile | |
parent | f8b2cf63b3105322dcc7bbe14f73d611bc88b033 (diff) | |
download | pkgsrc-433b4371d6bce722c1c9a583fac389ac1937b5ec.tar.gz |
Remove audio/akode*.
This library is dead upstream, used by nothing in pkgsrc.
Readily available alternatives to the included example player include mpg123,
flac123, ogg123 (part of vorbis-tools package), mpc, ffplay, etc.
It's hard to find evidence of this existing in other package repositories.
It was formerly part of KDE 3 (used by kde-multimedia 3) and the last release
was in 2007. The original website disappeared at some point in 2010.
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/audio/Makefile b/audio/Makefile index c1cc59e5b08..1acf57e8147 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.575 2019/11/23 12:01:01 nia Exp $ +# $NetBSD: Makefile,v 1.576 2019/11/25 12:30:16 nia Exp $ # COMMENT= Audio tools @@ -11,16 +11,6 @@ SUBDIR+= abcmidi SUBDIR+= adplay SUBDIR+= adplug SUBDIR+= aeneas -SUBDIR+= akode -SUBDIR+= akode-plugins-alsa -SUBDIR+= akode-plugins-jack -SUBDIR+= akode-plugins-mpc -SUBDIR+= akode-plugins-mpeg -SUBDIR+= akode-plugins-oss -SUBDIR+= akode-plugins-pulseaudio -SUBDIR+= akode-plugins-resampler -SUBDIR+= akode-plugins-sun -SUBDIR+= akode-plugins-xiph SUBDIR+= alacconvert SUBDIR+= albumplayer SUBDIR+= alsa-lib |