summaryrefslogtreecommitdiff
path: root/gnu/packages/emulators.scm
diff options
context:
space:
mode:
authorAnderson Torres <anderson.torres.8519@gmail.com>2026-08-14 22:13:13 -0300
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-08-22 16:49:18 +0200
commit1ea8e8f18ef385532d1342291a98c9dc2900fa9e (patch)
tree580ae95bcb5f213bf858c097c4f43617b29f9cbe /gnu/packages/emulators.scm
parentbb0070d0dbb9a41a8efce8426162c75bec1e0a66 (diff)
gnu: bsnes-hd: Update to 10.6-1.fc26b25.
* gnu/packages/emulators.scm (bsnes-hd): Update to 10.6-1.fc26b25. [source, arguments]: Align. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Merges: guix/guix#10628
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r--gnu/packages/emulators.scm35
1 files changed, 18 insertions, 17 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 0cc9ab0ad66..3e82bd92ec2 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -4328,30 +4328,31 @@ performance, features, and ease of use.")
4328(define-public bsnes-hd 4328(define-public bsnes-hd
4329 ;; Use a git snapshot of the master branch, which includes unreleased build 4329 ;; Use a git snapshot of the master branch, which includes unreleased build
4330 ;; fixes. 4330 ;; fixes.
4331 (let ((commit "0bb7b8645e22ea2476cabd58f32e987b14686601") 4331 (let ((commit "fc26b25ea236f0f877f0265d2a2c37dfd93dfde9")
4332 (revision "0")) 4332 (revision "1"))
4333 (package 4333 (package
4334 (inherit bsnes) 4334 (inherit bsnes)
4335 (name "bsnes-hd") 4335 (name "bsnes-hd")
4336 ;; As of 10.6, there only ever was beta releases -- treat these as the 4336 ;; As of 10.6, there only ever was beta releases -- treat these as the
4337 ;; stable releases for now. 4337 ;; stable releases for now.
4338 (version (git-version "10.6" revision commit)) 4338 (version (git-version "10.6" revision commit))
4339 (source (origin 4339 (source
4340 (method git-fetch) 4340 (origin
4341 (uri (git-reference 4341 (method git-fetch)
4342 (url "https://github.com/DerKoun/bsnes-hd") 4342 (uri (git-reference
4343 (commit commit))) 4343 (url "https://github.com/DerKoun/bsnes-hd")
4344 (file-name (git-file-name name version)) 4344 (commit commit)))
4345 (sha256 4345 (file-name (git-file-name name version))
4346 (base32 4346 (sha256
4347 "0z9wqmx351f9160jsmprznqw5sx5lslyisbr41b9igzsr5j94db3")))) 4347 (base32 "0cszcyjycb8pyxnld4sk21j3f8rd802zp00n8b3xj674g8vvqa86"))))
4348 (build-system gnu-build-system) 4348 (build-system gnu-build-system)
4349 (arguments (substitute-keyword-arguments arguments 4349 (arguments
4350 ((#:make-flags flags ''()) 4350 (substitute-keyword-arguments arguments
4351 ;; This is needed because the modified bsnes code that 4351 ((#:make-flags flags ''())
4352 ;; bsnes-hd uses is based on an older copy that still 4352 ;; This is needed because the modified bsnes code that
4353 ;; defaults to gtk2. 4353 ;; bsnes-hd uses is based on an older copy that still
4354 #~(cons "hiro=gtk3" #$flags)))) 4354 ;; defaults to gtk2.
4355 #~(cons "hiro=gtk3" #$flags))))
4355 (home-page "https://github.com/DerKoun/bsnes-hd/") 4356 (home-page "https://github.com/DerKoun/bsnes-hd/")
4356 (synopsis "Fork of bsnes with added HD video features") 4357 (synopsis "Fork of bsnes with added HD video features")
4357 (description "bsnes-hd (called ``HD Mode 7 mod, for bsnes'' in early 4358 (description "bsnes-hd (called ``HD Mode 7 mod, for bsnes'' in early