c0bw3b
9367367dfd
Treewide: fix URL permanent redirects
...
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
Robert Scott
e3e9af4d03
jack2: 1.9.12 -> 1.9.13 (security)
...
addressing CVE-2019-13351
removing now-redundant patch fixing build on macos
2019-11-03 10:35:36 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Daiderd Jordan
df23db8956
jack2: remove cf-private
2019-07-03 22:20:23 +02:00
Andrew Childs
19dd115588
jackaudio: restrict aften dependency to Darwin
2019-05-19 00:28:45 -04:00
Matthew Bauer
6e7cc807ff
jackaudio: reenable on darwin
...
Apply patch to fix darwin build.
2019-04-29 21:34:25 -04:00
Matthew Bauer
da38a49a24
treewide: mark bad packages
...
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
Matthew Bauer
a79a8f29bc
waf: use wafConfigureFlags for waf flags
...
This avoids the potential conflict between autoconf flags and the waf
flags. There is some overlap between the two but waf errors when it
doesn’t recognize the flag.
2019-04-09 23:44:37 -04:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Matthew Bauer
f2a20b6e52
treewide: use wafHook
...
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.
Packages affected here are:
- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
Tuomas Tynkkynen
5e84926a66
treewide: Replace meta.available checks in shouldUsePackages
copypasta
...
This reverts commit 79d8353b5e
.
This sort of code breaks config.{allowBroken, allowUnsupportedSystem} =
true by making them do unpredictable things.
2018-09-28 15:01:00 +03:00
John Ericson
85a9913edd
treewide: Make more complicated configureFlags lists
2018-08-03 17:06:03 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Ryan Mulligan
ad7bd4c7a3
jack1: 0.124.1 -> 0.125.0
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jackd -V` and found version 0.125.0
- ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jackd --version` and found version 0.125.0
- ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_server_control -h` got 0 exit code
- ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_server_control -V` and found version 0.125.0
- ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_server_control -v` and found version 0.125.0
- ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_server_control -h` and found version 0.125.0
- ran `/nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0/bin/jack_midi_dump -h` got 0 exit code
- found 0.125.0 with grep in /nix/store/h64aj4vry98w3pmdqbd1bqkhxnghbvgb-jack1-0.125.0
- directory tree listing: https://gist.github.com/359dc1584108a662b645c49abe027c95
2018-03-16 18:07:08 -07:00
John Ericson
62ca2316a4
Merge pull request #36885 from obsidiansystems/meta-host-prepare
...
treewide: Prepare for #34444
2018-03-12 19:06:35 -04:00
John Ericson
79d8353b5e
treewide: Make shouldUsePackages
copypasta use meta.available
...
The old way depended on old list-of-strings `meta.platforms`, and was
not good for cross.
2018-03-12 18:55:41 -04:00
Daiderd Jordan
f2661ed72b
libjack2: remove clang patch
...
/cc ZHF #36454
2018-03-08 21:24:37 +01:00
Bart Brouns
60f62b512d
jackaudio: 1.9.11-RC1 -> 1.9.12
2018-01-05 23:51:30 +01:00
Daiderd Jordan
7d98316a97
libjack2: fix darwin build
2017-09-23 22:33:48 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Bart Brouns
9d0441434d
jackaudio: 1.9.10 -> 1.9.11-RC1
2017-06-19 15:11:41 +02:00
Bart Brouns
6992824ec1
jack2-unstable: 2016-08-18 -> 2017-02-23
2017-02-26 10:17:38 +01:00
Robin Gloster
246765f33d
libjack2: add patch to fix build with gcc6
2017-01-25 20:12:40 +01:00
Bart Brouns
78121c2118
build jack unstable without profiling
2016-11-07 12:59:05 +01:00
Frederik Rietdijk
84174c0cb8
libjack2Unstable: and remove the old file
...
that I forgot to stage.
2016-11-02 14:54:48 +01:00
Frederik Rietdijk
ab0ac18279
libjack2Unstable: fix evaluation
...
broken by f64933596c
2016-11-02 14:20:58 +01:00
Bart Brouns
d315ca4080
libjack2-git: 2015-09-03 -> 2016-08-18
2016-11-02 12:51:22 +01:00
Frederik Rietdijk
e7834d4ed9
jack2Full: use python2
2016-10-18 23:14:34 +02:00
Frederik Rietdijk
5a501bd828
Remove top-level dbus_python and pythonDBus.
...
See #11567 .
Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.
There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Matthias Beyer
7f4d52e27e
Build libjack2 for supercollider with same GCC
...
Also remove trailing whitespace
2016-07-07 16:07:47 +02:00
Bart Brouns
79b1e05b42
jackaudio: compile without profiling
2015-12-03 00:02:08 +01:00
William A. Kennington III
6602f49495
Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""
...
This reverts commit 741bf840da
.
This reverts the fallout from reverting the major changes.
2015-11-14 12:32:51 -08:00
Eelco Dolstra
741bf840da
Revert "Merge pull request #9543 from NixOS/staging.post-15.06"
...
This reverts commit f61176c539
, reversing
changes made to a27ca029ee
.
Conflicts:
pkgs/development/libraries/ncurses/default.nix
2015-10-06 15:24:20 +02:00
Luca Bruno
b3d1184693
jack2: do not propagate uuid
2015-10-02 16:33:40 +02:00
Arnold Krille
48f05f7b10
jackaudio: Add libuuid as propagatedBuildInput
...
The jack/jack.h includes uuid/uuid.h, therefox libuuid should be a propagated input for anything using jack.
2015-10-02 14:56:59 +02:00
Andrew Kelley
3f47c2fb2c
add libjack2-git
...
closes #9467
2015-09-11 16:59:28 -07:00
Cillian de Róiste
55d822c512
jack2: apply patch to fix build with gcc5
2015-09-03 11:22:28 -07:00
Cillian de Róiste
1e83055cd2
Revert "jack2: 1.9.10 -> 2015-06-02"
...
This reverts commit fd829968c7
.
2015-09-03 11:22:23 -07:00
William A. Kennington III
fd829968c7
jack2: 1.9.10 -> 2015-06-02
2015-06-22 23:42:10 -07:00
Eelco Dolstra
3096d03435
Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"
...
This reverts commit 25a148fa19
.
2015-06-04 14:54:48 +02:00
William A. Kennington III
25a148fa19
Refactor mkFlag / shouldUsePkg into the nixpkgs libraries
2015-05-22 13:26:55 -07:00
Thomas Tuegel
e1cbfa5415
jack2: depend on libsndfile
2015-05-03 12:46:10 -05:00
William A. Kennington III
418963ef63
jack2: Refactor
2015-04-25 21:27:54 -07:00
William A. Kennington III
04aefc111b
jack1: Refactor
2015-04-25 21:27:54 -07:00
Cillian de Róiste
c6c1aa11f8
update jack2 to version 1.9.10
...
Copied from 8bae32afb58b2bd21, without the tags file
2015-02-07 10:37:54 +01:00
Bjørn Forsman
62d0a320b3
Revert "Remove obsolete jackaudio version 1."
...
This reverts commit bdb77826d9
.
Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'.
Q: What's the difference between Jack1 and Jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-31 12:52:29 +02:00
Peter Simons
bdb77826d9
Remove obsolete jackaudio version 1.
2014-07-28 20:32:52 +02:00
Bjørn Forsman
6b4df6fee8
jack1: update to version 0.124.1
...
The current source archive (v0.121.3) is no longer available, forcing an
upgrade. Also, jack1 grew new dependencies: Berkley DB and libuuid.
2014-07-23 20:22:15 +02:00
Bjørn Forsman
f6f2f38a6e
jack: change package and attr names to 'jack1' and 'jack2'
...
Currently, we have a 'jack' package with attrname 'jack1d' and a
'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1'
and 'jack2' in both package name and attrname.
This aligns the naming with what can be found on the JACK homepage.
Q: what's the difference between jack1 and jack2?
A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-23 20:22:14 +02:00
Александр Цамутали
5406828d76
jackaudio/default.nix: Update to 1.9.9.5.
2013-02-03 20:22:43 +04:00