Package Details: ysflight 20181124-1

Git Clone URL: https://aur.archlinux.org/ysflight.git (read-only, click to copy)
Package Base: ysflight
Description: A portable flight simulator
Upstream URL: http://wwwe.ysflight.com/
Licenses: Freeware
Submitter: theYinYeti
Maintainer: theYinYeti
Last Packager: theYinYeti
Votes: 6
Popularity: 0.000569
First Submitted: 2012-07-08 10:21 (UTC)
Last Updated: 2019-08-11 18:58 (UTC)

Latest Comments

1 2 Next › Last »

theYinYeti commented on 2015-06-01 21:44 (UTC)

Hi! I hope it’s fine now :-) — namcap used to define dependencies, as well as improve packaging a bit; — removed dependency on imake just to have `lndir`…; — launch-time choice between gl1 and gl2 version (using zenity); — two launchers: one for the GUI, one for the text-only server. Please tell me if something is wrong. In particular, I’m very doubtful about namcap making me remove the dependencies on libpulse and mesa…

theYinYeti commented on 2013-12-02 07:22 (UTC)

Sorry catlover2. I was busy with an OS reinstall so I did not pay close attention. I'll look better, and make another update sometime in the week.

catlover2 commented on 2013-12-01 22:04 (UTC)

Thanks for updating! 20130805 has a new version of the executable, "ysflight2", that uses OpenGL 2. Another /usr/bin script that calls it is in order, and perhaps one for "ysflight-consvr" (the network multiplayer server) is too.

catlover2 commented on 2013-12-01 07:26 (UTC)

Version 20130805 is out; would you please update the PKGBUILD? I confirm that version 20120701-2 of your PKGBUILD works fine on i686. Also, about namcap, all you have to do is install it and then run "namcap something.pkg.tar.xz". See https://wiki.archlinux.org/index.php/Namcap too.

theYinYeti commented on 2012-10-07 12:08 (UTC)

I did not find how to “run namcap on the binary package”. Anyway, using pactree, I could trim the dependencies to a list much like that of gborzi :-) It should be better this way. I hope…

theYinYeti commented on 2012-09-10 06:35 (UTC)

@gborzi Thank you :-) I’m really busy these days (construction work on the appartment), but as soon as I find some time to run the PC, I’ll take your comments into account.

gborzi commented on 2012-09-08 06:54 (UTC)

@theYinYeti the correct method is to run namcap on the binary package. The depends line should be depends=('mesa' 'libpulse'). Also, you can use the CARCH variable differentiate between 32 and 64 bit, e.g. md5sums=('d7ba5e36f22be950bfb75c936e5bf887' ... if [[ "$CARCH" == "i686" ]]; then md5sums[0]='ce88e3c72af8c989c3f85789405e2668' fi

theYinYeti commented on 2012-09-03 06:11 (UTC)

I’m not on my PC right now. I suppose your problem stems from the multilib repository I have enabled; surely you have not. I guess plain “gcc” or “gcc-libs” would satisfy the dependency… I defined the dependencies by running “ldd” on all included binaries and libraries included… I don’t know if there is a better method.

KinG-InFeT commented on 2012-09-01 19:52 (UTC)

trying to find the package and replace the dependence with the correct