Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42990 - Ebuild for modplug_arts, and aRTs plugin for MOD-like music
Summary: Ebuild for modplug_arts, and aRTs plugin for MOD-like music
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-26 07:57 UTC by Jani-Matti Hätinen
Modified: 2005-01-11 10:40 UTC (History)
0 users

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


Attachments
Improved version of the ebuild (modplug-arts-0.5.ebuild,605 bytes, text/plain)
2004-03-02 09:03 UTC, Jani-Matti Hätinen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jani-Matti Hätinen 2004-02-26 07:57:15 UTC
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 Jani-Matti Hätinen 2004-03-02 09:03:56 UTC
Created attachment 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 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-11 10:40:42 UTC
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.