#599884 ITP: speed-dreams -- Open source motorsport simulation

#599884#5
Date:
2010-10-12 04:52:40 UTC
From:
To:
Package: wnpp
Severity: wishlist

* Package name    : speed-dreams
  Version         : 1.4.0
  Upstream Author : Speed Dreams project team <no email given>
* URL             : http://www.speed-dreams.org
* License         : GPL
  Programming Lang: C++
  Description     : Open source motorsport simulation

Speed Dreams is is a 3d cross-platform, open source motorsport
simulation and racing game.
Speed Dreams is a fork of the open racing car simulator Torcs,
aiming to implement exciting new features, cars, tracks and AI
opponents to make a more enjoyable game for the player, as well
as constantly improving visual and physics realism.

#599884#10
Date:
2011-07-27 16:02:33 UTC
From:
To:
retitle 599884 RFP: speed-dreams -- Open source motorsport simulation
noowner 599884
thanks

Hi,

This is an automatic email to change the status of speed-dreams back from ITP
(Intent to Package) to RFP (Request for Package), because this bug hasn't seen
any activity during the last 6 months.

If you are still interested in adopting speed-dreams, please send a mail to
<control@bugs.debian.org> with:

 retitle 599884 ITP: speed-dreams -- Open source motorsport simulation
 owner 599884 !
 thanks

However, it is not recommended to keep ITP for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
packaging that software. It is also a good idea to document your progress on
this ITP from time to time, by mailing <599884@bugs.debian.org>.

Thank you for your interest in Debian,

#599884#17
Date:
2012-10-25 12:51:30 UTC
From:
To:
Some news about inclusion of Speed Dreams in official Debian repositories?
#599884#22
Date:
2017-12-08 16:20:06 UTC
From:
To:
RFP 599884 has no visible progress for a long time, so closing.
#599884#37
Date:
2020-11-18 08:23:38 UTC
From:
To:
#599884#46
Date:
2020-11-20 14:27:03 UTC
From:
To:
https://salsa.debian.org/games-team/unfinished/speed-dreams

Just to ensure good work isn't lost, I've pushed the above work to the
salsa repo as-is. I encourage anyone from the future to also check if
any of the previous packaging is also useful, like a manpage/watch file.

#599884#51
Date:
2020-11-22 15:56:34 UTC
From:
To:
Did I miss some mail? Its not ready, is is?

Could not find any RFS, Is has lintian errors [1] the bug [2] is not an ITP,
but has been. I guess you dropped the ITP?


[1] exerpt from https://mentors.debian.net/package/speed-dreams/:
 Package has lintian errors
speed-dreams
    E custom-library-search-path
    W national-encoding
    W non-multi-arch-lib-dir
    W shared-library-lacks-prerequisites
    W duplicate-font-file
    W truetype-font-prohibits-installable-embedding

Would be cool to have a few more words to understand the context or your intentions.
Otherwise ones time gets easily wasted.

#599884#56
Date:
2020-11-23 06:01:49 UTC
From:
To:
Hi Tobias,

No, I only completely forgot, that the package is not ready, and if
someone wants to work on it, go ahead. I lack resources to do so.

That is correct.

Sorry, fixing that now.

#599884#61
Date:
2021-01-24 16:31:21 UTC
From:
To:
This game is a definitive improvement over its predecessor torcs!
It would be nice to have it in Debian (11?). :)

I attach a simple patch to fix the build on Debian testing. Changes:
* fix openscenegraph dependency
* order dependency by name and put each one on a new line

With the patch the game builds and runs fine.
Please consider applying.

#599884#66
Date:
2021-01-25 21:19:14 UTC
From:
To:
I uploaded the package in my Ubuntu PPA:
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers/+packages?field.name_filter=speed-dreams

Note that non amd64 builds fail with:
/<<PKGBUILDDIR>>/src/modules/graphic/osggraph/Utils/OsgAtomic.h:51:4:
error: #error
   51 | #  error
      |    ^~~~~

#599884#75
Date:
2023-02-07 22:13:50 UTC
From:
To:
retitle 599884 RFP: speed-dreams -- Open source motorsport simulation
noowner 599884
thanks

I'm reverting this back to an RFP, as the copyright and license information for
some files is difficult to establish.

Additionally, a lot of the art in the game makes use of the Free Art License.
As far as I understand, this license is not unambiguously DFSG-compatible.

From a technical perspective, packaging this project was very easy, so I hope
this will not dissuade someone else from picking up this package if they are
interested.

#599884#86
Date:
2025-12-22 12:20:07 UTC
From:
To:
Hi,

I would like this RFP to be re-evaluated by packagers: Speed Dreams has
undergone major changes since 2024, including infrastructure, and should
solve the licensing concerns expressed above.

First, the project was finally migrated from SVN to Git, and was split
into several repositories for greater clarity:

- Engine: https://forge.a-lec.org/speed-dreams/speed-dreams-code
(GPLv2-or-later)
- Base assets: https://forge.a-lec.org/speed-dreams/speed-dreams-data
(Free Art License or CC0/CC-BY/CC-BY-SA)

All other non-essential assets (i.e., optional tracks and cars) were
also split into their own individual repositories, mostly inside the
https://forge.a-lec.org/speed-dreams/ organization.

An configurable, in-game download manager was added on v2.4.0 onwards so
players can download new assets easily. The canonical URL for for the
default assets database is https://www.speed-dreams.net/assets.json .
The default database only allows freely licensed content. If required,
players can configure the download manager to support third-party
repositories under other licenses.

During the migration, an exhaustive audit of all assets bundled by Speed
Dreams was carried out, and a bunch of non-free assets were detected and
successfully removed from the commit history.

OTOH the Free Art License *is* considered a free and copyleft license,
according to the FSF:

https://www.gnu.org/licenses/license-list.html#FreeArt

Speed Dreams never uses the Free Art License for code, so to my
understanding incompatibility with the GNU GPL in this context is not a
concern here.

I hope these efforts finally allow Speed Dreams to become part of big
Linux distributions like Debian and its derivatives. We have put a lot
of effort into making life easier for packagers, and because of this
Speed Dreams is already part of free software distributions like GNU Guix:

https://packages.guix.gnu.org/packages/speed-dreams/2.4.2/

Best regards,

Xavi