pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio Remove audio/akode*.
details: https://anonhg.NetBSD.org/pkgsrc/rev/64b5ca14314e
branches: trunk
changeset: 405262:64b5ca14314e
user: nia <nia%pkgsrc.org@localhost>
date: Mon Nov 25 12:30:16 2019 +0000
description:
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:
audio/Makefile | 12 +-----------
audio/akode-plugins-alsa/DESCR | 6 ------
audio/akode-plugins-alsa/Makefile | 25 -------------------------
audio/akode-plugins-alsa/PLIST | 2 --
audio/akode-plugins-jack/DESCR | 6 ------
audio/akode-plugins-jack/Makefile | 25 -------------------------
audio/akode-plugins-jack/PLIST | 2 --
audio/akode-plugins-mpc/DESCR | 6 ------
audio/akode-plugins-mpc/Makefile | 24 ------------------------
audio/akode-plugins-mpc/PLIST | 2 --
audio/akode-plugins-mpeg/DESCR | 6 ------
audio/akode-plugins-mpeg/Makefile | 25 -------------------------
audio/akode-plugins-mpeg/PLIST | 2 --
audio/akode-plugins-oss/DESCR | 6 ------
audio/akode-plugins-oss/Makefile | 27 ---------------------------
audio/akode-plugins-oss/PLIST | 2 --
audio/akode-plugins-pulseaudio/DESCR | 6 ------
audio/akode-plugins-pulseaudio/Makefile | 25 -------------------------
audio/akode-plugins-pulseaudio/PLIST | 2 --
audio/akode-plugins-resampler/DESCR | 5 -----
audio/akode-plugins-resampler/Makefile | 25 -------------------------
audio/akode-plugins-resampler/PLIST | 2 --
audio/akode-plugins-sun/DESCR | 6 ------
audio/akode-plugins-sun/Makefile | 27 ---------------------------
audio/akode-plugins-sun/PLIST | 2 --
audio/akode-plugins-xiph/DESCR | 6 ------
audio/akode-plugins-xiph/Makefile | 29 -----------------------------
audio/akode-plugins-xiph/PLIST | 2 --
28 files changed, 1 insertions(+), 314 deletions(-)
diffs (truncated from 437 to 300 lines):
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/Makefile
--- a/audio/Makefile Mon Nov 25 11:57:19 2019 +0000
+++ b/audio/Makefile Mon Nov 25 12:30:16 2019 +0000
@@ -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+= 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
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-alsa/DESCR
--- a/audio/akode-plugins-alsa/DESCR Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-aKode is a simple audio decoding framework that provides a uniform interface
-to decode the most common audio formats. It also has a direct playback option
-for a number of audio outputs.
-
-This package provides the alsa plugin for aKode which allows playback through
-ALSA sound system used commonly on Linux.
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-alsa/Makefile
--- a/audio/akode-plugins-alsa/Makefile Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:21 asau Exp $
-#
-
-PKGNAME= akode-plugins-alsa-${AKODE_VERSION}
-PKGREVISION= 1
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Alsa output plugin for aKode framework
-LICENSE= gnu-lgpl-v2
-
-.include "../../audio/akode/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
-PATCHDIR= ${.CURDIR}/../../audio/akode/patches
-
-CONFIGURE_ARGS+= --with-alsa
-
-do-install:
- cd ${WRKSRC}/akode/plugins/alsa_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
- DESTDIR=${DESTDIR} install
-
-.include "../../audio/alsa-lib/buildlink3.mk"
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../audio/akode/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-alsa/PLIST
--- a/audio/akode-plugins-alsa/PLIST Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:03:15 hasso Exp $
-lib/libakode_alsa_sink.la
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-jack/DESCR
--- a/audio/akode-plugins-jack/DESCR Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-aKode is a simple audio decoding framework that provides a uniform interface
-to decode the most common audio formats. It also has a direct playback option
-for a number of audio outputs.
-
-This package provides the jack plugin for aKode which allows playback through
-Jack Audio Connection Kit soundserver.
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-jack/Makefile
--- a/audio/akode-plugins-jack/Makefile Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2013/02/09 22:11:31 ryoon Exp $
-#
-
-PKGNAME= akode-plugins-jack-${AKODE_VERSION}
-PKGREVISION= 2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Jack output plugin for aKode framework
-LICENSE= gnu-lgpl-v2
-
-.include "../../audio/akode/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
-PATCHDIR= ${.CURDIR}/../../audio/akode/patches
-
-CONFIGURE_ARGS+= --with-jack
-
-do-install:
- cd ${WRKSRC}/akode/plugins/jack_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
- DESTDIR=${DESTDIR} install
-
-.include "../../audio/jack/buildlink3.mk"
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../audio/akode/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-jack/PLIST
--- a/audio/akode-plugins-jack/PLIST Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:05:27 hasso Exp $
-lib/libakode_jack_sink.la
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-mpc/DESCR
--- a/audio/akode-plugins-mpc/DESCR Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-aKode is a simple audio decoding framework that provides a uniform interface
-to decode the most common audio formats. It also has a direct playback option
-for a number of audio outputs.
-
-This package provides the mpc plugin for aKode which allows decoding Musepack
-(aka mpc) audio format.
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-mpc/Makefile
--- a/audio/akode-plugins-mpc/Makefile Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $
-#
-
-PKGNAME= akode-plugins-mpc-${AKODE_VERSION}
-PKGREVISION= 1
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= MPC decoder plugin for akode framework
-LICENSE= gnu-lgpl-v2
-
-.include "../../audio/akode/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
-PATCHDIR= ${.CURDIR}/../../audio/akode/patches
-
-CONFIGURE_ARGS+= --with-mpc
-
-do-install:
- cd ${WRKSRC}/akode/plugins/mpc_decoder && ${SETENV} ${MAKE_ENV} \
- ${MAKE} DESTDIR=${DESTDIR} install
-
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../audio/akode/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-mpc/PLIST
--- a/audio/akode-plugins-mpc/PLIST Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:06:08 hasso Exp $
-lib/libakode_mpc_decoder.la
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-mpeg/DESCR
--- a/audio/akode-plugins-mpeg/DESCR Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-aKode is a simple audio decoding framework that provides a uniform interface
-to decode the most common audio formats. It also has a direct playback option
-for a number of audio outputs.
-
-This package provides the mpeg plugin for aKode which allows decoding MPEG 1/2
-layer I-III audio.
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-mpeg/Makefile
--- a/audio/akode-plugins-mpeg/Makefile Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/09/11 23:59:22 asau Exp $
-#
-
-PKGNAME= akode-plugins-mpeg-${AKODE_VERSION}
-PKGREVISION= 1
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= MPEG plugin for akode framework
-LICENSE= gnu-gpl-v2
-
-.include "../../audio/akode/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
-PATCHDIR= ${.CURDIR}/../../audio/akode/patches
-
-CONFIGURE_ARGS+= --with-libmad
-
-do-install:
- cd ${WRKSRC}/akode/plugins/mpeg_decoder && ${SETENV} ${MAKE_ENV} \
- ${MAKE} DESTDIR=${DESTDIR} install
-
-.include "../../audio/libmad/buildlink3.mk"
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../audio/akode/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-mpeg/PLIST
--- a/audio/akode-plugins-mpeg/PLIST Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:07:14 hasso Exp $
-lib/libakode_mpeg_decoder.la
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-oss/DESCR
--- a/audio/akode-plugins-oss/DESCR Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-aKode is a simple audio decoding framework that provides a uniform interface
-to decode the most common audio formats. It also has a direct playback option
-for a number of audio outputs.
-
-This package provides the oss plugin for aKode which allows playback through
-OSS (Open Sound System).
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-oss/Makefile
--- a/audio/akode-plugins-oss/Makefile Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/11/07 20:46:20 dholland Exp $
-#
-
-PKGNAME= akode-plugins-oss-${AKODE_VERSION}
-PKGREVISION= 1
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= OSS output plugin for akode framework
-LICENSE= gnu-lgpl-v2
-
-.include "../../audio/akode/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
-PATCHDIR= ${.CURDIR}/../../audio/akode/patches
-
-CONFIGURE_ARGS+= --with-oss
-
-# MacOS doesn't have OSS
-NOT_FOR_PLATFORM= Darwin-*-*
-
-do-install:
- cd ${WRKSRC}/akode/plugins/oss_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
- DESTDIR=${DESTDIR} install
-
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../audio/akode/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-oss/PLIST
--- a/audio/akode-plugins-oss/PLIST Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:07:59 hasso Exp $
-lib/libakode_oss_sink.la
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-pulseaudio/DESCR
--- a/audio/akode-plugins-pulseaudio/DESCR Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-aKode is a simple audio decoding framework that provides a uniform interface
-to decode the most common audio formats. It also has a direct playback option
-for a number of audio outputs.
-
-This package provides the pulse plugin for aKode which allows playback through
-Pulseaudio soundserver.
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-pulseaudio/Makefile
--- a/audio/akode-plugins-pulseaudio/Makefile Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2019/09/18 14:17:03 ryoon Exp $
-#
-
-PKGNAME= akode-plugins-pulseaudio-${AKODE_VERSION}
-PKGREVISION= 19
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Pulseaudio output plugin for akode framework
-LICENSE= gnu-lgpl-v2
-
-.include "../../audio/akode/Makefile.common"
-
-DISTINFO_FILE= ${.CURDIR}/../../audio/akode/distinfo
-PATCHDIR= ${.CURDIR}/../../audio/akode/patches
-
-CONFIGURE_ARGS+= --with-polypaudio
-
-do-install:
- cd ${WRKSRC}/akode/plugins/polyp_sink && ${SETENV} ${MAKE_ENV} ${MAKE} \
- DESTDIR=${DESTDIR} install
-
-.include "../../audio/pulseaudio/buildlink3.mk"
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../audio/akode/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-pulseaudio/PLIST
--- a/audio/akode-plugins-pulseaudio/PLIST Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:09:05 hasso Exp $
-lib/libakode_polyp_sink.la
diff -r 9d4dc29ed270 -r 64b5ca14314e audio/akode-plugins-resampler/DESCR
--- a/audio/akode-plugins-resampler/DESCR Mon Nov 25 11:57:19 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
Home |
Main Index |
Thread Index |
Old Index