gnu: Add sdl2-ttf.

* gnu/packages/sdl.scm (sdl2-ttf): New variable.
master
David Thompson 2015-12-15 13:31:32 -05:00 committed by David Thompson
parent 855e293981
commit d3f6a1defb
1 changed files with 15 additions and 0 deletions

View File

@ -338,6 +338,21 @@ directory.")
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-mixer))))
(define-public sdl2-ttf
(package (inherit sdl-ttf)
(name "sdl2-ttf")
(version "2.0.12")
(source (origin
(method url-fetch)
(uri
(string-append "http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-"
version ".tar.gz"))
(sha256
(base32
"0vkg6lyj278mdpd52map3rfi65fbq16w67ahmmfcl77a8da60a47"))))
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-ttf))))
(define-public guile-sdl
(package
(name "guile-sdl")