First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 42990
Alias:
Product:
Component:
Status: RESOLVED
Resolution: WONTFIX
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jani-Matti Hätinen <jani-matti.hatinen@iki.fi>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
modplug-arts-0.5.ebuild Improved version of the ebuild text/plain Jani-Matti Hätinen 2004-03-02 09:03 0000 605 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 42990 depends on: Show dependency tree
Bug 42990 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-02-26 07:57 0000
media-plugins/modplug-arts-0.5.ebuild:
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde
need-kde 3

S=${WORKDIR}/modplug_artsplugin-0.5
DESCRIPTION="aRTs plugin for MOD-like music files"
SRC_URI="mirror://sourceforge/amarok/modplug_artsplugin-0.5.tar.bz2"
HOMEPAGE="http://amarok.sourceforge.net/artsplugins.php"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"

IUSE=""
DEPEND="kde-base/arts"

src_compile() {
        myconf="${myconf} --prefix=${KDEDIR} -C"
        kde_src_compile configure
        kde_src_compile make
}

src_install() {
        make DESTDIR=${D} install || die
}


Reproducible: Always
Steps to Reproduce:




The plugin makes it possible to play mod-style tracker files on most KDE media 
players (at least kaboodle, noatun, amarok and kplayer work fine). Tested only 
on x86 & arts-1.2.0. Not sure if it'll work on earlier versions of arts, or 
other archs.

------- Comment #1 From Jani-Matti Hätinen 2004-03-02 09:03:56 0000 -------
Created an attachment (id=26718) [details]
Improved version of the ebuild

Here's an improved version of the ebuild, which should actually comply with the
Gentoo ebuild writing guide.

------- Comment #2 From Gregorio Guidi (RETIRED) 2005-01-11 10:40:42 0000 -------
The amarok author focused on supporting other media frameworks for his app
since arts will disappear in the future, and now this plugin is more or less
abandoned (wasn't touched in a year).

Closing.

First Last Prev Next    No search results available      Search page      Enter new bug