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