Commit Graph

370 Commits

Author SHA1 Message Date
Jörg Thalheim
6baecc0abb
aucdtect: remove (#107611)
* aucdtect: remove

* Update pkgs/top-level/aliases.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Peter Hoeg <peter@hoeg.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-28 09:26:52 +08:00
Sandro
35296b1e11
Merge pull request #105193 from SuperSandro2000/volctl-0.8.0
volctl: 0.6.3 -> 0.8.0
2020-12-24 21:30:53 +01:00
Sandro
d33fb82b8c
Merge pull request #101947 from edbentley/audiowaveform 2020-12-11 07:03:57 +01:00
Ed Bentley
0823dcedc3 audiowaveform: init at 1.4.2 2020-12-09 10:25:59 +00:00
R. RyanTM
9231ea93ca abcm2ps: 8.14.10 -> 8.14.11 2020-12-08 11:13:39 +00:00
R. RyanTM
04d1ad3220 playerctl: 2.2.1 -> 2.3.1 2020-12-03 06:49:29 +00:00
R. RyanTM
86b91712ef abcmidi: 2020.08.09 -> 2020.11.07 2020-12-01 15:12:22 +00:00
Jörg Thalheim
ea48cad85d
Merge pull request #103851 from mweinelt/python/tts 2020-12-01 11:25:51 +00:00
Sandro Jäckel
76ea74b982
volctl: 0.6.3 -> 0.8.0 2020-11-28 02:58:06 +01:00
Sandro
a32d9781bd
Merge pull request #105117 from r-ryantm/auto-update/abcm2ps
abcm2ps: 8.14.9 -> 8.14.10
2020-11-28 00:50:16 +01:00
Sandro
f66311ae12
Merge pull request #100414 from NickHu/pasystray
pasystray: ayatana appindicators instead of libappindicator
2020-11-27 20:51:07 +01:00
R. RyanTM
4caeb90cd3 abcm2ps: 8.14.9 -> 8.14.10 2020-11-27 07:57:14 +00:00
Martin Weinelt
c84ad307e6
tts: init at unstable-2020-06-17 2020-11-15 04:01:15 +01:00
Andreas Rammhold
db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
R. RyanTM
6ad02be2f1 mpd-mpris: 0.2.4 -> 0.3.0 2020-10-25 22:33:09 +00:00
Jan Tojnar
268f2d1478
volctl: switch to Python 3 2020-10-24 01:18:45 +02:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Nick Hu
8d8cd8908b
pasystray: ayatana appindicators instead of libappindicator 2020-10-13 16:06:11 +01:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473874762fdb1b49d17dcf703d48352c3
 - 593e11fd944ce961ecf5425c3540df09e4f52265
 - 508ae42a0f64c350036d722b84c2e2905bbc5418

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
Austin Butler
5d365404ac beets: add extrafiles plugin 2020-09-21 10:33:10 +03:00
Vincent Laporte
bd954783b2 liquidsoap: 1.3.4 → 1.4.2 2020-09-07 15:18:31 +02:00
Doron Behar
7efe1cfe51 beets: Fix wavpack mediafile test
Extend mutagen-1.43.patch to include a fix for now supported bitrate of
wavpack files. See
d2fc3b59f7
for upstream's version of the change.
2020-09-01 09:22:03 +03:00
R. RyanTM
c5a2f3a514 qastools: 0.22.0 -> 0.23.0 2020-08-31 17:09:48 +02:00
Robert Schütz
7b162ee6e7 abcmidi: 2020.07.28 -> 2020.08.09 2020-08-27 15:16:04 +02:00
Mario Rodas
2ab8def9d4
Merge pull request #95167 from r-ryantm/auto-update/playerctl
playerctl: 2.1.1 -> 2.2.1
2020-08-12 08:53:16 -05:00
R. RyanTM
7ff3f222b6 playerctl: 2.1.1 -> 2.2.1 2020-08-11 10:42:32 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Martin Weinelt
131e9edd8b
Merge pull request #94692 from mweinelt/beets
beets: apply patch to fix incompatibilites with python 3.8
2020-08-07 00:48:09 +02:00
Martin Weinelt
d55276d7c6
beets: apply patch to fix incompatibilites with python 3.8
https://github.com/beetbox/beets/pull/3621
https://github.com/python/cpython/pull/20649
2020-08-07 00:45:40 +02:00
gnidorah
1ace844415 opn2bankeditor: 1.3-beta -> 1.3 2020-08-06 10:01:18 +03:00
gnidorah
059675cd0d opl3bankeditor: 1.5 -> 1.5.1 2020-08-06 09:53:07 +03:00
R. RyanTM
4814236168
abcmidi: 2020.06.30 -> 2020.07.28 (#94349) 2020-08-01 14:38:21 +02:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Fabian Geiselhart
3518436b92 bpm-tools: Specify dependencies and wrap executables 2020-07-12 19:46:21 +02:00
Jonathan Ringer
2e050546b8
google-music-scripts: fix build 2020-07-04 07:42:19 -07:00
R. RyanTM
4b10430119
abcmidi: 2020.06.07 -> 2020.06.30 (#92114) 2020-07-03 09:38:29 +02:00
R. RyanTM
1351ed529d
abcm2ps: 8.14.7 -> 8.14.9 (#91897) 2020-07-01 12:47:57 +02:00
Martin Weinelt
a9422ba768 beets: fix werkzeug testcases
Closes #91131
2020-06-20 15:12:57 -07:00
R. RyanTM
ee44fed637 video2midi: 0.4.0.1 -> 0.4.0.2 2020-06-15 05:37:35 +00:00
Nicolas Berbiche
c539d7c1c7 playerctl: enable bash completions 2020-06-12 22:30:46 -04:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Robert Schütz
8deeeb0219 abcmidi: 2020.03.25 -> 2020.06.07 2020-06-11 10:11:50 +02:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Jaka Hudoklin
cf3b322a64 pasystray: add patch to fix crash when running under wayland 2020-04-14 13:18:55 +07:00
Jörg Thalheim
d121a3992c
Merge pull request #85045 from r-ryantm/auto-update/pulsemixer
pulsemixer: 1.5.0 -> 1.5.1
2020-04-12 06:36:37 +01:00
R. RyanTM
952335e853 pulsemixer: 1.5.0 -> 1.5.1 2020-04-12 01:42:45 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
R. RyanTM
c3e25ba60f abcmidi: 2020.02.12 -> 2020.03.25 2020-04-06 12:37:53 -07:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00