First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 25886
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michal Januszewski <spock@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
uade-0.80_pre7.ebuild The actual ebuild for current version of UADE. text/plain Michal Januszewski 2003-08-04 10:19 0000 994 bytes Details
uade-0.80_pre7.ebuild The actual ebuild for current version of UADE. text/plain Michal Januszewski 2003-08-04 10:19 0000 994 bytes Details
uade-0.80_pre7.ebuild The actual ebuild for current version of UADE. application/octet-stream Michal Januszewski 2003-08-04 10:21 0000 994 bytes Details
uade-0.80_pre7.ebuild A "fixed" version of uade-0.80_pre7.ebuild text/plain Erlend Hamberg 2003-08-07 15:18 0000 1.17 KB Details
uade-0.73.ebuild Ebuild for uade-0.73 text/plain Erlend Hamberg 2003-08-07 15:30 0000 1006 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 25886 depends on: Show dependency tree
Bug 25886 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: 2003-08-04 10:17 0000
UADE stands for Unix Amiga Delitracker Emulator. It is a program that plays
many
formats of old Amiga modules through UAE emulation. If xmms is in USE, a plugin
can be installed, if not - it will work as a standalone program.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Michal Januszewski 2003-08-04 10:19:09 0000 -------
Created an attachment (id=15484) [edit]
The actual ebuild for current version of UADE.

------- Comment #2 From Michal Januszewski 2003-08-04 10:19:41 0000 -------
Created an attachment (id=15485) [edit]
The actual ebuild for current version of UADE.

------- Comment #3 From Michal Januszewski 2003-08-04 10:21:11 0000 -------
Created an attachment (id=15486) [edit]
The actual ebuild for current version of UADE.

------- Comment #4 From Michal Januszewski 2003-08-04 10:23:37 0000 -------
Whoops, I'm sorry for adding it 3 times. I was getting an error after
sumbmitting the file and thought it wasn't send properly.

------- Comment #5 From Erlend Hamberg 2003-08-07 15:18:50 0000 -------
Created an attachment (id=15718) [edit]
My ebuild for uade-0.80-pre7

Well, that was a waste of effort, I created an ebuild for uade today because I
"Knew" there wasn't one already :)

Well, just have to say that the ebuild posted above worked perfectly, but you
forgot to put "xmms" and "sdl" in IUSE, so I fixed that, added a dodoc and
changed a few other things to make it more readable (imho).

And by the way; uade rocks :)

------- Comment #6 From Erlend Hamberg 2003-08-07 15:23:13 0000 -------
(From update of attachment 15718 [edit])
># Copyright 1999-2003 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: /home/cvsroot/gentoo-x86/media-plugins/xmms-fc/xmms-fc-0.5.3.ebuild,v 1.2 2003/07/12 18:40:45 aliz Exp $
>
>DESCRIPTION="Unix Amiga Delitracker Emulator - plays old Amiga tunes through UAE
> emulation and cloned m68k-assembler Eagleplayer API."
>HOMEPAGE="http://ee.tut.fi/~heikki/uade.html"
>SRC_URI="http://ee.tut.fi/~heikki/uade/pre/${P/_/-}.tar.bz2"
>
>SLOT="0"
>LICENSE="GPL-2"
>KEYWORDS="~x86"
>
>IUSE="xmms sdl"
>DEPEND=""
>
>use xmms && DEPEND="$DEPEND ( media-sound/xmms )"
>use sdl	&& DEPEND="$DEPEND ( media-libs/libsdl )"
>
> S=${WORKDIR}/${P/_/-}
>
>src_compile() {
>
>	local myconf="--package-prefix=${D}"
>	use sdl	&& myconf="$myconf --with-sdl"
>	use xmms || myconf="$myconf --no-plugin"
>
>	econf ${myconf} || die
>	
>	# get rid of -j2 since it will only cause problems
>	export MAKEOPTS="$(echo ${MAKEOPTS} | sed 's/-j[0-9 ]\+//')"
>	export EXTRA_MAKE="$(echo ${EXTRA_MAKE} | sed 's/-j[0-9 ]\+//')"
>		
>	emake || die
>}
>
>src_install () {
>    make DESTDIR=${D} install || die
>    dodoc COPYING ChangeLog INSTALL README uade-docs/uade_doc.txt uade-docs/faq.html uade-docs/formats.txt
>}

------- Comment #7 From Erlend Hamberg 2003-08-07 15:30:37 0000 -------
Created an attachment (id=15720) [edit]
Ebuild for uade-0.73

Wups, sorry for spamming above, clicked a few things I shouldn't have touched
:)

Anyway... here's my ebuild for uade-0.73, the latest stable version.

------- Comment #8 From Mr. Bones. 2003-08-27 01:19:08 0000 -------
Ok, I added an ebuild for 0.73 to CVS.  It's pretty ugly, but I think it works.
Please try it out and let me know if it works for you.  I wasn't too impressed
with the emulation.  It failed on my test mod that breaks nearly every player - kli.mod.  I was hoping it would be able to correctly play that mod automatically.

------- Comment #9 From Mr. Bones. 2003-08-27 01:52:58 0000 -------
Turns out we'll skip the 80_pre thing altogether and go straight to the next
stable release of 0.80.

Added to CVS.

It seems to work for me so I'll go ahead and close.  Please report any problems
via separate bug reports.

Thanks.

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