diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-27 00:13:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-27 00:13:28 +0000 |
commit | 313ad17835e072495919014d0d25ba96b0539237 (patch) | |
tree | f5065db9fd8ee9419a0d569dccbce89a0c5bd658 /audio | |
parent | 49fcf1f1cf11af181289437fab4a6cde2e02e915 (diff) | |
download | pkgsrc-313ad17835e072495919014d0d25ba96b0539237.tar.gz |
Remove akode-plugins-ffmpeg; does not build with any ffmpeg version in
pkgsrc and nothing depends on it.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | audio/akode-plugins-ffmpeg/DESCR | 6 | ||||
-rw-r--r-- | audio/akode-plugins-ffmpeg/Makefile | 25 | ||||
-rw-r--r-- | audio/akode-plugins-ffmpeg/PLIST | 2 | ||||
-rw-r--r-- | audio/akode/Makefile.common | 3 |
5 files changed, 2 insertions, 37 deletions
diff --git a/audio/Makefile b/audio/Makefile index c13c3a6842b..5376cded7dd 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.477 2013/01/08 09:49:11 wiz Exp $ +# $NetBSD: Makefile,v 1.478 2013/01/27 00:13:29 wiz Exp $ # COMMENT= Audio tools @@ -10,7 +10,6 @@ SUBDIR+= abcmidi SUBDIR+= adplug SUBDIR+= akode SUBDIR+= akode-plugins-alsa -SUBDIR+= akode-plugins-ffmpeg SUBDIR+= akode-plugins-jack SUBDIR+= akode-plugins-mpc SUBDIR+= akode-plugins-mpeg diff --git a/audio/akode-plugins-ffmpeg/DESCR b/audio/akode-plugins-ffmpeg/DESCR deleted file mode 100644 index 10408744098..00000000000 --- a/audio/akode-plugins-ffmpeg/DESCR +++ /dev/null @@ -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 ffmpeg plugin for aKode which allows decoding many -audio formats using ffmpeg library. diff --git a/audio/akode-plugins-ffmpeg/Makefile b/audio/akode-plugins-ffmpeg/Makefile deleted file mode 100644 index d06592a6125..00000000000 --- a/audio/akode-plugins-ffmpeg/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.9 2012/09/22 13:48:15 ryoon Exp $ -# - -PKGNAME= akode-plugins-ffmpeg-${AKODE_VERSION} -PKGREVISION= 4 - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= FFMPEG 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-ffmpeg - -do-install: - cd ${WRKSRC}/akode/plugins/ffmpeg_decoder && ${SETENV} ${MAKE_ENV} \ - ${MAKE} DESTDIR=${DESTDIR} install - -.include "../../multimedia/ffmpeg/buildlink3.mk" -.include "../../devel/libltdl/buildlink3.mk" -.include "../../audio/akode/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/audio/akode-plugins-ffmpeg/PLIST b/audio/akode-plugins-ffmpeg/PLIST deleted file mode 100644 index 3c03ddb23c8..00000000000 --- a/audio/akode-plugins-ffmpeg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/26 18:04:42 hasso Exp $ -lib/libakode_ffmpeg_decoder.la diff --git a/audio/akode/Makefile.common b/audio/akode/Makefile.common index c6d314f5bce..a8ea43caa28 100644 --- a/audio/akode/Makefile.common +++ b/audio/akode/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.3 2012/01/26 06:34:18 sbd Exp $ +# $NetBSD: Makefile.common,v 1.4 2013/01/27 00:13:29 wiz Exp $ # # used by audio/akode/Makefile # used by audio/akode-plugins-alsa/Makefile -# used by audio/akode-plugins-ffmpeg/Makefile # used by audio/akode-plugins-jack/Makefile # used by audio/akode-plugins-mpc/Makefile # used by audio/akode-plugins-mpeg/Makefile |