Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103525 - ONScripter ebuilds (New Packages)
Summary: ONScripter ebuilds (New Packages)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-08-23 14:53 UTC by Brenton
Modified: 2018-12-03 12:58 UTC (History)
1 user (show)

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


Attachments
onscripter-20050818.ebuild (onscripter-20050818.ebuild,724 bytes, text/plain)
2005-08-23 14:55 UTC, Brenton
Details
onscripter-20050819.ebuild (onscripter-20050819.ebuild,724 bytes, text/plain)
2005-08-23 14:55 UTC, Brenton
Details
onscripter-20050819.ebuild (onscripter-20050819.ebuild,1010 bytes, text/plain)
2005-08-23 15:37 UTC, Brenton
Details
onscripter-20050819.ebuild (onscripter-20050819.ebuild,977 bytes, text/plain)
2005-08-24 11:04 UTC, Brenton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brenton 2005-08-23 14:53:42 UTC
ONScripter is an open source version of NScripter, a visual novel scripting engine.

ONScripter Japanese info: http://ogapee.at.infoseek.co.jp/onscripter.html
ONScripter English info: http://nscripter.insani.org/

ONScripter can also be used to play windows-only visual novels in Linux (list
available at ONScripter English website).

Attached are the ebuilds for 20050818 and 20050819.
Comment 1 Brenton 2005-08-23 14:55:05 UTC
Created attachment 66690 [details]
onscripter-20050818.ebuild
Comment 2 Brenton 2005-08-23 14:55:28 UTC
Created attachment 66691 [details]
onscripter-20050819.ebuild
Comment 3 Brenton 2005-08-23 15:11:37 UTC
Comment on attachment 66690 [details]
onscripter-20050818.ebuild

># Copyright 1999-2005 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>DESCRIPTION="Engine for japanese Visual Novels."
>HOMEPAGE="http://ogapee.at.infoseek.co.jp/onscripter.html"
>SRC_URI="http://ogapee.at.infoseek.co.jp/${P}.tar.gz"
>
>LICENSE="GPL-2"
>SLOT="0"
>KEYWORDS="~x86"
>IUSE=""
>
>DEPEND="media-libs/jpeg
>    app-arch/bzip2"
>RDEPEND="media-libs/libsdl
>    media-libs/sdl-image
>    media-libs/sdl-mixer
>    media-libs/sdl-ttf
>    media-libs/smpeg"
>
>src_compile() {
>    make -f Makefile.Linux || die "make failed"
>}
>
>src_install() {
>    dobin onscripter
>
>    dodoc README COPYING
>    dohtml www/onscripter.html
>}
Comment 4 Brenton 2005-08-23 15:37:33 UTC
Created attachment 66693 [details]
onscripter-20050819.ebuild

Fixed ebuild with revisions from marienz.
Comment 5 Ciaran McCreesh 2005-08-24 09:08:24 UTC
Please fix the following and reopen:

* You can drop the ()s from DEPEND, RDEPEND.
* Will emake work rather than make for src_compile()? If not, will it work if
you include MAKEOPTS?
* There is no need to dodoc COPYING.
Comment 6 Brenton 2005-08-24 11:03:36 UTC
Corrected ebuild as suggested.
Comment 7 Brenton 2005-08-24 11:04:09 UTC
Created attachment 66768 [details]
onscripter-20050819.ebuild