pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/akode Remove audio/akode.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/017cb0dca5ee
branches:  trunk
changeset: 418390:017cb0dca5ee
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Nov 25 12:43:57 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/akode/DESCR                                               |    5 -
 audio/akode/Makefile                                            |   16 -
 audio/akode/Makefile.common                                     |   42 --
 audio/akode/PLIST                                               |   29 --
 audio/akode/buildlink3.mk                                       |   15 -
 audio/akode/distinfo                                            |   24 -
 audio/akode/patches/patch-aa                                    |   13 -
 audio/akode/patches/patch-ab                                    |   31 --
 audio/akode/patches/patch-ac                                    |  144 ----------
 audio/akode/patches/patch-ad                                    |   46 ---
 audio/akode/patches/patch-ae                                    |   13 -
 audio/akode/patches/patch-af                                    |   19 -
 audio/akode/patches/patch-ag                                    |   48 ---
 audio/akode/patches/patch-ah                                    |   29 --
 audio/akode/patches/patch-ai                                    |   22 -
 audio/akode/patches/patch-aj                                    |   12 -
 audio/akode/patches/patch-ak                                    |   13 -
 audio/akode/patches/patch-akode-lib-converter.cpp               |   13 -
 audio/akode/patches/patch-akode-lib-crossfader.cpp              |   22 -
 audio/akode/patches/patch-akode-lib-fast_resampler.cpp          |   13 -
 audio/akode/patches/patch-akode-lib-volumefilter.cpp            |   13 -
 audio/akode/patches/patch-akode_plugins_sun__sink_sun__sink.cpp |   15 -
 audio/akode/patches/patch-al                                    |   12 -
 audio/akode/patches/patch-am                                    |   14 -
 24 files changed, 0 insertions(+), 623 deletions(-)

diffs (truncated from 719 to 300 lines):

diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/DESCR
--- a/audio/akode/DESCR Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +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 aKode library and akodeplay testing utility.
diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/Makefile
--- a/audio/akode/Makefile      Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:21 asau Exp $
-#
-
-PKGNAME=               akode-2.0.2
-PKGREVISION=           3
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-COMMENT=               Simple audio decoding framework (base package)
-LICENSE=               gnu-lgpl-v2
-
-.include "../../audio/akode/Makefile.common"
-
-REPLACE_SH=            akode/akode-config.in
-
-.include "../../devel/libltdl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/Makefile.common
--- a/audio/akode/Makefile.common       Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-# $NetBSD: Makefile.common,v 1.6 2016/08/30 10:39:08 mef Exp $
-#
-# used by audio/akode/Makefile
-# used by audio/akode-plugins-alsa/Makefile
-# used by audio/akode-plugins-jack/Makefile
-# used by audio/akode-plugins-mpc/Makefile
-# used by audio/akode-plugins-mpeg/Makefile
-# used by audio/akode-plugins-oss/Makefile
-# used by audio/akode-plugins-pulseaudio/Makefile
-# used by audio/akode-plugins-resampler/Makefile
-# used by audio/akode-plugins-sun/Makefile
-# used by audio/akode-plugins-xiph/Makefile
-
-AKODE_VERSION=         2.0.2
-DISTNAME=              30375-akode-${AKODE_VERSION}
-CATEGORIES=            audio
-MASTER_SITES=          http://www.kde-apps.org/CONTENT/content-files/
-EXTRACT_SUFX=          .tar.bz2
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://www.linux-apps.com/p/1126584/
-
-WRKSRC=                        ${WRKDIR}/akode-${AKODE_VERSION}
-
-GNU_CONFIGURE=         yes
-SET_LIBDIR=            yes
-USE_TOOLS+=            gmake pkg-config
-USE_LANGUAGES=         c c++
-USE_LIBTOOL=           yes
-
-CONFIGURE_ARGS+=       --without-flac
-CONFIGURE_ARGS+=       --without-speex
-CONFIGURE_ARGS+=       --without-libmad
-CONFIGURE_ARGS+=       --without-libsamplerate
-CONFIGURE_ARGS+=       --without-jack
-CONFIGURE_ARGS+=       --without-polypaudio
-CONFIGURE_ARGS+=       --without-ffmpeg
-CONFIGURE_ARGS+=       --without-oss
-CONFIGURE_ARGS+=       --without-sun
-CONFIGURE_ARGS+=       --without-alsa
-CONFIGURE_ARGS+=       --without-vorbis
-CONFIGURE_ARGS+=       --without-mpc
diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/PLIST
--- a/audio/akode/PLIST Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:01 joerg Exp $
-bin/akode-config
-bin/akodeplay
-include/akode/akode_export.h
-include/akode/akodelib.h
-include/akode/audiobuffer.h
-include/akode/audioconfiguration.h
-include/akode/audioframe.h
-include/akode/auto_sink.h
-include/akode/buffered_decoder.h
-include/akode/bytebuffer.h
-include/akode/converter.h
-include/akode/crossfader.h
-include/akode/decoder.h
-include/akode/encoder.h
-include/akode/fast_resampler.h
-include/akode/file.h
-include/akode/framedecoder.h
-include/akode/localfile.h
-include/akode/magic.h
-include/akode/mmapfile.h
-include/akode/player.h
-include/akode/pluginhandler.h
-include/akode/resampler.h
-include/akode/sink.h
-include/akode/void_sink.h
-include/akode/volumefilter.h
-include/akode/wav_decoder.h
-lib/libakode.la
diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/buildlink3.mk
--- a/audio/akode/buildlink3.mk Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.4 2009/12/15 21:30:51 joerg Exp $
-
-BUILDLINK_TREE+=       akode
-
-.if !defined(AKODE_BUILDLINK3_MK)
-AKODE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.akode+=  akode>=2.0.2
-BUILDLINK_ABI_DEPENDS.akode+=  akode>=2.0.2nb2
-BUILDLINK_PKGSRCDIR.akode?=    ../../audio/akode
-
-.include "../../devel/libltdl/buildlink3.mk"
-.endif # AKODE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -akode
diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/distinfo
--- a/audio/akode/distinfo      Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: distinfo,v 1.12 2018/02/01 10:25:13 jperkin Exp $
-
-SHA1 (30375-akode-2.0.2.tar.bz2) = 10ad1e335bc53c2a90d133b493568324514c729c
-RMD160 (30375-akode-2.0.2.tar.bz2) = fa0322367d8e24e541007d3f9e508c3c31370d96
-SHA512 (30375-akode-2.0.2.tar.bz2) = 174bda1e0688ad5443c005378b7ffeab2a606edfff87dbd100055d49e768525009f98f529dbac47c21ed10a361dcffdc6e957073329f49915f1091e2a31004bb
-Size (30375-akode-2.0.2.tar.bz2) = 472605 bytes
-SHA1 (patch-aa) = e984dc5d4f1e62812d8c0c9db4bf0476c1edf3fa
-SHA1 (patch-ab) = eacf146458434fd6ecdbf39310c853f1af246202
-SHA1 (patch-ac) = 9e12ccc124cef7e547829fc4f4d0c4b35933e962
-SHA1 (patch-ad) = 9bd599a37dbbe7ed9ce9b1d3bc9520f5e53f7a87
-SHA1 (patch-ae) = e1b8b9439907a92531c1e0a0c4b494bd7776f770
-SHA1 (patch-af) = 99f17f5d3a58ad659a1a8c4dab5ddf6b5382dbff
-SHA1 (patch-ag) = bb9d4e56766fb5806ce88a9b956fcd42c5d0e629
-SHA1 (patch-ah) = f58249f5d32e86e82a5831a826dafc0590653a5e
-SHA1 (patch-ai) = 0b1196a792259ed573c964f66b68f56adb8a4b0e
-SHA1 (patch-aj) = c8dcff8937b4bf72b34479ac7d701fdf241d14cd
-SHA1 (patch-ak) = 45ce8e7d2ca98c64a56af4f549208de9de89757d
-SHA1 (patch-akode-lib-converter.cpp) = 5eacaa5a85b4ba2262de2e96be291ea247b4594e
-SHA1 (patch-akode-lib-crossfader.cpp) = 4b952c0fa2e1e39b0c530456405297aa33b91ceb
-SHA1 (patch-akode-lib-fast_resampler.cpp) = d244060bf2ab0035296ef96ab7f20460230f1f9c
-SHA1 (patch-akode-lib-volumefilter.cpp) = b070ec761fbb4fe34376f57b953fdc5529cf3068
-SHA1 (patch-akode_plugins_sun__sink_sun__sink.cpp) = 1c6019f0b27b0a910f9e5126605a5dc5317b7e15
-SHA1 (patch-al) = b910d7a82a1a341e8b3929e09f6d16470bdbb34f
-SHA1 (patch-am) = 4dfe0ef9dfb74ea9c4d2c02801860e307484c148
diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/patches/patch-aa
--- a/audio/akode/patches/patch-aa      Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/02/26 18:00:34 hasso Exp $
-
---- akode/plugins/xiph_decoder/flac113_decoder.cpp.orig        2008-12-05 15:27:25 +0200
-+++ akode/plugins/xiph_decoder/flac113_decoder.cpp     2008-12-05 15:27:44 +0200
-@@ -108,7 +108,7 @@ struct FLACDecoder::private_data {
- static FLAC__StreamDecoderReadStatus flac_read_callback(
-         const FLAC__StreamDecoder *,
-         FLAC__byte buffer[],
--        unsigned *bytes,
-+        size_t *bytes,
-         void *client_data)
- {
-     FLACDecoder::private_data *data = (FLACDecoder::private_data*)client_data;
diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/patches/patch-ab
--- a/audio/akode/patches/patch-ab      Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2011/11/23 23:25:36 joerg Exp $
-
---- akode/plugins/sun_sink/sun_sink.cpp.orig   2005-10-28 08:57:18.000000000 +0000
-+++ akode/plugins/sun_sink/sun_sink.cpp
-@@ -20,13 +20,15 @@
- 
- #include <config.h>
- 
-+#include <sys/types.h>
-+#include <sys/ioctl.h>
- #include <sys/audioio.h>
- 
--#include <sys/ioctl.h>
- #include <errno.h>
- #include <fcntl.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include <unistd.h>
--#include <alloca.h>
- 
- #include <audioframe.h>
- #include "sun_sink.h"
-@@ -97,7 +99,7 @@ int SunSink::setAudioConfiguration(const
- {
-     d->config = *config;
- 
--    AUDIO_INITINFO(&d->auinfo)
-+    AUDIO_INITINFO(&d->auinfo);
- 
-     if (ioctl(d->audio_fd, AUDIO_GETINFO, &d->auinfo) < 0)
-     {
diff -r 8e60c4f97895 -r 017cb0dca5ee audio/akode/patches/patch-ac
--- a/audio/akode/patches/patch-ac      Mon Nov 25 12:34:08 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,144 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2018/02/01 10:25:13 jperkin Exp $
-
-Remove bogus Solaris/GCC test.
-
---- configure.orig     2007-04-06 13:23:22.000000000 +0000
-+++ configure
-@@ -913,6 +913,8 @@ VORBIS_LIBS
- VORBISFILE_LIBS
- include_xiph_decoder_TRUE
- include_xiph_decoder_FALSE
-+include_mpc_decoder_FALSE
-+include_mpc_decoder_TRUE
- include_src_resampler_TRUE
- include_src_resampler_FALSE
- include_alsa_sink_TRUE
-@@ -1559,6 +1561,7 @@ Optional Packages:
-   --with-pic              try to use only PIC/non-PIC objects [default=use
-                           both]
-   --with-tags[=TAGS]      include additional configurations [automatic]
-+  --with-mpc              Enable MPC support [default=yes]
-   --with-flac             Enable FLAC support [default=check]
-   --with-speex            Enable speex support [default=check]
-   --with-libmad           Enable libmad support [default=check]
-@@ -7053,7 +7056,7 @@ fi
-       *-*-irix*)  test "$GXX" = yes && CXXFLAGS="-D_LANGUAGE_C_PLUS_PLUS -D__LANGUAGE_C_PLUS_PLUS $CXXFLAGS" ;;
-       *-*-sysv4.2uw*) CXXFLAGS="-D_UNIXWARE $CXXFLAGS";;
-       *-*-sysv5uw7*) CXXFLAGS="-D_UNIXWARE7 $CXXFLAGS";;
--      *-*-solaris*)
-+      *-*-notsolaris*)
-         if test "$GXX" = yes; then
-           libstdcpp=`$CXX -print-file-name=libstdc++.so`
-           if test ! -f $libstdcpp; then
-@@ -23630,6 +23633,12 @@ ac_config_headers="$ac_config_headers ak
- 
- 
- 
-+# Check whether --with-mpc was given.
-+if test "${with_mpc+set}" = set; then
-+  withval=$with_mpc; with_mpc="$withval"
-+else
-+  with_mpc="yes"
-+fi
- 
- # Check whether --with-flac was given.
- if test "${with_flac+set}" = set; then
-@@ -23639,6 +23648,8 @@ else
- fi
- 
- 
-+have_libFLAC=no
-+have_libOggFLAC=no
- if test "x$flac_test" = "xyes" ; then
- 
- 
-@@ -24539,6 +24550,7 @@ else
- fi
- 
- 
-+have_libspeex=no
- if test "x$speex_test" = "xyes" ; then
- { echo "$as_me:$LINENO: checking for speex headers" >&5
- echo $ECHO_N "checking for speex headers... $ECHO_C" >&6; }
-@@ -24554,8 +24566,8 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- 
--                #include <speex.h>
--                #include <speex_callbacks.h>
-+                #include <speex/speex.h>
-+                #include <speex/speex_callbacks.h>
-                 #include <ogg/ogg.h>
- 
- int
-@@ -24733,10 +24745,10 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
- 
--                #include <speex.h>
--                #include <speex_callbacks.h>
--                #include <speex_echo.h>
--                #include <speex_preprocess.h>
-+                #include <speex/speex.h>
-+                #include <speex/speex_callbacks.h>
-+                #include <speex/speex_echo.h>
-+                #include <speex/speex_preprocess.h>
-                 #include <ogg/ogg.h>
- 
- int
-@@ -25506,12 +25518,12 @@ fi



Home | Main Index | Thread Index | Old Index