Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149975 - moodriver support for bmpx-0.3*
Summary: moodriver support for bmpx-0.3*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Patrick McLean
URL: http://bmpx.beep-media-player.org/sit...
Whiteboard:
Keywords:
Depends on: 149973
Blocks:
  Show dependency tree
 
Reported: 2006-10-03 10:25 UTC by Santiago M. Mola (RETIRED)
Modified: 2006-10-13 08:58 UTC (History)
0 users

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


Attachments
moodriver.patch (moodriver.patch,1009 bytes, patch)
2006-10-03 10:28 UTC, Santiago M. Mola (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2006-10-03 10:25:42 UTC
moodrive lets bmpx to use museekd/mooseekd to download songs from SoulSeek P2P Network. As far as I know, it works on >=bmpx-0.30.0 (I'm testing it with bmpx-0.32.0 and works fine).
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2006-10-03 10:28:57 UTC
Created attachment 98712 [details, diff]
moodriver.patch

Proposed patch.
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2006-10-03 13:05:11 UTC
Comment on attachment 98712 [details, diff]
moodriver.patch

>--- /usr/portage/media-sound/bmpx/bmpx-0.32.0.ebuild	2006-10-02 21:29:25.000000000 +0200
>+++ ./bmpx-0.32.0-r100.ebuild	2006-10-03 19:27:41.000000000 +0200
>@@ -11,7 +11,7 @@
> LICENSE="GPL-2"
> SLOT="0"
> KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
>-IUSE="aac alsa cdparanoia debug flac ffmpeg gaim hal mad musepack nls ofa ogg oss raptor sid theora vorbis"
>+IUSE="aac alsa cdparanoia debug flac ffmpeg gaim hal mad moodriver musepack nls ofa ogg oss raptor sid theora vorbis"
> 
> RDEPEND=">=dev-libs/glib-2.10
> 	>=x11-libs/gtk+-2.8.8
>@@ -38,7 +38,9 @@
> 	ofa? ( >=media-libs/libofa-0.9.3 )
> 	raptor? ( >=media-libs/raptor-1.4.8 )
> 	hal? ( >=sys-apps/hal-0.5.5.1 )
>-	gaim? ( >=net-im/gaim-1.9.9 )"
>+	gaim? ( >=net-im/gaim-1.9.9 )
>+	moodriver? ( net-p2p/moodriver
>+			net-p2p/museek+ )"
> 
> DEPEND="${RDEPEND}
> 	>=dev-util/pkgconfig-0.17
>@@ -69,6 +71,7 @@
> 		$(use_enable raptor) \
> 		$(use_enable hal) \
> 		$(use_enable gaim) \
>+		$(use_enable moodriver) \
> 		$(use_enable nls) \
> 		$(use_enable ofa) \
> 		$(use_enable sid) \
Comment 3 Patrick McLean gentoo-dev 2006-10-13 08:58:44 UTC
Added moodriver support to media-sound/bmpx-0.32-r1.