I'va attached an ebuild for the speex input plugin to xmms v 0.8.0 Speex is an Open Source/Free Software patent-free audio compression format designed for speech. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 10102 [details] Containd the ebuild script for xmms-speex plugin Containd the ebuild script for xmms-speex plugin
Created attachment 10103 [details] Containd the ebuild script for xmms-speex plugin Containd the ebuild script for xmms-speex plugin
Can you reattach as plain text? Thanks.
I tried both text/plain and application/octet-stream so I'll put it inline here and hopefuly that'll work :) == xmms-speex-0.8.0.ebuild == # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Galik <galikh@mutopia.net> # $Header:$ MY_P="xmms-speex-0.8.0" S=${WORKDIR}/${MY_P} DESCRIPTION="Speex Input Plugin for XMMS" SRC_URI="http://www.speex.org/download/speex-xmms-nightly.tar.gz" HOMEPAGE="http://www.speex.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="virtual/x11 media-sound/xmms" src_compile() { cd ${MY_P}/work/speex-xmms emake || die } src_install () { dodir /usr/lib/xmms/Input # make DESTDIR=${D} install || die cp ${MY_P}/work/speex-xmms/libspeex.so ${D}/usr/lib/xmms/Input || die dodoc AUTHORS COPYING }
Created attachment 11961 [details] Plaintext ebuild Maybe you meant non gzipped? Well her's the plain file.
it builds ok here... i did not change anything...
This needs cleaning up before it can be commited. i) the SRC_URI is probably not stable - speex-xmms-nightly.tar.gz ii) should use make install, or if there is no such target, doexe, doins, etc iii) Maintainer field should be removed
This plugin is at version 0.90 by now. This ebuild should be updated before being committed.
This isn't going to get commited until some addresses the comments #7. Re-open when it's been cleaned up.