Commit graph

141 commits

Author SHA1 Message Date
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
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Mario Rodas 0c510db2d7
Merge pull request #60773 from r-ryantm/auto-update/rtmidi
rtmidi: 2.1.1 -> 4.0.0
2019-05-09 18:43:01 -05:00
Profpatsch 3a0fbc17e2 libbass: update 2019-05-07 02:02:11 +02:00
R. RyanTM ec2fb52b43 rtmidi: 2.1.1 -> 4.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rtmidi/versions
2019-05-02 08:00:20 -07:00
R. RyanTM d9e9d72e81 rtaudio: 5.0.0 -> 5.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rtaudio/versions
2019-05-02 07:49:04 -07:00
R. RyanTM 24ab7ff3e0 libmysofa: 0.6 -> 0.7
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-04-27 07:39:53 +02:00
Frederik Rietdijk bae32a9f5c Merge staging-next into staging 2019-04-16 18:54:15 +02:00
R. RyanTM c287e8a03f lv2: 1.14.0 -> 1.16.0 (#57309)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lv2/versions
2019-04-12 22:01:13 +02:00
Matthew Bauer a79a8f29bc waf: use wafConfigureFlags for waf flags
This avoids the potential conflict between autoconf flags and the waf
flags. There is some overlap between the two but waf errors when it
doesn’t recognize the flag.
2019-04-09 23:44:37 -04:00
Matthew Bauer f2a20b6e52 treewide: use wafHook
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.

Packages affected here are:

- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
Bart Brouns 123cb978d3 zita-resampler: 1.6.0 -> 1.6.2 2018-10-07 17:41:22 +02:00
Bart Brouns 395b5f6a4b zita-convolver: 4.0.0 -> 4.0.3 2018-10-07 17:41:03 +02:00
Bart Brouns 4fd0f592af zita-alsa-pcmi: 0.2.0 -> 0.3.2 2018-10-07 17:40:44 +02:00
Markus Kowalewski 7bc523c492
jamomacore: update homepage 2018-09-02 00:09:28 +02:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Vladimír Čunát e78fd23564
Merge branch 'master' into staging
Hydra: ?compare=1474932
2018-08-22 20:57:14 +02:00
R. RyanTM 9f48572af8 lilv: 0.24.2 -> 0.24.4 (#44743)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lilv/versions.
2018-08-22 12:22:06 +02:00
R. RyanTM 8e4d051c62 sratom: 0.6.0 -> 0.6.2 (#44695)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/sratom/versions.
2018-08-22 00:35:17 +02:00
Silvan Mosberger e56b97fcf1
Merge pull request #43641 from jfrankenau/ffmpeg-libmysofa
libmysofa: init at 0.6 and enable in ffmpeg-full
2018-07-25 00:03:22 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Johannes Frankenau 91622a24aa libmysofa: init at 0.6 and enable in ffmpeg-full 2018-07-16 21:35:47 +02:00
Jan Tojnar 7ef73ab110
zita-convolver: fix so link 2018-07-15 02:54:02 +02:00
xeji 9137f83880
Merge pull request #42678 from Moredread/rtmidi/rtaudio/parallelBuild
Enable parallel building for rtaudio and rtmidi
2018-06-30 01:18:01 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
André-Patrick Bubel 9e61c281f7
rtmidi: Enable parallel building 2018-06-27 23:54:37 +02:00
André-Patrick Bubel 2371f85fac
rtaudio: Enable parallel building 2018-06-27 23:53:55 +02:00
R. RyanTM 4af3190e41 zita-convolver: 3.1.0 -> 4.0.0 (#41924)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/zita-convolver/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/d4fff99f47b470ae2fb591d4d0eca6a9
- du listing: https://gist.github.com/fa1de3cf8f7b6e64c8bcf06617b79635
2018-06-17 17:55:26 +02:00
Tuomas Tynkkynen e3875883cc libbass: Fix src hash 2018-06-11 17:36:24 +03:00