From 6f28729f9bf047b975639e23c7097ec644a3f2dd Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 4 Jul 2016 16:57:50 +0200 Subject: [PATCH] libspectre: Add version 0.2.8 This version fixes a crash in Evince reported by Matt Huska in the thread *Re: Evince crashes in libpixman*, when rotating EPS files [1]. > libspectre 0.2.8 (01 July 2016) > =============================== > > This is another bugfix only release in the libspectre's 0.2 series. > > Marek fixed the document rotation with newer versions of Ghostscript > (Bug #76450) > > Build was also broken with Ghostscript >= 9.18 and has been fixed. > > Fixed a compile warning due to a comparison of integers of different > signs reported by Daniel Macks when building on OS X (Bug #56476) > > Makefiles were updated to properly use CPPFLAGS instead of CFLAGS as > suggested by Daniel Macks (Bug #56481) [1] https://bugs.freedesktop.org/show_bug.cgi?id=96615 --- libspectre-0.2.8-0.bee | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 libspectre-0.2.8-0.bee diff --git a/libspectre-0.2.8-0.bee b/libspectre-0.2.8-0.bee new file mode 100755 index 000000000..39949a0aa --- /dev/null +++ b/libspectre-0.2.8-0.bee @@ -0,0 +1,31 @@ +#!/usr/bin/env beesh + +SRCURL[0]="http://libspectre.freedesktop.org/releases/libspectre-${PKGVERSION}.tar.gz" + +PATCHURL[0]="" + +# BEE_CONFIGURE=compat + +# EXCLUDE="" + + + +#mee_extract() { +# bee_extract ${@} +#} + +#mee_patch() { +# bee_patch ${@} +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#}