From atorkhov at gmail.com Mon Jun 2 07:21:09 2008 From: atorkhov at gmail.com (Alexey Torkhov) Date: Mon, 02 Jun 2008 11:21:09 +0400 Subject: Updating wfut package Message-ID: <48439F65.8070509@gmail.com> Hi. I was asking Wart to update java wfut package to new native libwfut: https://bugzilla.redhat.com/show_bug.cgi?id=446837 But he is not reachable or too busy to look at it now. The only package that has dependency on wfut is sear (WorldForge client). It hadn't updated for some time, but CVS versions of it are using libwfut. Could somebody take a look on it and say what is needed to get this package updated? Alexey. From wart at kobold.org Mon Jun 2 19:15:49 2008 From: wart at kobold.org (Michael Thomas) Date: Mon, 02 Jun 2008 12:15:49 -0700 Subject: Updating wfut package In-Reply-To: <48439F65.8070509@gmail.com> References: <48439F65.8070509@gmail.com> Message-ID: <484446E5.9050306@kobold.org> Hi Alexey, Alexey Torkhov wrote: > Hi. > > I was asking Wart to update java wfut package to new native libwfut: > https://bugzilla.redhat.com/show_bug.cgi?id=446837 > But he is not reachable or too busy to look at it now. > > The only package that has dependency on wfut is sear (WorldForge > client). It hadn't updated for some time, but CVS versions of it are > using libwfut. > > Could somebody take a look on it and say what is needed to get this > package updated? Sorry I've been a bit mute lately. Staffing changes at work have decreased the amount of time I've been able to devote to Fedora lately. The current wfut package provides a single binary executable that is used by sear. If I recall correctly, the new upstream wfut package provides a shared library that is linked into applications like ember and the CVS version of sear. These two packages should be able to be installed at the same time with no conflicts. Since the new wfut is a completely new codebase, I would propose that we create a new 'libwfut' package, which will be used by ember. sear can continue to use the existing wfut package until upstream makes a new release, at which time it will change to use libwfut and we can obsolete the wfut package. --Wart From atorkhov at gmail.com Mon Jun 2 20:45:43 2008 From: atorkhov at gmail.com (Alexey Torkhov) Date: Tue, 03 Jun 2008 00:45:43 +0400 Subject: Updating wfut package In-Reply-To: <484446E5.9050306@kobold.org> References: <48439F65.8070509@gmail.com> <484446E5.9050306@kobold.org> Message-ID: <48445BF7.8030202@gmail.com> Michael Thomas wrote: > Alexey Torkhov wrote: >> I was asking Wart to update java wfut package to new native libwfut: >> https://bugzilla.redhat.com/show_bug.cgi?id=446837 >> But he is not reachable or too busy to look at it now. >> >> The only package that has dependency on wfut is sear (WorldForge >> client). It hadn't updated for some time, but CVS versions of it are >> using libwfut. >> >> Could somebody take a look on it and say what is needed to get this >> package updated? > > Sorry I've been a bit mute lately. Staffing changes at work have > decreased the amount of time I've been able to devote to Fedora lately. > > The current wfut package provides a single binary executable that is > used by sear. If I recall correctly, the new upstream wfut package > provides a shared library that is linked into applications like ember > and the CVS version of sear. These two packages should be able to be > installed at the same time with no conflicts. The conflict is in that wfut binary. libwfut also providing it as a simple command line client. However, it is possible to rename it in to, say, 'wfut-cmd' or strip it. > Since the new wfut is a > completely new codebase, I would propose that we create a new 'libwfut' > package, which will be used by ember. sear can continue to use the > existing wfut package until upstream makes a new release, at which time > it will change to use libwfut and we can obsolete the wfut package. Okay. I'll try to make package that takes this into account and submit it for review as new. Alex. From wart at kobold.org Mon Jun 2 20:52:25 2008 From: wart at kobold.org (Michael Thomas) Date: Mon, 02 Jun 2008 13:52:25 -0700 Subject: Updating wfut package In-Reply-To: <48445BF7.8030202@gmail.com> References: <48439F65.8070509@gmail.com> <484446E5.9050306@kobold.org> <48445BF7.8030202@gmail.com> Message-ID: <48445D89.2070702@kobold.org> Alexey Torkhov wrote: > Michael Thomas wrote: >> Alexey Torkhov wrote: >>> I was asking Wart to update java wfut package to new native libwfut: >>> https://bugzilla.redhat.com/show_bug.cgi?id=446837 >>> But he is not reachable or too busy to look at it now. >>> >>> The only package that has dependency on wfut is sear (WorldForge >>> client). It hadn't updated for some time, but CVS versions of it are >>> using libwfut. >>> >>> Could somebody take a look on it and say what is needed to get this >>> package updated? >> >> Sorry I've been a bit mute lately. Staffing changes at work have >> decreased the amount of time I've been able to devote to Fedora lately. >> >> The current wfut package provides a single binary executable that is >> used by sear. If I recall correctly, the new upstream wfut package >> provides a shared library that is linked into applications like ember >> and the CVS version of sear. These two packages should be able to be >> installed at the same time with no conflicts. > The conflict is in that wfut binary. libwfut also providing it as a > simple command line client. However, it is possible to rename it in to, > say, 'wfut-cmd' or strip it. Does either ember, or sear CVS, use the new wfut CLT? If not, then we could remove it from the new libwfut package, and reintroduce it once sear releases a new version that allows us to obsolete the old wfut package. Alternately, will the current sear release work using the new wfut CLT, or is the command line syntax different between the two wfut implementations? --Wart From atorkhov at gmail.com Mon Jun 2 21:00:19 2008 From: atorkhov at gmail.com (Alexey Torkhov) Date: Tue, 03 Jun 2008 01:00:19 +0400 Subject: Updating wfut package In-Reply-To: <48445D89.2070702@kobold.org> References: <48439F65.8070509@gmail.com> <484446E5.9050306@kobold.org> <48445BF7.8030202@gmail.com> <48445D89.2070702@kobold.org> Message-ID: <48445F63.6020902@gmail.com> Michael Thomas ?????: > Alexey Torkhov wrote: >> Michael Thomas wrote: >>> Alexey Torkhov wrote: >>> The current wfut package provides a single binary executable that is >>> used by sear. If I recall correctly, the new upstream wfut package >>> provides a shared library that is linked into applications like ember >>> and the CVS version of sear. These two packages should be able to be >>> installed at the same time with no conflicts. >> The conflict is in that wfut binary. libwfut also providing it as a >> simple command line client. However, it is possible to rename it in >> to, say, 'wfut-cmd' or strip it. > > Does either ember, or sear CVS, use the new wfut CLT? If not, then we > could remove it from the new libwfut package, and reintroduce it once > sear releases a new version that allows us to obsolete the old wfut > package. No, ember and sear cvs are using libwfut shared library directly AFAIK. > Alternately, will the current sear release work using the new wfut CLT, > or is the command line syntax different between the two wfut > implementations? And command line is completely different between these two. So, I'm guessing, removing CLT from new libwfut package would be easiest solution. Alex. From kanarip at kanarip.com Wed Jun 4 11:33:45 2008 From: kanarip at kanarip.com (Jeroen van Meeuwen) Date: Wed, 04 Jun 2008 13:33:45 +0200 Subject: Games Live Spin Message-ID: <48467D99.5050404@kanarip.com> Hey there, To be able to compose the Fedora Games LiveDVD I need you to confirm that the current kickstart[1] is valid, as up-to-date as possible and that someone, or some of you, are willing to take bugs and maintain the spin for the remainder of Fedora 9's lifecycle. Any updates to the kickstart can be sent here, to me in private, or by requesting commit access to the SCM[2]. Thank you in advance, Kind regards, Jeroen van Meeuwen -kanarip [1] $ git clone git://git.fedorahosted.org/spin-kickstarts.git kickstart then is: spin-kickstarts/fedora-livedvd-games.ks [2] https://admin.fedoraproject.org/accounts/group/view/gitspin-kickstarts From kanarip at kanarip.com Fri Jun 6 09:08:47 2008 From: kanarip at kanarip.com (Jeroen van Meeuwen) Date: Fri, 06 Jun 2008 11:08:47 +0200 Subject: Games Live Spin In-Reply-To: <48467D99.5050404@kanarip.com> References: <48467D99.5050404@kanarip.com> Message-ID: <4848FE9F.8030105@kanarip.com> Jeroen van Meeuwen wrote: > Hey there, > > To be able to compose the Fedora Games LiveDVD I need you to confirm > that the current kickstart[1] is valid, as up-to-date as possible and > that someone, or some of you, are willing to take bugs and maintain the > spin for the remainder of Fedora 9's lifecycle. > > Any updates to the kickstart can be sent here, to me in private, or by > requesting commit access to the SCM[2]. > Did this message not come through or is no-one interested? Kind regards, Jeroen van Meeuwen -kanarip From j.w.r.degoede at hhs.nl Fri Jun 6 09:12:30 2008 From: j.w.r.degoede at hhs.nl (Hans de Goede) Date: Fri, 06 Jun 2008 11:12:30 +0200 Subject: Games Live Spin In-Reply-To: <4848FE9F.8030105@kanarip.com> References: <48467D99.5050404@kanarip.com> <4848FE9F.8030105@kanarip.com> Message-ID: <4848FF7E.5080008@hhs.nl> Jeroen van Meeuwen wrote: > Jeroen van Meeuwen wrote: >> Hey there, >> >> To be able to compose the Fedora Games LiveDVD I need you to confirm >> that the current kickstart[1] is valid, as up-to-date as possible and >> that someone, or some of you, are willing to take bugs and maintain >> the spin for the remainder of Fedora 9's lifecycle. >> >> Any updates to the kickstart can be sent here, to me in private, or by >> requesting commit access to the SCM[2]. >> > > Did this message not come through or is no-one interested? > It did come trough, and I'm interested just awefully busy at work atm. Regards, hans From j.w.r.degoede at hhs.nl Fri Jun 13 08:17:02 2008 From: j.w.r.degoede at hhs.nl (Hans de Goede) Date: Fri, 13 Jun 2008 10:17:02 +0200 Subject: Games Live Spin In-Reply-To: <48467D99.5050404@kanarip.com> References: <48467D99.5050404@kanarip.com> Message-ID: <48522CFE.5030905@hhs.nl> Hi, I finally got around to looking at the games dvd kickstart file. Since it was last updated we've packaged lots of new games, so I've attached an updated version. Unfortunately I don't have the diskspace overhere (only a 40 GB hd) to test it. You might need to update the "part / --size 8000" line to make the root partition bigger for it to build. Also I would really like to keep this within the size of a single layer dvd, so if it gets over that we need to drop some stuff. The first thing to drop would be vegastrike, which ways in at a nifty 350 MB. I've attached a new .ks and a diff from the previous one. Thanks & Regards, Hans Jeroen van Meeuwen wrote: > Hey there, > > To be able to compose the Fedora Games LiveDVD I need you to confirm > that the current kickstart[1] is valid, as up-to-date as possible and > that someone, or some of you, are willing to take bugs and maintain the > spin for the remainder of Fedora 9's lifecycle. > > Any updates to the kickstart can be sent here, to me in private, or by > requesting commit access to the SCM[2]. > > Thank you in advance, > > Kind regards, > > Jeroen van Meeuwen > -kanarip > > [1] $ git clone git://git.fedorahosted.org/spin-kickstarts.git > kickstart then is: spin-kickstarts/fedora-livedvd-games.ks > > [2] https://admin.fedoraproject.org/accounts/group/view/gitspin-kickstarts > > _______________________________________________ > Fedora-games-list mailing list > Fedora-games-list at redhat.com > http://www.redhat.com/mailman/listinfo/fedora-games-list > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: diff URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: fedora-livedvd-games.ks URL: From arnavkalra007 at gmail.com Sat Jun 14 04:34:26 2008 From: arnavkalra007 at gmail.com (Arnav Kalra) Date: Sat, 14 Jun 2008 10:04:26 +0530 Subject: Fedora-games-list Digest, Vol 27, Issue 5 In-Reply-To: <20080613160013.ECB8A61A7B1@hormel.redhat.com> References: <20080613160013.ECB8A61A7B1@hormel.redhat.com> Message-ID: <5ac533d50806132134s32ce3f37h54e4d2e4aabc9851@mail.gmail.com> can anybody tell me how i can download f9 everything spin with jigdo on win server 2003 On Fri, Jun 13, 2008 at 9:30 PM, wrote: > Send Fedora-games-list mailing list submissions to > fedora-games-list at redhat.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.redhat.com/mailman/listinfo/fedora-games-list > or, via email, send a message with subject or body 'help' to > fedora-games-list-request at redhat.com > > You can reach the person managing the list at > fedora-games-list-owner at redhat.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Fedora-games-list digest..." > > > Today's Topics: > > 1. Re: Games Live Spin (Hans de Goede) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 13 Jun 2008 10:17:02 +0200 > From: Hans de Goede > Subject: Re: Games Live Spin > To: Fedora Games > Message-ID: <48522CFE.5030905 at hhs.nl> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > I finally got around to looking at the games dvd kickstart file. Since it > was > last updated we've packaged lots of new games, so I've attached an updated > version. Unfortunately I don't have the diskspace overhere (only a 40 GB > hd) to > test it. > > You might need to update the "part / --size 8000" line to make the root > partition bigger for it to build. Also I would really like to keep this > within > the size of a single layer dvd, so if it gets over that we need to drop > some > stuff. The first thing to drop would be vegastrike, which ways in at a > nifty > 350 MB. > > I've attached a new .ks and a diff from the previous one. > > Thanks & Regards, > > Hans > > > > > Jeroen van Meeuwen wrote: > > Hey there, > > > > To be able to compose the Fedora Games LiveDVD I need you to confirm > > that the current kickstart[1] is valid, as up-to-date as possible and > > that someone, or some of you, are willing to take bugs and maintain the > > spin for the remainder of Fedora 9's lifecycle. > > > > Any updates to the kickstart can be sent here, to me in private, or by > > requesting commit access to the SCM[2]. > > > > Thank you in advance, > > > > Kind regards, > > > > Jeroen van Meeuwen > > -kanarip > > > > [1] $ git clone git://git.fedorahosted.org/spin-kickstarts.git > > kickstart then is: spin-kickstarts/fedora-livedvd-games.ks > > > > [2] > https://admin.fedoraproject.org/accounts/group/view/gitspin-kickstarts > > > > _______________________________________________ > > Fedora-games-list mailing list > > Fedora-games-list at redhat.com > > http://www.redhat.com/mailman/listinfo/fedora-games-list > > > > -------------- next part -------------- > --- fedora-livedvd-games.ks~ 2008-06-13 09:42:45.000000000 +0200 > +++ fedora-livedvd-games.ks 2008-06-13 10:12:09.000000000 +0200 > @@ -25,6 +25,7 @@ > #croquet (pending) > crossfire-client > egoboo > +extremetuxracer > FlightGear > flight-of-the-amazon-queen-cd > freeciv > @@ -33,11 +34,14 @@ > freedroidrpg > frozen-bubble > gl-117 > +glest > +glob2 > lincity-ng > manaworld > maniadrive > maniadrive-music > nethack-vultures > +netpanzer > neverball > nexuiz > nogravity > @@ -48,22 +52,31 @@ > supertuxkart > torcs > tremulous > -#vdrift > +ultimatestunts > +vdrift > vegastrike > warzone2100 > wesnoth > widelands > worminator > wormux > +xmoto > xpilot-ng > > # traditional (small) > > +abe > +alex4 > ballz > blobwars > +bolzplatz2006 > bombardier > bsd-games > +cdogs-sdl > clanbomber > +clonekeen > +foobillard > +glaxium > gnubg > gnugo > hedgewars > @@ -75,6 +88,7 @@ > nazghul-haxima > nethack > openlierox > +pachi > pioneers > quake3 > quake3-demo > @@ -84,17 +98,23 @@ > rott-shareware > scorchwentbonkers > seahorse-adventures > +solarwolf > +sopwith > +starfighter > stormbaancoureur > ularn > urbanterror > vavoom > worldofpadman > +xblast > > # arcade classics(ish) (big) > > auriferous > +alienblaster > duel3 > lmarbles > +powermanga > raidem > raidem-music > trackballs > @@ -106,6 +126,7 @@ > # arcade classics(ish) (small) > > ballbuster > +CriticalMass > dd2 > KoboDeluxe > lacewing > @@ -115,13 +136,14 @@ > seahorse-adventures > shippy > tecnoballz > -#wordwarvi (under review) > +wordwarvi > #(xgalaga renamed) > xgalaxy > zasx > > # falling blocks games (small) > > +amoebax > crack-attack > crystal-stacker > fbg > @@ -138,8 +160,11 @@ > escape > magicor > mirrormagic > +pipenightdreams > +pipepanic > pychess > rocksndiamonds > +vodovod > > # card games > > @@ -151,6 +176,7 @@ > celestia > childsplay > gcompris > +planets > stellarium > tuxpaint > tuxpaint-stamps > -------------- next part -------------- > # fedora-livedvd-games.ks > # > # Maintainer(s): > # - Rahul Sundaram > > %include fedora-live-base.ks > part / --size 8000 > > %packages > > # games > > # traditional (big) > > abuse > alienarena > armacycles-ad > asc > asc-music > astromenace > beneath-a-steel-sky-cd > blobAndConquer > boswars > bzflag > #croquet (pending) > crossfire-client > egoboo > extremetuxracer > FlightGear > flight-of-the-amazon-queen-cd > freeciv > freecol > freedoom > freedroidrpg > frozen-bubble > gl-117 > glest > glob2 > lincity-ng > manaworld > maniadrive > maniadrive-music > nethack-vultures > netpanzer > neverball > nexuiz > nogravity > openarena > pinball > scorched3d > supertux > supertuxkart > torcs > tremulous > ultimatestunts > vdrift > vegastrike > warzone2100 > wesnoth > widelands > worminator > wormux > xmoto > xpilot-ng > > # traditional (small) > > abe > alex4 > ballz > blobwars > bolzplatz2006 > bombardier > bsd-games > cdogs-sdl > clanbomber > clonekeen > foobillard > glaxium > gnubg > gnugo > hedgewars > lbrickbuster2 > liquidwar > londonlaw > lure > machineball > nazghul-haxima > nethack > openlierox > pachi > pioneers > quake3 > quake3-demo > quarry > Ri-li > rogue > rott-shareware > scorchwentbonkers > seahorse-adventures > solarwolf > sopwith > starfighter > stormbaancoureur > ularn > urbanterror > vavoom > worldofpadman > xblast > > # arcade classics(ish) (big) > > auriferous > alienblaster > duel3 > lmarbles > powermanga > raidem > raidem-music > trackballs > trackballs-music > uqm > uqm-content-3domusic > uqm-content-voice > > # arcade classics(ish) (small) > > ballbuster > CriticalMass > dd2 > KoboDeluxe > lacewing > Maelstrom > methane > njam > seahorse-adventures > shippy > tecnoballz > wordwarvi > #(xgalaga renamed) > xgalaxy > zasx > > # falling blocks games (small) > > amoebax > crack-attack > crystal-stacker > fbg > gemdropx > gweled > > # puzzles (big) > enigma > fillets-ng > pingus > > # puzzles (small) > > escape > magicor > mirrormagic > pipenightdreams > pipepanic > pychess > rocksndiamonds > vodovod > > # card games > > poker2d > > # educational/simulation > > bygfoot > celestia > childsplay > gcompris > planets > stellarium > tuxpaint > tuxpaint-stamps > tuxtype2 > > # kde based games > ksirk > poker2d-kde > taxipilot > > # utilities > > dosbox > games-menus > wget > > %end > end > > ------------------------------ > > _______________________________________________ > Fedora-games-list mailing list > Fedora-games-list at redhat.com > http://www.redhat.com/mailman/listinfo/fedora-games-list > > > End of Fedora-games-list Digest, Vol 27, Issue 5 > ************************************************ > -- arnav kalra (linux inside) Download Day - English -------------- next part -------------- An HTML attachment was scrubbed... URL: From ivazqueznet at gmail.com Sat Jun 14 14:25:11 2008 From: ivazqueznet at gmail.com (Ignacio Vazquez-Abrams) Date: Sat, 14 Jun 2008 10:25:11 -0400 Subject: Fedora-games-list Digest, Vol 27, Issue 5 In-Reply-To: <5ac533d50806132134s32ce3f37h54e4d2e4aabc9851@mail.gmail.com> References: <20080613160013.ECB8A61A7B1@hormel.redhat.com> <5ac533d50806132134s32ce3f37h54e4d2e4aabc9851@mail.gmail.com> Message-ID: <1213453511.10118.11.camel@ignacio.lan> On Sat, 2008-06-14 at 10:04 +0530, Arnav Kalra wrote: > can anybody tell me how i can download f9 everything spin with jigdo > on win server 2003 1) You're on the wrong list. 2) You're top posting. 3) You quoted an entire digest to say something completely unrelated. 4) Fedora doesn't even PROVIDE an "everything spin". -- Ignacio Vazquez-Abrams PLEASE don't CC me; I'm already subscribed -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From wayward4now at gmail.com Sat Jun 14 20:43:25 2008 From: wayward4now at gmail.com (Ric Moore) Date: Sat, 14 Jun 2008 16:43:25 -0400 Subject: Fedora-games-list Digest, Vol 27, Issue 5 In-Reply-To: <1213453511.10118.11.camel@ignacio.lan> References: <20080613160013.ECB8A61A7B1@hormel.redhat.com> <5ac533d50806132134s32ce3f37h54e4d2e4aabc9851@mail.gmail.com> <1213453511.10118.11.camel@ignacio.lan> Message-ID: <1213476205.25816.17.camel@iam.wayward4now.net> On Sat, 2008-06-14 at 10:25 -0400, Ignacio Vazquez-Abrams wrote: > On Sat, 2008-06-14 at 10:04 +0530, Arnav Kalra wrote: > > can anybody tell me how i can download f9 everything spin with jigdo > > on win server 2003 > > 1) You're on the wrong list. > 2) You're top posting. > 3) You quoted an entire digest to say something completely unrelated. > 4) Fedora doesn't even PROVIDE an "everything spin". 5) WIN server 2003???!! :) Ric -- ---------------------------------------------------- My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ..the Sin of Ignorance, and the Sin of Stupidity. Only the former may be overcome." R.I.P. Dad. Linux user# 44256 Sign up at: http://counter.li.org/ http://www.sourceforge.net/projects/oar https://oar.dev.java.net/ Verizon Cell # 336-254-1339 ----------------------------------------------------- From arnavkalra007 at gmail.com Sun Jun 15 04:37:56 2008 From: arnavkalra007 at gmail.com (Arnav Kalra) Date: Sun, 15 Jun 2008 10:07:56 +0530 Subject: Fedora-games-list Digest, Vol 27, Issue 6 In-Reply-To: <20080614160009.170E961978B@hormel.redhat.com> References: <20080614160009.170E961978B@hormel.redhat.com> Message-ID: <5ac533d50806142137p3c7487afk6e8c240a66edba41@mail.gmail.com> it provides it at spins.fedoraunity.org/spins -------------- next part -------------- An HTML attachment was scrubbed... URL: