summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gnash-fix-giflib-version.patch
AgeCommit message (Collapse)Author
2025-04-02gnu: Remove gnash.Vinicius Monego
Gnash is unmaintained since 2019, does not compile with recent versions of Boost, does not compile with C++17 and above and requires an older version of GCC and deprecated dependencies. It can be replaced by Lightspark in the majority of cases. * gnu/packages/animation.scm (gnash): Delete variable. * gnu/packages/patches/gnash-fix-giflib-version.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: Ib28de74c088d7f2cbbb2e00d9396472a53a975ae Signed-off-by: Andreas Enge <andreas@enge.fr>
2020-11-28gnu: Add gnash.Vinicius Monego
* gnu/packages/animation.scm (gnash): New variable. * gnu/packages/patches/gnash-fix-giflib-version: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>