Frederik Rietdijk
9e1943edc0
Merge master into staging-next
2020-10-13 19:34:34 +02:00
Damien Cassou
58a6d078f0
Merge pull request #99724 from onny/ocenaudio
...
ocenaudio: init at 3.9.3
2020-10-13 08:06:06 +02:00
Anderson Torres
e61c9d185d
Merge pull request #100193 from AndersonTorres/big-upload
...
A bunch of updates
2020-10-12 08:48:52 -03:00
Samuel Ainsworth
3d99082818
spotify-unwrapped: 1.1.26.501.gbe11e53b-15 -> 1.1.42.622.gbd112320-37 ( #99924 )
...
* spotify-unwrapped: 1.1.26.501.gbe11e53b-15 -> 1.1.42.622.gbd112320-37
* Add libdrm dependency
* Add missing mesa dependency
Co-authored-by: upkeep-bot <foo@bar.com>
2020-10-12 09:13:57 +00:00
Timo Kaufmann
787ec15440
Merge pull request #94187 from fgaz/ft2-clone/1.27
...
ft2-clone: add a test
2020-10-12 11:06:04 +02:00
AndersonTorres
a0c7341947
a2jmidid: 8 -> 9
2020-10-12 04:07:17 -03:00
AndersonTorres
b3b5d63cb6
kid3: 3.8.3 -> 3.8.4
2020-10-12 04:07:17 -03:00
Vladimír Čunát
338b25697c
Merge branch 'master' into staging-next
...
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
> 3926 x86_64-darwin
> 4645 x86_64-linux
2020-10-10 11:32:10 +02:00
zowoq
dd59167aee
soundkonverter: remove trailing whitespace
2020-10-09 18:29:53 +10:00
Mario Rodas
998124b328
Merge pull request #100008 from gnidorah/munt
...
munt: 2.4.0 -> 2.4.1
2020-10-08 18:07:36 -05:00
Frederik Rietdijk
ec28e32c9e
Merge master into staging-next
2020-10-08 21:47:26 +02:00
gnidorah
5cd29482e4
munt: 2.4.0 -> 2.4.1
2020-10-08 08:58:41 +03:00
Lassulus
1cd650194f
Merge pull request #94950 from suhr/helio
...
helio-workstation: 2.2 -> 3.1
2020-10-08 23:02:17 +02:00
Frederik Rietdijk
c0d5cf4993
puddletag: mark broken
2020-10-08 19:26:35 +02:00
Doron Behar
62738d495c
friture: Use qt5.15 just like pyqt5
...
Don't double wrap executables.
2020-10-08 18:57:24 +02:00
Frederik Rietdijk
1561163203
carla: 2.1.1 -> 2.2.0 and use the default qt515
2020-10-08 18:57:22 +02:00
Wael Nasreddine
e8a3c739bd
mellowplayer: 3.6.5 -> 3.6.6 ( #99919 )
2020-10-07 18:01:12 -07:00
Johannes Rosenberger
434138ed1c
picard: apply new licensing convention
...
according to its home page https://picard.musicbrainz.org/ ,
picard is licensed under gpl2+
2020-10-07 16:47:46 +02:00
Jonas Heinrich
00d8c11a57
ocenaudio: init at 3.9.3
2020-10-06 15:16:25 +02:00
Frederik Rietdijk
692d219a93
Merge staging-next into staging
2020-10-06 10:25:58 +02:00
Mario Rodas
f8d5895881
spotify-tui: 0.21.0 -> 0.22.0
...
https://github.com/Rigellute/spotify-tui/releases/tag/v0.22.0
2020-10-05 04:20:00 +00:00
Christoph Neidahl
e782471d2b
cheesecutter: unstable-2019-12-06 -> unstable-2020-04-03
2020-10-04 15:24:59 -07:00
OPNA2608
d3a22b4bb4
lyrebird: init at 1.1.0
2020-10-04 15:23:25 -07:00
Mario Rodas
d568cc170a
Merge pull request #90063 from r-ryantm/auto-update/mopidy-mpris
...
mopidy-mpris: 3.0.1 -> 3.0.2
2020-10-03 23:13:01 -05:00
Mario Rodas
a4e6f8b134
Merge pull request #98756 from magnetophon/lv2bm
...
lv2bm: git-2015-11-29 -> 1.1
2020-10-02 19:30:08 -05:00
Mario Rodas
a591bb86b0
Merge pull request #98401 from magnetophon/bsequencer
...
bsequencer: 1.6.0 -> 1.8.4
2020-10-02 19:29:27 -05:00
Mario Rodas
87f5f1366d
Merge pull request #98402 from magnetophon/lsp-plugins
...
lsp-plugins: 1.1.24 -> 1.1.26
2020-10-02 19:28:16 -05:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Aluísio Augusto Silva Gonçalves
5fb64f9ab2
r128gain: 1.0.1 -> 1.0.3
2020-09-30 17:58:56 -03:00
Aluísio Augusto Silva Gonçalves
d742cff4bb
r128gain: add update script
2020-09-30 16:30:08 -03:00
Ryan Burns
d10d6dfa4a
projectm: fix build on darwin
2020-09-27 11:31:35 -07:00
Ryan Mulligan
9d789745fe
Merge pull request #98840 from r-ryantm/auto-update/pt2-clone
...
pt2-clone: 1.22 -> 1.23
2020-09-26 10:28:57 -07:00
Thomas Tuegel
6882716623
Merge pull request #98846 from ttuegel/libvlc
...
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Mario Rodas
43850833b5
Merge pull request #98754 from magnetophon/geonkick
...
geonkick: 2.3.7 -> 2.3.8
2020-09-26 08:02:28 -05:00
Thomas Tuegel
b3ab15a057
strawberry: use libvlc
2020-09-26 05:50:25 -05:00
Thomas Tuegel
e1b7af630f
cantata: use libvlc
2020-09-26 05:50:24 -05:00
R. RyanTM
34b3008b8c
pt2-clone: 1.22 -> 1.23
2020-09-26 09:47:06 +00:00
Vladyslav M
1e501a4c9b
Merge pull request #98720 from r-ryantm/auto-update/giada
...
giada: 0.16.3.1 -> 0.16.4
2020-09-25 23:58:32 +03:00
Bart Brouns
29ac962023
lv2bm: git-2015-11-29 -> 1.1
2020-09-25 15:55:05 +02:00
Bart Brouns
66446f153f
geonkick: 2.3.7 -> 2.3.8
2020-09-25 15:07:58 +02:00
R. RyanTM
6deebfbbf2
giada: 0.16.3.1 -> 0.16.4
2020-09-25 07:47:13 +00:00
Andrew Fontaine
73133a6af0
plexamp: 3.1.1 -> 3.2.0
...
Adds remote control support for other plex players, as well as other
changes.
Release notes: https://forums.plex.tv/t/plexamp-release-notes/221280/16
2020-09-24 16:27:10 -04:00
Doron Behar
2f3cee6250
Merge pull request #84069 from JustinLovinger/mpg123-conplay
2020-09-24 22:57:18 +03:00
Ryan Mulligan
f5061117b2
Merge pull request #98593 from r-ryantm/auto-update/jamulus
...
jamulus: 3.5.9 -> 3.5.10
2020-09-24 06:49:42 -07:00
Charlotte Van Petegem
2165e5a4a1
picard: 2.4.2 -> 2.4.4
2020-09-24 15:15:31 +02:00
R. RyanTM
b18392d34f
drumkv1: 0.9.15 -> 0.9.16
2020-09-23 20:17:44 -07:00
Timo Kaufmann
ec3714b42b
Merge pull request #91766 from fgaz/littlegptracker/init
...
littlegptracker: init at unstable-2019-04-14
2020-09-23 20:32:28 +02:00
Francesco Gazzetta
e20e2d4e74
littlegptracker: init at unstable-2019-04-14
2020-09-23 19:04:40 +02:00
R. RyanTM
5ae7f85720
jamulus: 3.5.9 -> 3.5.10
2020-09-23 16:15:50 +00:00
Daniël de Kok
3d048b1bee
Merge pull request #98399 from lunik1/fdkaac101
...
fdkaac: 1.0.0 → v1.0.1
2020-09-23 16:24:38 +02:00