diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-17 17:28:19 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-17 17:28:19 +0000 |
commit | 9674cdcd357cda10c644ed06b7f825ebbe803ff8 (patch) | |
tree | 37c879a621449b86fab1ba70e64659f11e5ecdd1 /audio/akode-plugins-mpc | |
parent | - Disable SSE if arch != amd64 (diff) |
Remove audio/akode*. This was part of KDE 3.x.
PR: ports/182283
Approved by: Scot Hetzel <swhetzel@gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=330659
Diffstat (limited to 'audio/akode-plugins-mpc')
-rw-r--r-- | audio/akode-plugins-mpc/Makefile | 53 | ||||
-rw-r--r-- | audio/akode-plugins-mpc/distinfo | 2 | ||||
-rw-r--r-- | audio/akode-plugins-mpc/files/patch-akode_Makefile.in | 11 | ||||
-rw-r--r-- | audio/akode-plugins-mpc/files/patch-akode_plugins-Makefile.in | 15 | ||||
-rw-r--r-- | audio/akode-plugins-mpc/pkg-descr | 3 |
5 files changed, 0 insertions, 84 deletions
diff --git a/audio/akode-plugins-mpc/Makefile b/audio/akode-plugins-mpc/Makefile deleted file mode 100644 index 8f2ed9a6e8a4..000000000000 --- a/audio/akode-plugins-mpc/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Michael Nottebrock <lofi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.2 -PORTEPOCH= 1 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= laszlof -DISTNAME= 30375-akode-${PORTVERSION} - -MAINTAINER= swhetzel@gmail.com -COMMENT= Musepack decoder plugin for akode -LICENSE= LGPL20 -LICENSE_FILE= ${WRKSRC}/COPYING - -CONFLICTS= kdemultimedia-3.[1-3]* - -NO_STAGE= yes -PLUGIN= mpc_decoder -PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} - -USES= gmake -USE_AUTOTOOLS= libltdl -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GCC= any -WRKSRC= ${WRKDIR}/akode-${PORTVERSION} -USE_LDCONFIG= yes - -PLIST_FILES= lib/libakode_mpc_decoder.a \ - lib/libakode_mpc_decoder.la \ - lib/libakode_mpc_decoder.so - -LDFLAGS+= -L${WRKSRC}/akode/lib/.libs -CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ - --with-extra-includes=${LOCALBASE}/include - -post-patch: - @${SETENV} TZ=UTC \ - ${TOUCH} -t 200607222217.01 ${WRKSRC}/akode/lib/akode_export.h.in - -pre-configure: - @${REINPLACE_CMD} -e 's@%%SUBDIRS%%@${PLUGIN}@g' ${WRKSRC}/akode/plugins/Makefile.in - -do-build: - cd ${WRKSRC}/akode && ${GMAKE} - -do-install: - cd ${WRKSRC}/akode/plugins/${PLUGIN} && ${GMAKE} install - -.include <bsd.port.mk> diff --git a/audio/akode-plugins-mpc/distinfo b/audio/akode-plugins-mpc/distinfo deleted file mode 100644 index f219159938ff..000000000000 --- a/audio/akode-plugins-mpc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 -SIZE (30375-akode-2.0.2.tar.bz2) = 472605 diff --git a/audio/akode-plugins-mpc/files/patch-akode_Makefile.in b/audio/akode-plugins-mpc/files/patch-akode_Makefile.in deleted file mode 100644 index 2b2f77e6972a..000000000000 --- a/audio/akode-plugins-mpc/files/patch-akode_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- akode/Makefile.in.orig Tue Nov 29 17:51:19 2005 -+++ akode/Makefile.in Tue Nov 29 17:51:05 2005 -@@ -247,7 +247,7 @@ - unsermake_enable_pch_FALSE = @unsermake_enable_pch_FALSE@ - unsermake_enable_pch_TRUE = @unsermake_enable_pch_TRUE@ - bin_SCRIPTS = akode-config --SUBDIRS = lib plugins akodeplay -+SUBDIRS = lib plugins - #>- all: all-recursive - #>+ 1 - all: docs-am all-recursive diff --git a/audio/akode-plugins-mpc/files/patch-akode_plugins-Makefile.in b/audio/akode-plugins-mpc/files/patch-akode_plugins-Makefile.in deleted file mode 100644 index c43387754ff0..000000000000 --- a/audio/akode-plugins-mpc/files/patch-akode_plugins-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005 -+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005 -@@ -252,11 +252,7 @@ - @include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink - @include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink - @include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink --SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \ -- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \ -- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \ -- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \ -- $(AKODE_SRC_RESAMPLER) -+SUBDIRS = %%SUBDIRS%% - - #>- all: all-recursive - #>+ 1 diff --git a/audio/akode-plugins-mpc/pkg-descr b/audio/akode-plugins-mpc/pkg-descr deleted file mode 100644 index 0f03fbfab8c0..000000000000 --- a/audio/akode-plugins-mpc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -aKode is a simple audio-decoding frame-work 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. |