Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18613 - xmms-speex-v0.8.0: xmms speex input plugin
Summary: xmms-speex-v0.8.0: xmms speex input plugin
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-01 18:06 UTC by Galik
Modified: 2003-06-20 17:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Containd the ebuild script for xmms-speex plugin (xmms-speex-0.8.0.tar.gz,590 bytes, text/plain)
2003-04-01 18:09 UTC, Galik
Details
Containd the ebuild script for xmms-speex plugin (xmms-speex-0.8.0.tar.gz,590 bytes, application/octet-stream)
2003-04-01 18:09 UTC, Galik
Details
Plaintext ebuild (xmms-speex-0.8.0.ebuild,690 bytes, text/plain)
2003-05-14 05:34 UTC, Galik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Galik 2003-04-01 18:06:18 UTC
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.
Comment 1 Galik 2003-04-01 18:09:21 UTC
Created attachment 10102 [details]
Containd the ebuild script for xmms-speex plugin

Containd the ebuild script for xmms-speex plugin
Comment 2 Galik 2003-04-01 18:09:39 UTC
Created attachment 10103 [details]
Containd the ebuild script for xmms-speex plugin

Containd the ebuild script for xmms-speex plugin
Comment 3 J. Ellis (RETIRED) gentoo-dev 2003-05-13 23:18:18 UTC
Can you reattach as plain text? Thanks.
Comment 4 Galik 2003-05-14 05:29:52 UTC
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
}
Comment 5 Galik 2003-05-14 05:34:01 UTC
Created attachment 11961 [details]
Plaintext ebuild

Maybe you meant non gzipped? Well her's the plain file.
Comment 6 Torben Hohn (RETIRED) gentoo-dev 2003-05-17 12:58:58 UTC
it builds ok here...
i did not change anything...
Comment 7 J. Ellis (RETIRED) gentoo-dev 2003-05-18 01:29:40 UTC
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
Comment 8 rgm 2003-06-06 11:47:33 UTC
This plugin is at version 0.90 by now.  This ebuild should be updated before being committed.
Comment 9 J. Ellis (RETIRED) gentoo-dev 2003-06-20 17:45:29 UTC
This isn't going to get commited until some addresses the comments #7. Re-open when it's been cleaned up.