Package Details: openglide-git last.cvs.r50.g1ecc60a-1

Git Clone URL: https://aur.archlinux.org/openglide-git.git (read-only, click to copy)
Package Base: openglide-git
Description: Glide wrapper, useful for DOSBox with Glide support
Upstream URL: https://github.com/voyageur/openglide
Licenses: GPL2
Conflicts: openglide-cvs
Submitter: 8BitSloth
Maintainer: 8BitSloth
Last Packager: 8BitSloth
Votes: 6
Popularity: 0.000000
First Submitted: 2018-02-18 09:22 (UTC)
Last Updated: 2024-03-14 01:20 (UTC)

Latest Comments

1 2 Next › Last »

8BitSloth commented on 2024-03-14 01:23 (UTC)

I've added aarch64. Let me know if any weird issues arises with the PKGBUILD. As others have pointed out I do not have control over openglide itself, that is an upstream thing.

What do I know, I'm just a sloth.

sethkush commented on 2024-03-12 20:31 (UTC)

This seems to work fine on aarch64. Could you add it to the PKGBUILD?

dbermond commented on 2021-12-06 10:33 (UTC)

@patlefort autotools scripts should be written using POSIX/portable shell code, so the shebang should not be changed to use bash. If you have any complains about the script not following POSIX code, please report upstream, as here is not the place for such changes.

patlefort commented on 2021-12-06 01:22 (UTC) (edited on 2021-12-06 01:23 (UTC) by patlefort)

The configure script contain some bashism. I propose to change it from /bin/sh to /bin/bash:

diff --git a/PKGBUILD b/PKGBUILD
index 592162b..c50a3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,7 @@ build() {
   cd "$srcdir/$_pkgname"

   ./bootstrap
+  sed -i 's|/bin/sh|/bin/bash|' 'configure'
   ./configure --prefix=/usr
   make
 }

linkmauve commented on 2020-09-28 23:47 (UTC)

Hi, you should replace cvs with git in makedepends.

8BitSloth commented on 2018-02-18 17:09 (UTC)

Openglide-cvs is being replaced with openglide-git. I have already tested the new install with Dosbox-daum and it seems to be work.

When the creator of that package changes over to openglide-git, this package will be deleted. SourceForge has said that CVS is still active, but read only. I am guessing the project manager killed their CVS repo and left us in the dark.

What do I know, I'm just a sloth.

8BitSloth commented on 2018-02-18 05:28 (UTC)

SourceForge has moved away from CVS. I will be working to change this over to either a direct download from SF or from a GIT repo.

heavysink commented on 2017-06-09 04:57 (UTC)

openglide-cvs is old and not needed by my dosbox-x package anymore so I am disowning it. Feel free to pick it up.

Chromaryu commented on 2016-11-29 11:55 (UTC)

Wrong .SRCINFO or PKGBUILD maybe.

eientei95 commented on 2016-11-14 09:15 (UTC) (edited on 2016-11-14 09:15 (UTC) by eientei95)

/bin/sh ./libtool --mode=install 0 libglide2x.la '/tmp/yaourt-tmp-logan/aur-openglide-cvs/pkg/openglide-cvs/usr/lib' 0 -m 644 sdk2_glide.h sdk2_3dfx.h sdk2_glidesys.h sdk2_glideutl.h sdk2_sst1vid.h sdk2_unix.h '/tmp/yaourt-tmp-logan/aur-openglide-cvs/pkg/openglide-cvs/usr/include/openglide' /bin/sh: line 11: 0: command not found make[2]: *** [Makefile:649: install-libglide2xincludeHEADERS] Error 127 make[2]: *** Waiting for unfinished jobs.... libtool: install: 0 .libs/libglide2x.so.0.0.0 /tmp/yaourt-tmp-logan/aur-openglide-cvs/pkg/openglide-cvs/usr/lib/libglide2x.so.0.0.0 ./libtool: line 1737: 0: command not found make[2]: *** [Makefile:553: install-libLTLIBRARIES] Error 127 make[2]: Leaving directory '/tmp/yaourt-tmp-logan/aur-openglide-cvs/src/openglide-build' make[1]: *** [Makefile:977: install-am] Error 2 make[1]: Leaving directory '/tmp/yaourt-tmp-logan/aur-openglide-cvs/src/openglide-build' make: *** [Makefile:676: install-recursive] Error 1