summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-01-27 00:13:28 +0000
committerwiz <wiz>2013-01-27 00:13:28 +0000
commitddd50ff1919ab910790f3f1727c482c346a0e6e2 (patch)
treef5065db9fd8ee9419a0d569dccbce89a0c5bd658
parentc71fa2f640dd0fe984bc81c6151a9af3b7518cc0 (diff)
downloadpkgsrc-ddd50ff1919ab910790f3f1727c482c346a0e6e2.tar.gz
Remove akode-plugins-ffmpeg; does not build with any ffmpeg version in
pkgsrc and nothing depends on it.
-rw-r--r--audio/Makefile3
-rw-r--r--audio/akode-plugins-ffmpeg/DESCR6
-rw-r--r--audio/akode-plugins-ffmpeg/Makefile25
-rw-r--r--audio/akode-plugins-ffmpeg/PLIST2
-rw-r--r--audio/akode/Makefile.common3
-rw-r--r--doc/CHANGES-20133
6 files changed, 4 insertions, 38 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
diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013
index 41ab0f052da..f8222f70d46 100644
--- a/doc/CHANGES-2013
+++ b/doc/CHANGES-2013
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.368 2013/01/26 22:28:38 ryoon Exp $
+$NetBSD: CHANGES-2013,v 1.369 2013/01/27 00:13:28 wiz Exp $
Changes to the packages collection and infrastructure in 2013:
@@ -459,3 +459,4 @@ Changes to the packages collection and infrastructure in 2013:
Updated devel/p5-Log-Dispatch to 2.35 [rhaen 2013-01-26]
Updated www/p5-Catalyst-Manual to 5.9006 [rhaen 2013-01-26]
Updated converters/dos2unix to 6.0.3 [ryoon 2013-01-26]
+ Removed audio/akode-plugins-ffmpeg [wiz 2013-01-27]