Commit graph

1431 commits

Author SHA1 Message Date
Robin Gloster
98473cdb15 x42-plugins: fix unpacking 2016-08-03 13:20:32 +00:00
Robin Gloster
1be4907ca2 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-02 13:46:36 +00:00
Bjørn Forsman
93bac07b38 mopidy: fix zeroconf support (by depending on dbus)
Closure size increases by 1 MiB, from 480 to 481.
2016-08-01 17:23:16 +02:00
Robin Gloster
8c735c3aee Merge pull request #17388 from magnetophon/zam-plugins
zam-plugins: 3.6 -> 3.7
2016-07-31 23:50:54 +02:00
Robin Gloster
63c7b4f9a7 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-31 20:51:34 +00:00
Langston Barrett
d3d0bab56e mopidy-musicbox-webclient: 2.2.0 -> 2.3.0 (#17391) 2016-07-31 13:51:27 +02:00
Bart Brouns
86cf45338a zam-plugins: 3.6 -> 3.7 2016-07-30 22:27:08 +02:00
Bart Brouns
dc6ec6a4c8 faust: remove double quotes around NIX_CFLAGS_COMPILE and NIX_LDFLAGS
fixes https://travis-ci.org/NixOS/nixpkgs/jobs/147556297#L2705
2016-07-30 11:21:02 +02:00
Frederik Rietdijk
ace13888c7 Merge pull request #17282 from magnetophon/faust1git
faust1git: 2016-04-27 -> 2016-07-19
2016-07-28 15:11:07 +02:00
Pascal Wittmann
cf114708fe Merge pull request #17153 from rasendubi/rhythmbox
rhythmbox: init at 3.2.1
2016-07-28 08:56:07 +02:00
Bart Brouns
ef570f29b9 plugin-torture: 5 -> 2016-07-25 (#17272) 2016-07-27 18:50:36 +02:00
Bart Brouns
037fc40b6a faust1git: 2016-04-27 -> 2016-07-19 2016-07-26 20:40:44 +02:00
Bart Brouns
5b48659519 CharacterCompressor 0.2 -> 0.3 (#17207) 2016-07-25 20:52:06 +01:00
Robin Gloster
f222d98746 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-25 12:47:13 +00:00
Eric Sagnes
b56a379fb6 ponymix: 4 -> 5 (#17204) 2016-07-23 15:19:26 +02:00
Alexey Shmalko
c9c3118620
rhythmbox: init at 3.2.1 2016-07-23 03:28:35 +03:00
Robin Gloster
1f04b4a566 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-21 00:56:43 +00:00
Graham Christensen
6e2d4c91ef Merge pull request #17098 from magnetophon/x42-plugins
x42-plugins: 2015-07-02 -> 20160619
2016-07-19 13:37:51 +00:00
Bart Brouns
5ba8341ddc sooperlooper: git version fixes build. (#17095)
see: https://github.com/essej/sooperlooper/pull/6
2016-07-19 13:52:46 +02:00
Robin Gloster
203846b9de Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-19 10:37:02 +00:00
Bart Brouns
537404c3b2 x42-plugins: 2015-07-02 -> 20160619 2016-07-19 11:14:53 +02:00
Cillian de Róiste
23c1d17e9d puremapping: update 1.01 -> 20160130 2016-07-17 19:08:55 +02:00
Cillian de Róiste
5431ffee4c puredata: fix url
Downloads have been moved from sourceforge to msp.ucsd.edu
2016-07-17 19:00:26 +02:00
Bart Brouns
d078844ca6 update puredata 2016-07-17 18:59:13 +02:00
goibhniu
f5dd6462fb Merge pull request #17039 from magnetophon/zexy
zexy: don't patchShebangs, breaks build
2016-07-17 18:35:13 +02:00
Joachim F
c8ec611503 Merge pull request #16992 from magnetophon/plugin-torture
plugin-torture: git 2013-10-03 -> 5
2016-07-17 18:14:38 +02:00
Bart Brouns
f6529d9640 eq10q: 2.0-beta7 -> 2.0 (#17041) 2016-07-17 17:27:57 +02:00
Bart Brouns
00a61a420f zexy: don't patchShebangs, breaks build 2016-07-17 16:09:17 +02:00
Bart Brouns
38f356b328 plugin-torture: git 2013-10-03 -> 5 2016-07-17 15:10:52 +02:00
Robin Gloster
5185bc1773 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-15 14:41:01 +00:00
Eelco Dolstra
05bdc0c89f Remove unnecessary references to gcc5
These cause an unnecessary rebuild of gcc.
2016-07-11 10:46:34 +02:00
Rickard Nilsson
58e732978f spotify: 1.0.32.94 -> 1.0.32.96 2016-06-26 11:01:13 +02:00
Christopher Lübbemeier
21f2849a2a spotify: 1.0.28.89 -> 1.0.32.94 2016-06-22 18:52:05 +02:00
Pascal Wittmann
c9412ca345 Merge pull request #16418 from womfoo/pianobar
pianobar: 2015.11.22 -> 2016.06.02
2016-06-22 18:35:04 +02:00
Kranium Gikos Mendoza
b15b32082d pianobar: 2015.11.22 -> 2016.06.02 2016-06-22 16:28:43 +08: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
zimbatm
9fa6883791 Merge pull request #16337 from mimadrid/update/cmus-2.7.1
cmus: 2.7.0 -> 2.7.1
2016-06-19 22:06:19 +01:00
Joachim Fasting
6fd8e5719b Merge pull request #16108 from pwetzel/squeezelite
Squeezelite package and service init
2016-06-19 20:53:15 +02:00
mimadrid
c5e585e110 cmus: 2.7.0 -> 2.7.1 2016-06-19 13:13:48 +02:00
emosenkis
75b460ce1b Cantata: update homepage (#16296) 2016-06-17 18:31:48 +02:00
Phil Wetzel
7e9fbf4a1d squeezelite: init at git 2016-05-27 2016-06-11 22:03:56 -04:00
Robin Gloster
8031cba2ab Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-06-10 09:27:04 +00:00
Profpatsch
b886ce25c1 abcde: use makeBinPath to construct wrapper PATH 2016-06-06 16:14:11 +02:00
Profpatsch
3a3ed33f26 abcde: fix flac bin output 2016-06-06 12:28:38 +02:00
Tuomas Tynkkynen
bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Robin Gloster
2d382f3d98 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-05-30 19:39:34 +00:00
Frederik Rietdijk
a65e049ca4 pithos: use Python 3.5 2016-05-28 16:10:06 +02:00
Joachim Fasting
8de756d4d1
mp3splt: 2.6.1 -> 2.6.2
Do some refactoring while we're at it:
- multiple outputs
- also install oggsplt and flacsplt symlinks
- meta cleanups
2016-05-26 13:43:57 +02:00
Bjørn Forsman
b11186a636 qmidinet: use lower case package name
Rename the attribute name and the package directory according to Nix
naming style.
2016-05-22 18:09:48 +02:00
Bjørn Forsman
cc41cb30e3 qmmp: 0.8.4 -> 0.9.9
The 0.x versions is for Qt 4, whereas the new 1.x is for Qt 5. We'll
update to the Qt 5 version later. Upstream currently makes simultaneous
releases of both Qt 4 and 5 branches.
2016-05-21 23:45:44 +02:00