Commit Graph

169 Commits

Author SHA1 Message Date
Mario Rodas
091d0284f5
lv2: enable on darwin 2020-07-20 04:22:00 -05:00
Andrew Dunham
5601d7483d mbelib: init at 1.3.0 2020-07-16 17:59:24 -07:00
R. RyanTM
621c1f0042 libmysofa: 1.0 -> 1.1 2020-06-17 12:38:32 -07:00
Frederik Rietdijk
b76c308ecd Merge staging-next into staging 2020-06-04 15:28:16 +02:00
Frederik Rietdijk
08900c0554 Merge master into staging-next 2020-06-04 15:25:54 +02:00
Doron Behar
cf657dc584 libgme: Don't reference gcc-unwrapped 2020-06-03 20:34:24 +03:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
R. RyanTM
cb374f9065 libinstpatch: 1.1.4 -> 1.1.5 2020-06-02 12:48:51 -07:00
R. RyanTM
b3206bb487 vamp-plugin-sdk: 2.9 -> 2.10 2020-05-31 00:01:55 -04:00
R. RyanTM
8c52a81713 lilv: 0.24.6 -> 0.24.8 2020-05-22 02:37:10 +00:00
R. RyanTM
1b91ce4ee6 lv2: 1.16.0 -> 1.18.0 2020-05-08 07:02:45 +02:00
Emery Hemingway
47ff94a179
Merge pull request #84143 from NotGate/patch-1
update libbass
2020-05-04 18:15:48 +05:30
Konrad Borowski
5fac10ccb1 lv2: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
Jan Tojnar
cc57640aeb
Merge pull request #84470 from jtojnar/ardour-cleanup
ardour: clean up the expression
2020-04-13 20:10:27 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas
b417d51f27
Merge pull request #84775 from r-ryantm/auto-update/libinstpatch
libinstpatch: 1.1.3 -> 1.1.4
2020-04-09 12:25:03 -05:00
Mario Rodas
49e2a18dbd
libinstpatch: enable on darwin 2020-04-09 04:20:00 -05:00
R. RyanTM
577ab2b68b libinstpatch: 1.1.3 -> 1.1.4 2020-04-09 04:54:15 +00:00
Jonathan Ringer
7c8d21790d libbass: fix sha 2020-04-07 17:59:32 -07:00
Jan Tojnar
1ff54d019f
qm-dsp: init at 1.7.1 2020-04-07 20:26:23 +02:00
Michael Millwood
a5bf5e2db5
update libbass
upstream changed which broke the install for libbass
2020-04-02 18:48:40 -05:00
Orivej Desh
1780933db1 vamp-plugin-sdk: 2.7.1 -> 2.9 2020-03-26 22:34:47 +00:00
Orivej Desh
ef164d2ba9 vamp-plugin-sdk: rename from vamp.vampSDK 2020-03-26 22:34:47 +00:00
Orivej Desh
f4c15495a6 libinstpatch: init at 1.1.3 2020-03-23 02:54:49 +00:00
Orivej Desh
fa456f45bc rtaudio: hide private dependencies 2020-03-23 02:54:49 +00:00
Orivej Desh
33631c44fb lilv: hide private dependencies
This is needed for pkg-config --libs lilv-0.
2020-03-23 02:54:49 +00:00
R. RyanTM
9ad2b5e69d libmysofa: 0.9.1 -> 1.0 2020-03-14 14:23:45 +01:00
R. RyanTM
8d612a3b53 libgme: 0.6.2 -> 0.6.3 2020-03-08 17:24:40 +00:00
Silvan Mosberger
80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Mario Rodas
bec48a7980
Merge pull request #78095 from magnetophon/sratom
sratom: 0.6.2 -> 0.6.4
2020-01-22 20:02:42 -05:00
Patrick Hilhorst
593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Bart Brouns
50c3ac29ac suil: 0.10.0 -> 0.10.6 2020-01-20 16:53:05 +01:00
Bart Brouns
bb04c6dc07 raul: unstable-2017-07-23 -> unstable-2019-12-09 2020-01-20 16:29:57 +01:00
Bart Brouns
a6ecbc4443 ingen: unstable-2017-07-22 unstable-2019-12-09 2020-01-20 16:22:48 +01:00
Bart Brouns
6803c951a7 lilv: 0.24.4 -> 0.24.6 2020-01-20 15:55:57 +01:00
Bart Brouns
02e892c48d sratom: 0.6.2 -> 0.6.4 2020-01-20 12:42:17 +01:00
R. RyanTM
e8e7fb5c0e libmysofa: 0.9 -> 0.9.1 2020-01-06 15:32:07 -08:00
Jan Tojnar
ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
Jan Tojnar
a4721054c1
lilv: switch to python3 2019-12-15 01:50:37 +01:00
Jan Tojnar
6b5e932792
lv2: switch to python3 2019-12-15 01:50:37 +01:00
Jan Tojnar
e942647826
sratom: switch to python3 2019-12-15 01:50:37 +01:00
R. RyanTM
003eaaf749 libmysofa: 0.8 -> 0.9 2019-12-08 08:48:51 -08:00
R. RyanTM
14ab759843 libmysofa: 0.7 -> 0.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libmysofa/versions
2019-09-27 08:48:14 -07:00
worldofpeace
5c8c3d6ce4
Merge pull request #67553 from Moredread/rtaudio-pulseaudio
rtmidi: add PulseAudio support
2019-09-12 09:16:52 -04:00
André-Patrick Bubel
383d3a43e5
rtmidi: add PulseAudio support 2019-09-12 13:03:49 +02:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk
f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Nikolay Amiantov
2d0a2044b3 libbass: update and use real version numbers
Upstream doesn't indeed have any way of getting versioned library, as per
http://www.un4seen.com/forum/?topic=18614.0.
2019-08-17 10:52:41 +03:00