Thomas Tuegel
ffa88650d9
audacious: build with latest libcdio
2018-02-24 10:34:10 -06:00
Thomas Tuegel
bd45cd775b
audaciousQt5: build with latest libcdio
2018-02-24 10:34:10 -06:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
lewo
6eda5ea726
Merge pull request #35437 from ericsagnes/pkg-update/pamix
...
pamix: 1.5 -> 1.6
2018-02-24 08:51:07 +01:00
Eric Sagnes
84c1de3d48
pamix: 1.5 -> 1.6
2018-02-24 11:22:13 +09:00
Väinö Järvelä
74d6d40bdf
mopidy: Remove dbus-python on Darwin
...
Darwin doesn't have dbus.
2018-02-23 21:20:48 +02:00
Jörg Thalheim
a65221e56b
Merge pull request #35245 from mogorman/pulseaudio-dlna
...
pulseaudio-dlna
2018-02-21 14:36:41 +00:00
Matthew O'Gorman
2b3989f2f0
pulseaudio-dlna: init at 2017-11-01
2018-02-21 04:16:47 -05:00
Jörg Thalheim
a3e79e3476
Merge pull request #35215 from Mic92/gpodder
...
gpodder: 3.10.0 -> 3.10.1
2018-02-20 23:11:42 +00:00
Will Dietz
c8c11cd8f4
mikmod: 3.2.6 -> 3.2.8
2018-02-20 13:22:03 -06:00
Joachim F
d2fd479e52
Merge pull request #35130 from magnetophon/zam-plugins
...
zam-plugins: 3.9 -> 3.10
2018-02-20 15:52:41 +00:00
Will Dietz
af2fc069ed
radiotray-ng: 0.2.0 -> 0.2.1
2018-02-20 07:52:07 -06:00
Jörg Thalheim
4d1e72cfbb
gpodder: 3.10.0 -> 3.10.1
...
also add defaultIconTheme back
2018-02-20 11:14:30 +00:00
Kosyrev Serge
f0d2baad08
sayonara: init at 1.0.0-git5-20180115 ( #35046 )
2018-02-19 19:16:37 +00:00
Bart Brouns
3f1e261ad7
zam-plugins: 3.9 -> 3.10
2018-02-18 18:20:35 +01:00
Joachim F
3e2614702b
Merge pull request #33591 from puffnfresh/package/sunvox
...
SunVox: init at 1.9.3b
2018-02-17 10:45:22 +00:00
Joachim F
3b9874452d
Merge pull request #34564 from StijnDW/master
...
Add new package "ncpamixer"
2018-02-16 22:09:04 +00:00
Stijn DW
22df03f39e
ncpamixer: init at version 1.2
2018-02-16 22:50:45 +01:00
Joachim F
2b2a678a6f
Merge pull request #34950 from earldouglas/mp3blaster
...
mp3blaster: init at 3.2.6
2018-02-16 15:15:07 +00:00
Nikolay Amiantov
b51280ef3a
paprefs: use full pulseaudio input
...
This fixes greyed out options in dialogs (even though they are actually available).
2018-02-16 17:46:23 +03:00
Vladimír Čunát
b5aaaf87a7
Merge staging and PR #35021
...
It's the last staging commit (mostly) built on Hydra,
and a minimal fix for Darwin regression in pysqlite.
2018-02-16 09:13:12 +01:00
Nicolò Balzarotti
12d04b5db9
non: 2017-03-29 -> 2018-02-15
2018-02-15 10:47:32 +01:00
James Earl Douglas
035f3363cb
mp3blaster: init at 3.2.6
2018-02-13 20:17:38 -07:00
Will Dietz
0e15473fd1
cdparanoia: use part of darwin patch to fix utils.h on musl
2018-02-13 09:44:54 -06:00
Bart Brouns
9f6f253393
faust: 2.5.10 -> 2.5.21
2018-02-12 21:29:49 +01:00
Bart Brouns
a507c4a3c0
infamousPlugins: 0.2.03 -> 0.2.04
2018-02-10 15:45:33 +01:00
Jörg Thalheim
f7ce8c6cd6
Merge pull request #34522 from magnetophon/infamousPlugins
...
infamousPlugins: init at 0.2.03
2018-02-10 11:27:35 +00:00
Markus Hauck
b21952e766
spotify: 1.0.69.336.g7edcc575-39 -> 1.0.70.399.g5ffabd56-26
2018-02-08 18:46:51 +01:00
Roman Volosatovs
99167e34c9
mopidy-iris: 3.11.0 -> 3.12.4
2018-02-07 11:15:30 +01:00
Peter Simons
645743f1d8
normalize: enable libmad to add support mp3 files
2018-02-04 12:13:54 +01:00
Bjørn Forsman
be40296afe
qmmp: 1.1.10 -> 1.2.0
...
Fixes build failure since recent merge of staging branch:
$ nix-build -A qmmp
[...]
AutoMoc error
-------------
Included moc files with the same name will be generated from different sources.
Consider to
- not include the "moc_<NAME>.cpp" file
- add a directory prefix to a "<NAME>.moc" include (e.g "sub/<NAME>.moc")
- rename the source file(s)
Include conflicts
-----------------
"moc_hotkeymanager.cpp" included in
- "/tmp/nix-build-qmmp-1.1.10.drv-0/qmmp-1.1.10/src/plugins/General/hotkey/hotkeymanager_win.cpp"
- "/tmp/nix-build-qmmp-1.1.10.drv-0/qmmp-1.1.10/src/plugins/General/hotkey/hotkeymanager_x11.cpp"
would be generated from
- "/tmp/nix-build-qmmp-1.1.10.drv-0/qmmp-1.1.10/src/plugins/General/hotkey/hotkeymanager.h"
- "/tmp/nix-build-qmmp-1.1.10.drv-0/qmmp-1.1.10/src/plugins/General/hotkey/hotkeymanager.h"
make[2]: *** [src/plugins/General/hotkey/CMakeFiles/hotkey_autogen.dir/build.make:58: src/plugins/General/hotkey/CMakeFiles/hotkey_autogen] Error 1
2018-02-03 21:26:41 +01:00
Bart Brouns
2e8d620f04
infamousPlugins: init at 0.2.03
2018-02-03 01:12:52 +01:00
Vincent Laporte
dccd8a2685
ncmpc: fix build on darwin
2018-01-31 07:35:08 +00:00
Franz Pletz
2b49df1741
Merge pull request #34344 from lheckemann/pmidi
...
pmidi: init at 1.7.1
2018-01-28 22:38:43 +00:00
Franz Pletz
f381367603
opusfile: 0.8 -> 0.10
2018-01-28 19:59:43 +01:00
Franz Pletz
6fa9d1d8a1
mpg123: 1.25.7 -> 1.25.8
2018-01-28 19:02:09 +01:00
Franz Pletz
56b199fc63
xmp: 4.0.10 -> 4.1.0
2018-01-28 18:52:27 +01:00
Franz Pletz
b2cfca7e98
ncmpc: 0.28 -> 0.29
2018-01-28 18:52:21 +01:00
adisbladis
eacd789ef2
Merge pull request #34323 from samdroid-apps/gradio-7.1
...
gradio: 7.0-> 7.1
2018-01-28 10:15:54 +08:00
adisbladis
48474a712c
Merge pull request #34300 from magnetophon/magnetophonDSP
...
magnetophonDSP: remove workarounds for:
2018-01-28 07:54:34 +08:00
Linus Heckemann
5ba11ca00e
pmidi: init at 1.7.1
2018-01-27 22:24:58 +00:00
Sam Parkinson
3883d12fdf
gradio: 7.0-> 7.1
2018-01-27 21:30:58 +11:00
Bart Brouns
a341e479c2
distrho: 2017-10-10 -> 2018-01-01
2018-01-26 19:04:02 +01:00
Bart Brouns
f59ea00c80
magnetophonDSP: remove workarounds for:
...
https://bitbucket.org/agraef/faust-lv2/issues/10/tabs-break-lv2s
https://bitbucket.org/agraef/faust-lv2/issues/7/scale-log-breaks-plugins
2018-01-26 16:53:52 +01:00
Bart Brouns
ad566a0c57
faust2: 2.1.0 -> 2.5.10
2018-01-23 00:42:37 +01:00
Peter Hoeg
92c0720be9
cantata: fix segfault on qt 5.10
2018-01-22 23:04:26 +08:00
Ryan Mulligan
db9da6d685
cava: 0.4.2 -> 0.6.0
2018-01-20 14:30:22 -08:00
Orivej Desh
bdb2985949
Merge pull request #32465 from magnetophon/pd-plugins
...
Pd plugins
2018-01-18 14:33:41 +00:00
Jörg Thalheim
3fe396db27
gpodder: fix crash on startup due missing GI_TYPELIB_PATH
2018-01-18 13:35:58 +00:00
Yegor Timoshenko
506c89c30a
maintainers: remove mornfall from packages
2018-01-17 05:17:33 +00:00
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
...
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
adisbladis
fb42172cf6
Merge pull request #33667 from rvolosatovs/update/mopidy-iris
...
mopidy-iris: 3.8.2 -> 3.11.0
2018-01-10 13:25:27 +08:00
adisbladis
5350b0f669
mopidy-local-images: Fix build
2018-01-10 11:35:41 +08:00
Roman Volosatovs
0f59776699
mopidy-iris: 3.8.2 -> 3.11.0
2018-01-09 20:48:37 +01:00
Tim Williams
067cac78e8
mixxx: add AAC support
...
fixes #29472
2018-01-09 09:29:02 +08:00
Brian McKenna
480f04301a
SunVox: init at 1.9.3b
2018-01-08 12:42:50 +11:00
adisbladis
c06f2ef6b0
audacity: 2.2.0 -> 2.2.1
2018-01-08 05:48:00 +08:00
Will Dietz
09fbc87cde
radiotray-ng: 0.1.7 -> 0.2.0
...
Now with bookmark editor.
2018-01-06 18:19:16 -06:00
Graham Christensen
ba0d6c1de0
Merge pull request #33490 from magnetophon/setbfree
...
setbfree: 0.8.0 -> 0.8.5
2018-01-05 21:18:19 -05:00
Orivej Desh
8724d2b791
Merge pull request #33492 from magnetophon/yoshimi
...
yoshimi: 1.5.5 -> 1.5.6
2018-01-06 01:50:47 +00:00
Orivej Desh
d98dbdd76f
Merge pull request #32834 from magnetophon/qjackctl
...
qjackctl: 0.4.5 -> 0.5.0
2018-01-06 01:41:12 +00:00
Orivej Desh
7895d8d164
Merge pull request #32835 from magnetophon/qmidinet
...
qmidinet: 0.4.3 -> 0.5.0
2018-01-06 01:39:10 +00:00
Bart Brouns
3fc9b54c62
yoshimi: 1.5.5 -> 1.5.6
2018-01-05 23:41:46 +01:00
Bart Brouns
f14baf2686
setbfree: 0.8.0 -> 0.8.5
2018-01-05 23:32:01 +01:00
Bart Brouns
ef5e2cac7e
jack_capture: 0.9.69 -> 0.9.73
2018-01-05 23:29:15 +01:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Frederik Rietdijk
804285f589
Merge remote-tracking branch 'upstream/staging' into HEAD
2018-01-02 19:10:45 +01:00
Ingolf Wagner
b7387e1db8
bitwig-studio: refactor to support older major versions
2018-01-02 18:11:30 +13:00
Frederik Rietdijk
4cc2a38854
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-01 18:15:13 +01:00
Jörg Thalheim
5c66d653a2
Merge pull request #33249 from bkchr/audacious3.9
...
audacious: 3.8.2 -> 3.9
2018-01-01 16:37:36 +01:00
Peter Hoeg
8b2d22041f
cantata: drop qt4 option
2018-01-01 23:12:51 +08:00
Jörg Thalheim
9a8c1b24bc
Merge pull request #33265 from puffnfresh/package/dirt
...
dirt: 2015-04-28 -> 2018-01-01
2018-01-01 16:02:42 +01:00
Jörg Thalheim
eebcc66b91
dirt: export PREFIX as makeFlags instead
2018-01-01 14:52:57 +00:00
Frederik Rietdijk
1869e7e5b0
Merge remote-tracking branch 'upstream/master' into HEAD
2018-01-01 15:09:55 +01:00
Brian McKenna
638c01773d
dirt: 2015-04-28 -> 2018-01-01
2018-01-01 18:10:04 +11:00
Bastian Köcher
f51aba5ddf
audacious: 3.8.2 -> 3.9
...
Also fixes compilation with qt 5.10.
2017-12-31 16:51:47 +01:00
Jörg Thalheim
bff6d624e0
gpodder: 3.9.3 -> 3.10.0
2017-12-31 02:38:39 +01:00
Vladimír Čunát
a1a3e54ac9
Merge branch 'master' into staging
...
Haskell rebuild :-)
Hydra: ?compare=1421865
2017-12-29 18:39:36 +01:00
Vladimír Čunát
f29000b002
Merge branch 'master' into staging
...
Hydra: ?compare=1421760
2017-12-29 10:13:33 +01:00
Markus Kowalewski
a85e23cd6b
minimodem: 0.19->0.24
2017-12-28 22:07:28 -08:00
Yegor Timoshenko
2d4426ab05
Merge pull request #33098 from olynch/denemo
...
denemo: init at 2.2.0
2017-12-29 06:37:11 +03:00
Robin Gloster
c288c843e7
amarok{,-kf5}: use mysql.server.static for libmysqld
2017-12-29 02:18:35 +01:00
Peter Hoeg
7798051817
Merge pull request #32927 from peterhoeg/u/kdeapp
...
kde-applications: 17.08.3 -> 17.12.0
2017-12-28 08:22:27 +08:00
John Ericson
b3df1562d8
Merge branch 'alt-stdenv' into staging
2017-12-27 17:20:32 -05:00
John Ericson
ad1a1ee7dd
Merge pull request #33087 from obsidiansystems/alt-stdenv
...
treewide: Clean up multi-arch tools and usage
2017-12-27 13:45:24 -08:00
John Ericson
558c96fe13
treewide: Cleanup usage of multi-arch tools
...
- Don't needlessly force GCC
- Prefer using multi-arch stdenvs to using multi-arch tools directly.
2017-12-27 15:15:45 -05:00
Owen Lynch
ee4aa56320
denemo: init at 2.2.0
2017-12-26 21:52:06 -05:00
Sam Parkinson
91ce2bf371
gradio: 6.0.2 -> 7.0
...
Upstream release notes:
https://github.com/haecker-felix/gradio/releases/tag/v7.0
2017-12-26 15:08:32 +11:00
Peter Hoeg
cf52f8e7e5
qsynth: 0.4.4 -> 0.5.0
2017-12-26 11:18:17 +08:00
Bert Moens
e0a356d1c7
espeak: 2016-08-28 → 1.49.2
2017-12-22 22:35:17 +01:00
gnidorah
6c317b62a3
amarok-kde4: drop
2017-12-22 15:19:11 +03:00
Peter Hoeg
61da89bc8a
spotify: 1.0.64 -> 1.0.69
2017-12-20 21:13:25 +08:00
Jan Tojnar
8b7953cea7
gmpc: use recent vala
2017-12-19 17:25:52 +01:00
Bart Brouns
62d228bed4
qmidinet: 0.4.3 -> 0.5.0
2017-12-19 09:25:37 +01:00
Bart Brouns
472973dca6
qjackctl: 0.4.5 -> 0.5.0
2017-12-19 09:13:05 +01:00
Orivej Desh
a1b57855cf
Merge pull request #32633 from magnetophon/rkrlv2
...
rkrlv2: b1.0 -> b2.0
2017-12-16 21:25:57 +00:00
Orivej Desh
6dac26591a
Merge pull request #32606 from magnetophon/yoshimi
...
yoshimi: 1.5.4.1 -> 1.5.5
2017-12-16 21:13:48 +00:00
Orivej Desh
33bad5e471
Merge pull request #32557 from magnetophon/zynaddsubfx
...
zynaddsubfx: 3.02 -> 3.03
2017-12-16 21:06:51 +00:00
Ales Huzik
ab2621605a
bitwig: 2.1.3 -> 2.2.2
2017-12-15 16:35:46 +11:00