Commit graph

4348 commits

Author SHA1 Message Date
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 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
lunik1 c20c461967
fdkaac: 1.0.0 → 1.0.1 2020-09-23 13:42:01 +01:00
Martin Weinelt aeab683e38
Merge pull request #98168 from gnidorah/updates
update some packages I maintain
2020-09-22 03:59:27 +02:00
Maximilian Bosch 2e98177bd7
Merge pull request #98350 from 9999years/spotify-device-scale-factor
spotify: support --force-device-scale-factor for high-DPI displays
2020-09-21 23:00:58 +02:00
Rebecca Turner 4f03644c56 spotify: support --force-device-scale-factor
Add a Spotify wrapper with a `deviceScaleFactor` argument to set the
`--force-device-scale-factor` flag for high-DPI displays. If unset,
nothing is added.

This allows e.g.

   spotify.override { deviceScaleFactor = 1.66; }

Uses a separate wrapper derivation as suggested by @Ma27.
Uses `wrapProgram` instead of `makeWrapper` as suggested by @Ma27.
2020-09-21 13:50:19 -04:00
Stig P 37ab1fe8cb
Merge pull request #97742 from tasmo/sunvox-1.9.5d
sunvox: fix hash mismatch
2020-09-20 21:59:17 +00:00
Thomas Friese edd8fb3757
sunvox: fix hash mismatch 2020-09-20 21:51:47 +02:00
Jonathan Ringer 07dd821d95 pulseeffects: 4.8.0 -> 4.8.1 2020-09-19 19:34:47 -07:00
sohalt 60078b4662 sonic-lineup: 1.0.1 -> 1.1, fix build 2020-09-19 14:58:07 +02:00
Orivej Desh 187cd50cce mamba: 1.4 -> 1.5 2020-09-19 07:10:10 +00:00
ajs124 5096b51667
Merge pull request #98051 from lb5tr/master
vcv-rack: fix broken pffft reference
2020-09-18 23:59:01 +02:00
gnidorah 445f5aaee1 openmpt123: 0.5.1 -> 0.5.2 2020-09-17 13:18:38 +03:00
ajs124 5e8db8802b transcribe: drop 2020-09-16 20:12:46 +02:00
lb5tr e469ddc979 vcv-rack: fix broken pfft reference 2020-09-15 08:27:02 -07:00
freezeboy 6dafaa5258 jackmix, jackmix_jack1: fix build, add alsaLib dependency 2020-09-11 12:07:56 +02:00
Orivej Desh 98a3c77296
seq66: init at 0.90.5 (#97728) 2020-09-11 05:12:10 +00:00
Orivej Desh 4c9b89a764 mamba: 1.3 -> 1.4 2020-09-11 02:10:54 +00:00
Lassulus 173be45747
Merge pull request #93944 from ericdallo/add-midi-visualizer
MIDIVisualizer: init at 5.1
2020-09-10 22:08:01 +02:00
Lassulus 065b4af1c7
Merge pull request #93970 from albakham/pkg/sublime-music
sublime-music: 0.11.0 -> 0.11.7
2020-09-10 21:34:41 +02:00
Sohalt 18f0fdce61
picoloop: init at 0.77e (#92269) 2020-09-10 19:34:44 +01:00
WORLDofPEACE a899a97eb9
Merge pull request #97464 from cole-h/cantata-perl
cantata: add perl for dynamic playlists
2020-09-08 19:46:30 -04:00
Cole Helbling fca7cc57ad
cantata: add perl for dynamic playlists
Cantata wants to check if perl is available at runtime, but we already patch the
script shebangs, making it unnecessary to be available at runtime --
thus, patch out this check.
2020-09-08 11:03:12 -07:00
laikq 1ee68120ce friture: 0.37 -> unstable 2020-09-07 10:49:24 -07:00
Ryan Mulligan 019aca894c
Merge pull request #97130 from r-ryantm/auto-update/ft2-clone
ft2-clone: 1.28 -> 1.31
2020-09-07 10:11:45 -07:00
Frederik Rietdijk d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Ryan Mulligan a70d31b11f
Merge pull request #97102 from r-ryantm/auto-update/csound
csound: 6.14.0 -> 6.15.0
2020-09-05 13:53:45 -07:00
Lassulus 3310df291c
Merge pull request #96952 from tasmo/bitwig-studio-3.2.7
bitwig-studio3: 3.2.6 -> 3.2.7
2020-09-05 21:47:04 +02:00
Robert Scott 03a6e9457b
Merge pull request #95732 from r-ryantm/auto-update/qjackctl
qjackctl: 0.6.2 -> 0.6.3
2020-09-05 13:04:34 +01:00
Robert Scott a10cd24ab0
Merge pull request #96915 from juliendehos/lingot
lingot: add jackSupport option
2020-09-05 12:50:35 +01:00