[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26669: [PATCH 6/7] gnu: Add wxsvg.
From: |
Thomas Danckaert |
Subject: |
bug#26669: [PATCH 6/7] gnu: Add wxsvg. |
Date: |
Wed, 26 Apr 2017 18:30:37 +0200 |
From: Thomas Danckaert <address@hidden>
* gnu/packages/wxwidgets.scm (wxsvg): New variable.
---
gnu/packages/wxwidgets.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index bd6ffec0f..b603fe588 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -36,6 +36,8 @@
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
+ #:use-module (gnu packages photo)
+ #:use-module (gnu packages video)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages sdl)
@@ -190,3 +192,30 @@ and many other languages.")
(description "@code{wxpython} provides Python 2 bindings for wxWidgets.")
(home-page "http://wxpython.org/")
(license (package-license wxwidgets))))
+
+(define-public wxsvg
+ (package
+ (name "wxsvg")
+ (version "1.5.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/wxsvg/wxsvg/"
+ version "/wxsvg-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "0m3ff8mjiq4hvy8rmxyc9fkpf24xwxhvr3a6jmvr2q5zc41xhz7x"))))
+ (build-system glib-or-gtk-build-system)
+ (inputs
+ `(("wxwidgets" ,wxwidgets-3.1)
+ ("cairo" ,cairo)
+ ("pango" ,pango)
+ ("libexif" ,libexif)
+ ("ffmpeg" ,ffmpeg)))
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (synopsis "C++ library to create, manipulate and render SVG files")
+ (description "wxSVG is a C++ library to create, manipulate and render
address@hidden Vector Graphics} (SVG) files with the wxWidgets toolkit.")
+ (home-page "http://wxsvg.sourceforge.net")
+ (license (list l:lgpl2.0+ (l:fsf-free "file://COPYING")))))
--
2.12.2
- bug#26669: [PATCH 1/7] gnu: Add cdrtools., Thomas Danckaert, 2017/04/26
- bug#26669: [PATCH 2/7] gnu: Add dvd+rw-tools., Thomas Danckaert, 2017/04/26
- bug#26669: [PATCH 5/7] gnu: Add wxwidgets-3.1., Thomas Danckaert, 2017/04/26
- bug#26669: [PATCH 6/7] gnu: Add wxsvg.,
Thomas Danckaert <=
- bug#26669: [PATCH 4/7] gnu: Add dvdauthor., Thomas Danckaert, 2017/04/26
- bug#26669: [PATCH 7/7] gnu: Add dvdstyler., Thomas Danckaert, 2017/04/26
- bug#26669: [PATCH 3/7] gnu: brasero: Embed growisofs store item., Thomas Danckaert, 2017/04/26
- bug#26669: [PATCH 2/7] gnu: Add dvd+rw-tools., Danny Milosavljevic, 2017/04/26
- bug#26669: [PATCH 1/7] gnu: Add cdrtools., Mathieu Othacehe, 2017/04/26