Search Criteria
Package Details: desmume-git 0.9.14.r233.g60714f6-1
Package Actions
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://github.com/TASVideos/desmume |
Licenses: | GPL-2.0-or-later |
Conflicts: | desmume |
Provides: | desmume |
Submitter: | SwooshyCueb |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 71 |
Popularity: | 0.000035 |
First Submitted: | 2017-01-11 14:52 (UTC) |
Last Updated: | 2024-08-26 10:52 (UTC) |
Dependencies (10)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libopenal.so (openal-gitAUR, lib32-openal, openal)
- libpcap (libpcap-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- soundtouch (soundtouch-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- intltool (make)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber) (make)
- meson (meson-gitAUR) (make)
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.
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
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).
« First ‹ Previous 1 2 3 4 5 6 Next › Last »