Package Details: desmume-git 0.9.11.r1463.eab1fb95-1

Git Clone URL: https://aur.archlinux.org/desmume-git.git (read-only, click to copy)
Package Base: desmume-git
Description: Nintendo DS emulator
Upstream URL: https://desmume.org/
Licenses: GPL2
Conflicts: desmume
Provides: desmume
Submitter: SwooshyCueb
Maintainer: linkmauve
Last Packager: linkmauve
Votes: 72
Popularity: 0.021357
First Submitted: 2017-01-11 14:52 (UTC)
Last Updated: 2020-11-27 00:29 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

linkmauve commented on 2020-09-25 19:54 (UTC)

Hi, thanks for the notice and sorry for the long wait, I’ve just pushed fixes for your issues.

What do you mean by “wifi support wants libagg” though? I can’t find anything linking them two anywhere (but neither did I find a game which requires wifi in my library to test it with).

dantob commented on 2020-09-10 03:42 (UTC) (edited on 2020-09-10 03:43 (UTC) by dantob)

I ran into a few issues while converting to the meson build.

  • the man pages don't get installed
  • wifi support wants libagg?
  • makefile still exists and tries to link against gtk2

linkmauve commented on 2020-09-09 23:25 (UTC)

Hi, I’ve just ported it to gtk3, you should update the dependencies.

inochi commented on 2020-08-15 02:53 (UTC)

Please remove the -march=native compiler flag, it will cause some running error on my laptop because of the AVX2 instructions errors.

dantob commented on 2020-08-14 05:51 (UTC)

long overdue dependency updates, If I've missed anything (or messed something up) please let me know.

lxgr commented on 2020-06-14 11:41 (UTC)

please fix the version in your packagebuild

<deleted-account> commented on 2020-01-12 20:34 (UTC)

erm67's solution works for me. For the record, markdown code formatting makes patches like that easier to read

diff --git a/PKGBUILD b/PKGBUILD
index 15bf82f..0f31711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -50,6 +50,8 @@ pkgver() {
 }

 prepare(){
+  cd "${srcdir}/${_pkgname}"
+  git revert --no-edit --no-commit bf3e1b1cf338e2e276a91840757e9bc194417504
   cd "${srcdir}/${_pkgname}/${_builddir}"

   # lua5.1 package is named lua51 on Arch

erm67 commented on 2020-01-04 21:21 (UTC) (edited on 2020-01-04 21:23 (UTC) by erm67)

It's probably easier to patch the PKGBUILD, it compiles with it.

--- PKGBUILD.orig 2020-01-04 22:19:55.467721733 +0100 +++ PKGBUILD 2020-01-04 22:15:50.875664244 +0100 @@ -50,6 +50,8 @@ }

prepare(){ + cd "${srcdir}/${_pkgname}" + git revert --no-edit --no-commit bf3e1b1cf338e2e276a91840757e9bc194417504 cd "${srcdir}/${_pkgname}/${_builddir}"

# lua5.1 package is named lua51 on Arch

zwastik commented on 2019-12-19 21:50 (UTC)

Compile error:

/usr/include/glib-2.0/glib/gmacros.h:988:33: error: missing binary operator before token "_Pragma" 988 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))

Issue upstream: https://github.com/TASVideos/desmume/issues/304

Solution: revert commit bf3e1b1cf338e2e276a91840757e9bc194417504 https://github.com/TASVideos/desmume/commit/bf3e1b1cf338e2e276a91840757e9bc194417504

Now, how do I create a patch reverting this commit so the PKGBUILD can create the package?

Reden commented on 2019-03-24 03:00 (UTC)

Also please enable the hud (no longer crashes probs), and update the package name (even though it will download and install the latest one).