public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] new mp3blaster ebuild, and radeon/xfree4.1.0 problems
@ 2001-08-27 22:14 Christopher Burgess
  2001-08-28  6:00 ` Dan Armak
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Burgess @ 2001-08-27 22:14 UTC (permalink / raw
  To: gentoo-dev

[-- 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

}


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] new mp3blaster ebuild, and radeon/xfree4.1.0 problems
  2001-08-27 22:14 [gentoo-dev] new mp3blaster ebuild, and radeon/xfree4.1.0 problems Christopher Burgess
@ 2001-08-28  6:00 ` Dan Armak
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Armak @ 2001-08-28  6:00 UTC (permalink / raw
  To: gentoo-dev

Hi,

On Tuesday 28 August 2001 07:16, you wrote:
> Attached is a new ebuild file for mp3blaster 3.0 p8 (p7 is what's in the
> tree currently). 

User ebuild submissions, including updates, should go to the gentoo-ebuild 
mailing list. Don't repost, I'll add your update to incoming from here; just 
be aware of this.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-28 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-27 22:14 [gentoo-dev] new mp3blaster ebuild, and radeon/xfree4.1.0 problems Christopher Burgess
2001-08-28  6:00 ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox