unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: 宋文武 <iyzsong@member.fsf.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/2] gnu: Add drumkv1.
Date: Sat, 19 Nov 2016 17:28:13 +0100	[thread overview]
Message-ID: <87lgwf4eoy.fsf@elephly.net> (raw)
In-Reply-To: <87wpfzbrqn.fsf@member.fsf.org>


宋文武 <iyzsong@member.fsf.org> writes:

> Ricardo Wurmus <rekado@elephly.net> writes:
>
>> * gnu/packages/music.scm (drumkv1): New variable.
>> ---
>>  gnu/packages/music.scm | 34 ++++++++++++++++++++++++++++++++++
>>  1 file changed, 34 insertions(+)
>>
>> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
>> index 12233bf..5e882b2 100644
>> --- a/gnu/packages/music.scm
>> +++ b/gnu/packages/music.scm
>> @@ -909,6 +909,40 @@ users to select LV2 plugins and run them with jalv.")
>>  oscillators and stereo effects.")
>>      (license license:gpl2+)))
>>  
>> +(define-public drumkv1
>> +  (package
>> +    (name "drumkv1")
>> +    (version "0.8.0")
>> +    (source (origin
>> +              (method url-fetch)
>> +              (uri
>> +               (string-append "mirror://sourceforge/drumkv1/drumkv1/" version
>> +                              "/drumkv1-" version ".tar.gz"))
>> +              (sha256
>> +               (base32
>> +                "1n2kd468kn71yp2asmamprvblmdlvh0zd8lsh3598dwi4b7aa3ga"))))
>> +    (build-system gnu-build-system)
>> +    (arguments
>> +     `(#:tests? #f ; There are no tests.
>> +       #:configure-flags
>> +       '("CXXFLAGS=-std=gnu++11")))
>> +    (inputs
>> +     `(("jack" ,jack-1)
>> +       ("lv2" ,lv2)
>> +       ("libsndfile" ,libsndfile)
>> +       ("alsa-lib" ,alsa-lib)
>> +       ("liblo" ,liblo)
>> +       ("qtbase" ,qtbase)
>> +       ("qttools" ,qttools)))
>> +    (native-inputs
>> +     `(("pkg-config" ,pkg-config)))
>
> Does qttools end up in the closure?  I think it's used mainly for
> building locale files or documentation.  Otherwise all look good!

You’re right.  I’ll move qttools to native-inputs.  Thanks for the hint.

~~

      reply	other threads:[~2016-11-19 16:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-19 10:27 [PATCH 1/2] gnu: Add drumkv1 Ricardo Wurmus
2016-11-19 10:27 ` [PATCH 2/2] gnu: Add samplv1 Ricardo Wurmus
2016-11-19 12:04 ` [PATCH 1/2] gnu: Add drumkv1 宋文武
2016-11-19 16:28   ` Ricardo Wurmus [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lgwf4eoy.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    --cc=iyzsong@member.fsf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).