summaryrefslogtreecommitdiffstats
path: root/media-plugins/xmms-wma/xmms-wma-1.0.5-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/xmms-wma/xmms-wma-1.0.5-r3.ebuild')
-rw-r--r--media-plugins/xmms-wma/xmms-wma-1.0.5-r3.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-plugins/xmms-wma/xmms-wma-1.0.5-r3.ebuild b/media-plugins/xmms-wma/xmms-wma-1.0.5-r3.ebuild
deleted file mode 100644
index 471a0e9..0000000
--- a/media-plugins/xmms-wma/xmms-wma-1.0.5-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-wma/xmms-wma-1.0.5.ebuild,v 1.1 2005/10/24 00:46:58 metalgod Exp $
-
-IUSE=""
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="XMMS plugin to play wma"
-HOMEPAGE="http://mcmcc.bat.ru/xmms-wma/"
-SRC_URI="http://mcmcc.bat.ru/xmms-wma/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-
-#~sparc: 1.0.4: Plays a little staticy, x86/adm64 is clear...
-
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-DEPEND="media-sound/xmms
- >=media-video/ffmpeg-0.4.9_p20081014"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
-# Patches for system ffmpeg, broken
- epatch ${FILESDIR}/${PN}-ds-ffmpeg20081014.patch || die
- epatch ${FILESDIR}/${PN}-ds-rcc.patch || die
- epatch ${FILESDIR}/${PN}-ds-fifo_init.patch || die
-}
-
-src_compile () {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install () {
- exeinto `xmms-config --input-plugin-dir`
- doexe libwma.so
-}