supercollider doesn't build since Qt update

  • Done
  • quality assurance status badge
Details
One participant
  • Clément Lassieur
Owner
unassigned
Submitted by
Clément Lassieur
Severity
normal

Debbugs page

Clément Lassieur wrote 7 years ago
(address . bug-guix@gnu.org)
87sh6c7xwg.fsf@lassieur.org
Hi,

supercollider doesn't build since Qt update (commit
1f52eb7be7e166b477b7635ff71936fc05425a6e).

Clément
Clément Lassieur wrote 7 years ago
[PATCH] gnu: supercollider: Remove broken Qt dependency.
(address . 31620@debbugs.gnu.org)
20180528132210.12168-1-clement@lassieur.org
As suggested by Ricardo Wurmus.

This also removes IDE support.

* gnu/packages/audio.scm (supercollider)[arguments]: Add "-DSC_QT=off" to
configure flags.
[native-inputs]: Remove QTTOOLS.
[inputs]: Remove QTBASE, QTWEBKIT, QTSENSORS, QTDECLARATIVE and QTLOCATION.
---
gnu/packages/audio.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

Toggle diff (46 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index a0f21d4da..97e2a49f6 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
;;; Copyright © 2018 okapi <okapi@firemail.cc>
;;; Copyright © 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2064,6 +2065,7 @@ background file post-processing.")
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DSYSTEM_BOOST=on" "-DSYSTEM_YAMLCPP=on"
+ "-DSC_QT=off"
"-DSC_EL=off") ;scel is packaged individually as
;emacs-scel.
#:modules ((guix build utils)
@@ -2124,8 +2126,7 @@ set(YAMLCPP_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/\
external_libraries/yaml-cpp/include)"))
#t)))))
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("qttools" ,qttools)))
+ `(("pkg-config" ,pkg-config)))
(inputs
`(("jack" ,jack-1)
("libsndfile" ,libsndfile)
@@ -2138,12 +2139,7 @@ external_libraries/yaml-cpp/include)"))
("icu4c" ,icu4c)
("boost" ,boost)
("boost-sync" ,boost-sync)
- ("yaml-cpp" ,yaml-cpp)
- ("qtbase" ,qtbase) ;IDE support
- ("qtwebkit" ,qtwebkit)
- ("qtsensors" ,qtsensors)
- ("qtdeclarative" ,qtdeclarative)
- ("qtlocation" ,qtlocation)))
+ ("yaml-cpp" ,yaml-cpp)))
(home-page "https://github.com/supercollider/supercollider")
(synopsis "Synthesis engine and programming language")
(description "SuperCollider is a synthesis engine (@code{scsynth} or
--
2.17.0
Clément Lassieur wrote 7 years ago
(address . 31620-done@debbugs.gnu.org)
877ennpkje.fsf@lassieur.org
Clément Lassieur <clement@lassieur.org> writes:

Toggle quote (10 lines)
> As suggested by Ricardo Wurmus.
>
> This also removes IDE support.
>
> * gnu/packages/audio.scm (supercollider)[arguments]: Add "-DSC_QT=off" to
> configure flags.
> [native-inputs]: Remove QTTOOLS.
> [inputs]: Remove QTBASE, QTWEBKIT, QTSENSORS, QTDECLARATIVE and QTLOCATION.
> ---

Pushed as 77cc8778a39426a786217896ec589c8c9341aa8f.

Adding a package with the IDE is a TODO now :-)

Clément
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 31620@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 31620
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help