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
Mario Rodas
0c510db2d7
Merge pull request #60773 from r-ryantm/auto-update/rtmidi
...
rtmidi: 2.1.1 -> 4.0.0
2019-05-09 18:43:01 -05:00
Profpatsch
3a0fbc17e2
libbass: update
2019-05-07 02:02:11 +02:00
R. RyanTM
ec2fb52b43
rtmidi: 2.1.1 -> 4.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rtmidi/versions
2019-05-02 08:00:20 -07:00
R. RyanTM
d9e9d72e81
rtaudio: 5.0.0 -> 5.1.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rtaudio/versions
2019-05-02 07:49:04 -07:00
R. RyanTM
24ab7ff3e0
libmysofa: 0.6 -> 0.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmysofa/versions
2019-04-27 07:39:53 +02:00
Frederik Rietdijk
bae32a9f5c
Merge staging-next into staging
2019-04-16 18:54:15 +02:00
R. RyanTM
c287e8a03f
lv2: 1.14.0 -> 1.16.0 ( #57309 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lv2/versions
2019-04-12 22:01:13 +02: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
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
Bart Brouns
123cb978d3
zita-resampler: 1.6.0 -> 1.6.2
2018-10-07 17:41:22 +02:00
Bart Brouns
395b5f6a4b
zita-convolver: 4.0.0 -> 4.0.3
2018-10-07 17:41:03 +02:00
Bart Brouns
4fd0f592af
zita-alsa-pcmi: 0.2.0 -> 0.3.2
2018-10-07 17:40:44 +02:00
Markus Kowalewski
7bc523c492
jamomacore: update homepage
2018-09-02 00:09:28 +02:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Vladimír Čunát
e78fd23564
Merge branch 'master' into staging
...
Hydra: ?compare=1474932
2018-08-22 20:57:14 +02:00
R. RyanTM
9f48572af8
lilv: 0.24.2 -> 0.24.4 ( #44743 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lilv/versions .
2018-08-22 12:22:06 +02:00
R. RyanTM
8e4d051c62
sratom: 0.6.0 -> 0.6.2 ( #44695 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sratom/versions .
2018-08-22 00:35:17 +02:00
Silvan Mosberger
e56b97fcf1
Merge pull request #43641 from jfrankenau/ffmpeg-libmysofa
...
libmysofa: init at 0.6 and enable in ffmpeg-full
2018-07-25 00:03:22 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Johannes Frankenau
91622a24aa
libmysofa: init at 0.6 and enable in ffmpeg-full
2018-07-16 21:35:47 +02:00
Jan Tojnar
7ef73ab110
zita-convolver: fix so link
2018-07-15 02:54:02 +02:00
xeji
9137f83880
Merge pull request #42678 from Moredread/rtmidi/rtaudio/parallelBuild
...
Enable parallel building for rtaudio and rtmidi
2018-06-30 01:18:01 +02:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
André-Patrick Bubel
9e61c281f7
rtmidi: Enable parallel building
2018-06-27 23:54:37 +02:00
André-Patrick Bubel
2371f85fac
rtaudio: Enable parallel building
2018-06-27 23:53:55 +02:00
R. RyanTM
4af3190e41
zita-convolver: 3.1.0 -> 4.0.0 ( #41924 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/zita-convolver/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/d4fff99f47b470ae2fb591d4d0eca6a9
- du listing: https://gist.github.com/fa1de3cf8f7b6e64c8bcf06617b79635
2018-06-17 17:55:26 +02:00
Tuomas Tynkkynen
e3875883cc
libbass: Fix src hash
2018-06-11 17:36:24 +03:00
Matthew Justin Bauer
f4c5062040
Merge pull request #39105 from magnetophon/vamp-sdk
...
vamp-sdk: 2.5 -> 2.7.1
2018-05-09 08:13:00 +00:00
xeji
ef2b9b6bee
Merge pull request #36005 from ryantm/auto-update/rtaudio-4.1.2-to-5.0.0
...
rtaudio: 4.1.2 -> 5.0.0
2018-04-29 20:51:31 +02:00
Bart Brouns
85854ab243
vamp-sdk: 2.5 -> 2.7.1
2018-04-18 12:16:21 +02:00
xeji
68c15ceaa8
jamomacore: mark as broken
2018-04-12 23:04:00 +02:00
Ryan Mulligan
c8ca339e1d
libgme: 0.6.1 -> 0.6.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 0.6.2 with grep in /nix/store/md3caddisps4xfvxh7ywmb2gdcpmcv4z-libgme-0.6.2
- found 0.6.2 in filename of file in /nix/store/md3caddisps4xfvxh7ywmb2gdcpmcv4z-libgme-0.6.2
cc "@lheckemann"
2018-03-04 18:46:24 +00:00
Ryan Mulligan
d37b43f434
rtaudio: 4.1.2 -> 5.0.0
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 5.0.0 with grep in /nix/store/sxxwa9mma9933vxb4w3d2szxjqx5w773-rtaudio-5.0.0
- found 5.0.0 in filename of file in /nix/store/sxxwa9mma9933vxb4w3d2szxjqx5w773-rtaudio-5.0.0
cc "@magnetophon"
2018-02-27 15:38:46 -08:00
Bart Brouns
70030c5ad7
raul: unstable-2016-09-20 -> unstable-2017-07-23
2017-12-09 01:27:30 +01:00
Bart Brouns
0098b23bf7
lv2-unstable: 2016-10-23 -> 2017-07-08
2017-12-09 01:27:22 +01:00
Bart Brouns
6e34919e78
suil: 0.8.4 -> 0.10.0
2017-12-08 21:16:04 +01:00
Pascal Wittmann
24e87b49b6
Change many homepage urls from http to https #30636
2017-11-10 22:13:46 +01:00
Jörg Thalheim
2a4affd5e0
Merge pull request #30120 from nico202/master
...
ntk: 2017-04-22 -> 1.3.1000
2017-10-07 13:20:19 +01:00
Nicolò Balzarotti
0c2b37a75d
ntk: 2017-04-22 -> 1.3.1000
2017-10-05 11:42:32 +02:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Vladimír Čunát
53998f5036
treewide: purge explicit usage of gcc6
...
It's now the default. /cc #19456
This makes a real build simplification, because in our current
bootstrapping+aliases, `gcc6` attribute is not the default compiler
but a derivation *built by* the default compiler.
nix-exec didn't build before this commit already
2017-09-03 09:57:20 +02:00
Vladimír Čunát
15bac19cd2
libbass: evaluation nitpicks
...
- specify meta.platforms to avoid trying to evaluate when it shouldn't
- use `throw` instead of `abort`, as that's the convention for similar cases
2017-08-29 11:04:59 +02:00
Lukas Werling
f0a1ab78b4
meson/ninja: add setup hooks ( #28444 )
...
* Add setupHook for meson/ninja build
* libhttpseverywhere: Use meson/ninja setupHooks
* jamomacore: Remove superfluous ninja buildInput
* Remove obsolete ninja buildPhases
These are all handled by ninja's setup hook.
* lean2, xcbuild: fix build with ninja setup hook
Ninja is a runtime dependency here. However, cmake can generate Ninja
build files as well to satisfy the setup hook.
* qtwebengine: fix build with ninja setup hook
2017-08-27 19:42:21 +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
Frederik Rietdijk
100cd2af5a
Merge pull request #26647 from magnetophon/lilv
...
lilv: 0.24.0 -> 0.24.2
2017-06-16 15:43:11 +02:00
Bart Brouns
c42d603910
lilv: 0.24.0 -> 0.24.2
2017-06-16 14:57:00 +02:00
Bart Brouns
6c3459772b
ntk: 2014-10-18 -> 2017-04-22
2017-06-16 14:11:21 +02:00
Profpatsch
79dd4deda5
Ultrastar ( #26524 )
...
* ultrastardx-beta: init at 1.3.5
* libbass, libbass_fx: init at 24
* ultrastar-creator: init at 2017-04-12
* buildSupport/plugins.nix: add diffPlugins
Helper function to compare expected plugin lists to the found plugins.
* ultrastar-manager: init at 2017-05-24
The plugins are built in their own derivations, speeding up (re-)compilation.
The `diffPlugins` function from `beets` is reused to test for changes in the
plugin list on updates.
* beets: switch to diffPlugins
The function is basically just extracted for better reusability.
2017-06-14 11:29:31 +02:00
Linus Heckemann
fe7bec1f08
gst-plugins-bad: add libgme
2017-04-19 08:48:06 +01:00
Linus Heckemann
3af491fb66
libgme: init at 0.6.1
2017-04-13 11:44:13 +01:00
Robin Gloster
91bbd73ffa
suil-qt5: fix build
2017-03-11 14:47:29 +01:00
Peter Hoeg
f7871d3433
suil: 0.8.2 -> 0.8.4
...
We can now also build against qt5 but not qt4 and qt5 at the same time.
2017-02-02 13:41:23 +08:00
Bart Brouns
5abcc7d22a
lilv and sord: remove svn versions and deploy release version
2017-01-11 02:21:00 +01:00
Bart Brouns
9e82d353e3
raul: svn 5675 -> git 2016-09-20
2017-01-11 02:17:44 +01:00
Bart Brouns
87ffcedd31
sratom: 0.4.6 -> 0.6.0
2017-01-11 02:17:43 +01:00
Bart Brouns
deb6b8f2a2
lilv: 0.20.0 -> 0.24.0
2017-01-11 02:17:41 +01:00
Bart Brouns
60e06fb39f
lv2: 1.12.0 -> 1.14.0
2017-01-11 02:17:40 +01:00
Bart Brouns
3c36c85b1c
lv2-git: init at 2016-10-23
2017-01-11 02:17:39 +01:00
Bart Brouns
f7b7d86015
lv2-unstable: init at 2016-10-23
2016-11-07 14:17:49 +01:00
Bart Brouns
a8a1449b1c
zita-resampler: 1.3.0 -> 1.6.0
2016-11-01 01:36:09 +01:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Franz Pletz
f8d481754c
Merge remote-tracking branch 'origin/master' into hardened-stdenv
2016-05-18 17:10:02 +02:00
Vladimír Čunát
65a9fa8cdc
Merge branch 'master' into staging
2016-05-08 21:24:48 +02:00
Bart Brouns
ebba6571fe
i-score: init at 1.0.0-a67
...
Closes #15137
2016-05-05 18:45:49 +02:00
Tuomas Tynkkynen
b465dc202f
boost: Kill unnecessary 'lib' output
...
This was split in somewhere pre-2014 without the current infra which
automates parts of this, in particular the output propagation.
2016-04-28 00:41:28 +03:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
The following parameters are now available:
* hardeningDisable
To disable specific hardening flags
* hardeningEnable
To enable specific hardening flags
Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.
cc-wrapper supports the following flags:
* fortify
* stackprotector
* pie (disabled by default)
* pic
* strictoverflow
* format
* relro
* bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
f6d3b7a2ae
switch hardening flags
2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad
Use a hardened stdenv by default
2016-01-30 16:36:57 +00:00
William A. Kennington III
14e715a55d
lvtk: Boost 1.59 compat
2015-09-03 10:52:30 -07:00
Pascal Wittmann
512225ef81
Fixed some descriptions
2015-06-29 16:20:58 +02:00
Bart Brouns
859ec9719b
guitarix: use system zita libs
2015-05-29 14:05:46 +02:00
cillianderoiste
9cb6ebe15e
Merge pull request #7678 from magnetophon/ingen-master
...
update ingen
2015-05-06 19:26:35 +02:00
cillianderoiste
cb9a681131
Merge pull request #7715 from magnetophon/ir.lv2-master
...
add ir.lv2, a convolution plugin.
2015-05-06 19:01:29 +02:00
Bart Brouns
c99af2710d
add ir.lv2, a convolution plugin.
2015-05-06 15:16:08 +02:00
Bart Brouns
3ca38da728
add Sorcer, an LV2 synth.
2015-05-06 13:14:14 +02:00
Bart Brouns
9bf7b293e6
make lilv and sord svn versions separate.
2015-05-04 11:58:12 +02:00
Bart Brouns
d362c6ff98
update ingen
2015-05-03 17:45:52 +02:00
Cillian de Róiste
ad17d36de6
libsmf: fix build
2014-11-28 22:39:09 +01:00
Cillian de Róiste
650226e3c4
libsmf: fix the sha256 hash
2014-11-28 14:14:10 +00:00
Cillian de Róiste
e9ec3ea1f2
Add drumgizmo, an LV2 sample based drum plugin
2014-11-28 00:35:23 +01:00
William A. Kennington III
a9c472d16e
boost: Fix incompatible applications
2014-11-02 17:22:28 -08:00
Cillian de Róiste
f218f41f8e
raul: update r5205 -> r5449
2014-09-24 00:11:27 +02:00
Cillian de Róiste
b820c284d7
sratom: update from 0.4.4 to 0.4.6
2014-08-31 15:13:05 +02:00
Cillian de Róiste
9447a855f2
lv2: update from 1.8.0 to 1.10.0
2014-08-31 15:13:05 +02:00
Cillian de Róiste
4fe89ae412
lilv: update from 0.18.0 to 0.20.0
2014-08-30 20:02:16 +02:00
Cillian de Róiste
d0fbe1e8bd
suil: update from 0.8.0 to 0.8.2
2014-08-30 19:58:12 +02:00
Linquize
e6359b4048
lvtk: Upgrade to 1.2.0 and switch to github tarball
2014-04-26 01:21:08 +02:00
Cillian de Róiste
b57ee8c331
nixpkgs-lint: add the platforms meta attr for most of my packages
2014-03-16 12:08:26 +01:00
Cillian de Róiste
658d8593ea
add lvtk: A set C++ wrappers around the LV2 C API
2014-03-09 22:14:56 +01:00
Cillian de Róiste
13278f2596
ganv and raul: set linux as a platform
2014-03-09 20:33:35 +01:00
Cillian de Róiste
061b489f10
raul: update to svn version, 0.8.5+ is required by ingen
2014-03-09 20:16:47 +01:00
Cillian de Róiste
acd2064859
Add raul: A C++ utility library primarily aimed at audio/musical applications
2014-03-09 18:00:52 +01:00