public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christopher Burgess" <chris@uknet.demon.co.uk>
To: <gentoo-dev@gentoo.org>
Subject: [gentoo-dev] new mp3blaster ebuild, and radeon/xfree4.1.0 problems
Date: Mon Aug 27 22:14:01 2001	[thread overview]
Message-ID: <000e01c12f78$71f99e90$6400a8c0@ATHLON2> (raw)

[-- Attachment #1: Type: text/plain, Size: 1368 bytes --]

Attached is a new ebuild file for mp3blaster 3.0 p8 (p7 is what's in the
tree currently). p8 includes support for the ogg vorbis format (yay!), so I
used the p7 ebuild as a base and modified it to have "vorbis" USE support.
Please check that I modified it correctly cos I'm knew to all this portage
stuff so I probably made a mistake somewhere! Also note however, that it if
you do NOT want ogg vorbis support you have to say
 "--with-oggvorbis=no" to the configure script because it's included by
default - it wasn't just me being extra!

Hope this is helpful.

On to my radeon/xfree86 4.1.0 problem, still no luck :-( Tried the
modifications I found in a post, which didn't work, I've tried the latest
CVS version of xfree86 with no luck, and I've even tried linux 2.4.10-pre1
which includes some updates to agpgart and drm - no success. So I'm still
running with "noaccel", which is awful because it doesn't just disable drm
(which I think is the actual cause) but every single accelerated feature.
This leaves my Athlon 1.3GHz DDR with Radeon 64MB running xfree86 like a 386
:-(
Anyway, I will get onto the DRI and xfree86 mailing lists about this, but in
the meantime I'd love to know if anyway has any similar problems (starting x
just locks the machine up and sends the monitor into DPMS power save mode).

Thanks

Chris

PS - Keep up the great work on gentoo!

[-- Attachment #2: mp3blaster-3.0_p8.ebuild --]
[-- Type: application/octet-stream, Size: 1310 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@gentoo.org> 

A=${PN}-3.0p8.tar.gz
S=${WORKDIR}/mp3blaster-3.0p8/
DESCRIPTION="MP3 command line player"
SRC_URI="ftp://mud.stack.nl/pub/mp3blaster/${A}"
HOMEPAGE="http://www.stack.nl/~brama/mp3blaster"

DEPEND=">=sys-libs/ncurses-5.2
	nas? ( >=media-sound/nas-1.4.1 )
	mysql? ( >=dev-db/mysql-3.23.36 )
	vorbis? ( >=media-libs/libvorbis-1.0_beta1 )"


src_compile() {
    local myconf
    if [ "`use nas`" ] ; then
	myconf="--with-nas"
    fi
    if [ "`use mysql`" ] ; then
	myconf="$myconf --with-mysql"
    fi
    if [ "`use vorbis`" ] ; then
        myconf="$myconf --with-oggvorbis=yes"
    else
        myconf="$myconf --with-oggvorbis=no"
    fi
    try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} ${myconf}
    if [ "`use nas`" ] ; then
	cd src
	cp Makefile Makefile.orig
	sed -e "s:^INCLUDES =:INCLUDES = -I/usr/X11R6/include:" \
	    -e "s:^splay_LDADD =:splay_LDADD = \$(NAS_LIBS):" Makefile.orig > Makefile
	cd ..
    fi
    try make 

}

src_install () {
    try make DESTDIR=${D} install

    dodoc ANNOUNCE AUTHORS COPYING CREDITS ChangeLog FAQ NEWS README TODO

}


             reply	other threads:[~2001-08-28  4:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-27 22:14 Christopher Burgess [this message]
2001-08-28  6:00 ` [gentoo-dev] new mp3blaster ebuild, and radeon/xfree4.1.0 problems Dan Armak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000e01c12f78$71f99e90$6400a8c0@ATHLON2' \
    --to=chris@uknet.demon.co.uk \
    --cc=gentoo-dev@cvs.gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox