Description: Change GIFLIB_MINOR to allow matching with v5.2+ Source: https://savannah.gnu.org/patch/index.php?9873 Author: marius851000 diff --git a/libbase/GnashImageGif.cpp b/libbase/GnashImageGif.cpp index 2ae5ddb..b87b1e7 100644 --- a/libbase/GnashImageGif.cpp +++ b/libbase/GnashImageGif.cpp @@ -120,7 +120,7 @@ GifInput::GifInput(std::shared_ptr in) GifInput::~GifInput() { // Clean up allocated data. -#if GIFLIB_MAJOR==5 && GIFLIB_MINOR==1 +#if GIFLIB_MAJOR==5 && GIFLIB_MINOR!=0 DGifCloseFile(_gif, 0); #else DGifCloseFile(_gif);
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/syndication.scm
cm ("patch not found yields a run-time error"): Catch 'formatted-message?'. * guix/lint.scm (check-patch-file-names): Handle 'formatted-message?'. (check-derivation): Ditto.
AgeCommit message (Expand)Author
2024-11-28gnu: newsboat: Update to 2.36....* gnu/packages/syndication.scm (newsboat): Update to 2.36. Change-Id: I951138160f1db023ceb994225d07ae80a53eda03 Efraim Flashner
2024-11-28gnu: rust-section-testing-0.0: Rename package....* gnu/packages/crates-io.scm (rust-section-testing-0.0): Rename to ... (rust-section-testing-0.0.5): ... this. * gnu/packages/syndication.scm (newsboat)[cargo-development-inputs]: Adjust accordingly. Change-Id: I8d887bd947de71ddc6ee39d106b8b647ad8f7c1d Efraim Flashner
2024-11-03gnu: Add newsraft....* gnu/packages/syndication.scm (newsraft): New variable. Change-Id: Iea8d28df6f41d668818fded83a9ca77b77291484 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Luis Guilherme Coelho
Ludovic Courtès
2020-07-25utils: Move '&fix-hint' to (guix diagnostics)....* guix/utils.scm (&fix-hint): Move to... * guix/diagnostics.scm (&fix-hint): ... here. * gnu.scm: Adjust imports accordingly. * gnu/system/mapped-devices.scm: Likewise. * guix/channels.scm: Likewise. * guix/profiles.scm: Likewise. * guix/scripts/system/reconfigure.scm: Likewise. * guix/ssh.scm: Likewise. Ludovic Courtès
2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics)....* guix/utils.scm (<location>, source-properties->location) (location->source-properties, &error-location): Move to... * guix/diagnostics.scm: ... here. * gnu.scm: Adjust imports accordingly. * gnu/machine.scm: Likewise. * gnu/system.scm: Likewise. * gnu/tests.scm: Likewise. * guix/inferior.scm: Likewise. * tests/channels.scm: Likewise. * tests/packages.scm: Likewise. Ludovic Courtès