GNU bug report logs -
#41337
[PATCH 0/2] Update julius
Previous Next
Reported by: Timotej Lazar <timotej.lazar <at> araneo.si>
Date: Sat, 16 May 2020 20:40:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 41337 in the body.
You can then email your comments to 41337 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org:
bug#41337; Package
guix-patches.
(Sat, 16 May 2020 20:40:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Timotej Lazar <timotej.lazar <at> araneo.si>:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org.
(Sat, 16 May 2020 20:40:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
this updates julius to latest version and removes (most) bundled libs.
Thanks!
Timotej Lazar (2):
gnu: julius: Update to 1.4.0.
gnu: julius: Remove unused bundled libraries.
gnu/packages/games.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
--
2.26.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#41337; Package
guix-patches.
(Sat, 16 May 2020 20:54:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 41337 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/games.scm (julius): Update to 1.4.0.
[inputs]: Add new dependency libpng.
---
gnu/packages/games.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f7b21ce44f..2933267629 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -978,7 +978,7 @@ automata. The following features are available:
(define-public julius
(package
(name "julius")
- (version "1.3.0")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -987,10 +987,11 @@ automata. The following features are available:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ws5lmwdhla73676fj0w26v859n47s0wyxa0mgd0dmkx0x91qriy"))))
+ (base32 "01rygr592ar530qv1flmaiq8icl0qdxgc8lhkcdyn1g09941z47v"))))
(build-system cmake-build-system)
(inputs
- `(("sdl2" ,sdl2)
+ `(("libpng" ,libpng)
+ ("sdl2" ,sdl2)
("sdl2-mixer" ,sdl2-mixer)))
(home-page "https://github.com/bvschaik/julius")
(synopsis "Re-implementation of Caesar III game engine")
--
2.26.2
Information forwarded
to
guix-patches <at> gnu.org:
bug#41337; Package
guix-patches.
(Sat, 16 May 2020 20:54:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 41337 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/games.scm (julius)[source](snippet): Remove
ext/{dirent,png,SDL2,zlib}.
---
gnu/packages/games.scm | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2933267629..d84841b0b7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -987,7 +987,14 @@ automata. The following features are available:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "01rygr592ar530qv1flmaiq8icl0qdxgc8lhkcdyn1g09941z47v"))))
+ (base32 "01rygr592ar530qv1flmaiq8icl0qdxgc8lhkcdyn1g09941z47v"))
+ ;; Remove unused bundled libraries.
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ (with-directory-excursion "ext"
+ (for-each delete-file-recursively '("dirent" "png" "SDL2" "zlib")))
+ #t))))
(build-system cmake-build-system)
(inputs
`(("libpng" ,libpng)
@@ -1001,7 +1008,6 @@ Julius includes some UI enhancements while preserving the logic (including
bugs) of the original game, so that saved games are compatible. This package
does not include game data.")
(license (list license:agpl3
- license:expat ; ext/dirent
license:zlib)))) ; ext/tinyfiledialogs
(define-public meandmyshadow
--
2.26.2
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility.
(Sat, 16 May 2020 23:13:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Timotej Lazar <timotej.lazar <at> araneo.si>:
bug acknowledged by developer.
(Sat, 16 May 2020 23:13:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 41337-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Timotej Lazar <timotej.lazar <at> araneo.si> writes:
> this updates julius to latest version and removes (most) bundled libs.
I applied both patches. Thank you!
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org.
(Sun, 14 Jun 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.