unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#31620: supercollider doesn't build since Qt update
@ 2018-05-28 12:44 Clément Lassieur
  2018-05-28 13:22 ` bug#31620: [PATCH] gnu: supercollider: Remove broken Qt dependency Clément Lassieur
  0 siblings, 1 reply; 3+ messages in thread
From: Clément Lassieur @ 2018-05-28 12:44 UTC (permalink / raw)
  To: 31620

Hi,

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

Clément

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#31620: [PATCH] gnu: supercollider: Remove broken Qt dependency.
  2018-05-28 12:44 bug#31620: supercollider doesn't build since Qt update Clément Lassieur
@ 2018-05-28 13:22 ` Clément Lassieur
  2018-05-28 20:55   ` Clément Lassieur
  0 siblings, 1 reply; 3+ messages in thread
From: Clément Lassieur @ 2018-05-28 13:22 UTC (permalink / raw)
  To: 31620

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(-)

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#31620: [PATCH] gnu: supercollider: Remove broken Qt dependency.
  2018-05-28 13:22 ` bug#31620: [PATCH] gnu: supercollider: Remove broken Qt dependency Clément Lassieur
@ 2018-05-28 20:55   ` Clément Lassieur
  0 siblings, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-05-28 20:55 UTC (permalink / raw)
  To: 31620-done

Clément Lassieur <clement@lassieur.org> writes:

> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-28 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28 12:44 bug#31620: supercollider doesn't build since Qt update Clément Lassieur
2018-05-28 13:22 ` bug#31620: [PATCH] gnu: supercollider: Remove broken Qt dependency Clément Lassieur
2018-05-28 20:55   ` Clément Lassieur

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).