Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 18838
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Holzer (RETIRED) <mholzer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Ripp <chris@ripp.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
stella-1.3.ebuild stella-1.3.ebuild text/plain Chris Ripp 2003-04-05 22:06 0000 1.20 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 18838 depends on: Show dependency tree
Bug 18838 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-04-05 21:52 0000
stella released v1.3.  This ebuild works for me... some changes:
1) sound is builtinto the core apps now
2) I changed the compile to depend on libpng for screenshots (most probably have
it anyway)...
3) supports alsa sound now in the build


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Chris Ripp 2003-04-05 22:06:05 0000 -------
Created an attachment (id=10254) [details]
stella-1.3.ebuild

------- Comment #2 From Chris Ripp 2003-04-06 00:18:56 0000 -------
(From update of attachment 10254 [details])
># Copyright 1999-2003 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header: /home/cvsroot/gentoo-x86/app-emulation/stella/stella-1.2.ebuild,v 1.1 2003/03/10 01:31:43 vapier Exp $
>
>DESCRIPTION="Stella Atari 2600 VCS Emulator"
>HOMEPAGE="http://stella.sourceforge.net/"
>SRC_URI="mirror://sourceforge/stella/${P}-src.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="x86"
>IUSE="sdl oss X alsa"
>
>DEPEND="|| (
>		X? ( virtual/x11 )
>		sdl? ( media-libs/libsdl )
>		virtual/x11
>		alsa? ( media-sound/alsa-driver )
>		media-libs/libpng
>	)"
>
>src_compile() {
>	# let's just default joystick & snapshot support to on
>	MYOPTS="JOYSTICK_SUPPORT=1 SNAPSHOT_SUPPORT=1"
>
>	if [ `use alsa` ] ; then
>		MYOPTS="${MYOPTS} SOUND_ALSA=1"
>	fi
>	if [ `use X` ] || [ -z "`use X``use sdl`" ] ; then
>		cd ${S}/src/build
>		emake OPTIMIZATIONS="${CFLAGS}" $MYOPTS linux-x || die
>	fi
>	if [ `use sdl` ] ; then
>		cd ${S}/src/build
>		emake OPTIMIZATIONS="${CFLAGS}" $MYOPTS SOUND_SDL=1 linux-sdl || die
>	fi
>}
>
>src_install() {
>	use X && dobin src/build/stella.x11
>	use sdl && dobin src/build/stella.sdl
>	[ -z "`use X``use sdl`" ] && dobin src/build/stella.x11
>
>	insinto /etc
>	doins src/stellarc
	# ADD THIS LINE INTO EBUILD
	doins src/emucore/stella.pro
>
>	dohtml -r docs/
>	dodoc *.txt
>}

------- Comment #3 From Martin Holzer (RETIRED) 2003-04-14 18:33:33 0000 -------
added in cvs

thx

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug