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
Cillian de Róiste
058ed07fb8
vamp-sdk: update from 2.2.1 to 2.5
...
Tested with mixxx, qtractor, rubberband and sonic-visualiser
2014-02-19 20:14:15 +01:00
Cillian de Róiste
0fde298047
lv2: update from 1.6.0 to 1.8.0
2014-01-19 21:10:50 +01:00
Cillian de Róiste
000b1ad43a
suil: update from 0.6.16 to 0.8.0
2014-01-19 21:10:50 +01:00
Cillian de Róiste
9f857e6e0c
sratom: update from 0.4.2 to 0.4.4
2014-01-19 21:10:50 +01:00
Cillian de Róiste
f5642f26dd
lilv: update from 0.16.0 to 0.18.0
2014-01-19 21:10:50 +01:00
Nixpkgs Monitor
0ebf8e4e9b
suil: update from 0.6.10 to 0.6.16
2013-12-21 02:28:27 +02:00
Nixpkgs Monitor
c80d5a9f11
lv2: update from 1.4.0 to 1.6.0
2013-12-04 06:42:55 +02:00
aszlig
b08d6a39f8
mplayer(2): Add support and library for bs2b.
...
This also adds a new package "libbs2b", which is needed in order to support
Bauer stereophonic-to-binaural DSP as an audio filter.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-25 19:01:43 +02:00
Cillian de Róiste
dae693c7a3
sratom: upgrade to 0.4.2
2013-02-24 02:29:09 +01:00
Cillian de Róiste
472016f925
lv2: upgrade to 1.4.0
2013-02-24 02:28:40 +01:00
Cillian de Róiste
880486b2d3
lilv: upgrade to 0.16.0
2013-02-24 02:27:54 +01:00
Cillian de Róiste
611df1d062
Suil: update to 0.6.10
2013-02-23 17:21:20 +01:00
Cillian de Róiste
2b31648dee
Upgrading suil (LV2 plugin library) from 0.6.2 to 0.6.4
2012-10-07 14:06:35 +02:00
Cillian de Róiste
08e025acab
Adding Qt and GTK support to suil so that they can be used for the LV2 plugin GUIs
2012-10-07 14:06:35 +02:00
Cillian de Róiste
a2501c3561
Adding lv2 support
...
LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, VST, AU, and others. The Calf audio plugin pack uses LV2 and Ardour3 has also been updated to support LV2 Plugins
2012-07-05 23:29:45 +02:00
Cillian de Roiste
5ca8e8041f
fixing the url
...
svn path=/nixpkgs/trunk/; revision=26962
2011-04-25 09:16:12 +00:00
Cillian de Roiste
df82318501
Updating Vamp-sdk and rubberband
...
svn path=/nixpkgs/trunk/; revision=26958
2011-04-24 20:10:49 +00:00
Eelco Dolstra
6609710409
* Get rid of many instances of "args: with args;", and other coding
...
guidelines violations.
* Updated libsamplerate to 0.1.7.
svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00
Marc Weber
c01f00b3ff
adding vamp sdk and rubberband
...
svn path=/nixpkgs/trunk/; revision=17323
2009-09-21 09:58:30 +00:00