Skip to content

Commit

Permalink
libspectre: Add version 0.2.8
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Jul 4, 2016
1 parent 34056c4 commit 6f28729
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions libspectre-0.2.8-0.bee
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 6f28729

Please sign in to comment.