[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26669: [PATCH 3/7] gnu: brasero: Embed growisofs store item.
From: |
Thomas Danckaert |
Subject: |
bug#26669: [PATCH 3/7] gnu: brasero: Embed growisofs store item. |
Date: |
Wed, 26 Apr 2017 18:30:34 +0200 |
From: Thomas Danckaert <address@hidden>
* gnu/packages/gnome.scm (brasero)[arguments]: Add phase 'embed-growisofs.
---
gnu/packages/gnome.scm | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fc19318b9..ef56168bf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -150,7 +150,14 @@
"/share/gir-1.0")
(string-append "--with-typelibdir="
(assoc-ref %outputs "out")
- "/lib/girepository-1.0"))))
+ "/lib/girepository-1.0"))
+ #:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'embed-growisofs
+ (lambda* (#:key inputs #:allow-other-keys)
+ (substitute* "plugins/growisofs/burn-growisofs.c"
+ (("\"growisofs") (string-append "\"" (which "growisofs"))))
+ #t )))))
(propagated-inputs
`(("hicolor-icon-theme" ,hicolor-icon-theme)))
(native-inputs
@@ -159,7 +166,8 @@
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)))
(inputs
- `(("glib" ,glib)
+ `(("dvd+rw-tools" ,dvd+rw-tools)
+ ("glib" ,glib)
("gnome-doc-utils" ,gnome-doc-utils)
("gstreamer" ,gstreamer)
("gst-plugins-base" ,gst-plugins-base)
--
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, 2017/04/26
- 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 <=
- 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