Commit Graph

23 Commits

Author SHA1 Message Date
Malo Bourgon
9e4be53221 treewide: add meta.mainProgram to some libraries
where a single bin is provided and someone might actually want to run it
2022-05-04 18:11:50 -07:00
Rick van Schijndel
d2938964df serd: fix cross-compilation by disabling adding cross flags
The waf script from serd doesn't understand --cross-compile,
so just don't pass it to the script.
2021-10-01 19:19:45 +02:00
R. RyanTM
ab1ca5a6e7 serd: 0.30.4 -> 0.30.10 2021-03-11 15:57:04 +01:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Mario Rodas
cff2331900
serd: enable on darwin 2020-07-20 04:20:00 -05:00
R. RyanTM
b52a5c2dbf serd: 0.30.2 -> 0.30.4 2020-05-10 13:00:52 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Bart Brouns
0a1460f639 serd: 0.30.0 -> 0.30.2 2020-01-20 12:37:59 +01:00
Jan Tojnar
486e3ecafd
serd: switch to python3 2019-12-15 01:50:37 +01: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
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
R. RyanTM
8b04cfc63a serd: 0.28.0 -> 0.30.0 (#44687)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/serd/versions.
2018-08-21 22:44:32 +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
Bart Brouns
42ddb8ae2a serd: 0.26.0 -> 0.28.0 2017-12-08 23:17:32 +00:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Bart Brouns
53b6f15d34 serd: 0.24.0 -> 0.26.0 2017-06-16 14:59:23 +02:00
Bart Brouns
5abcc7d22a lilv and sord: remove svn versions and deploy release version 2017-01-11 02:21:00 +01:00
Bart Brouns
1b8ad96858 serd: 0.20.0 -> 0.24.0 2017-01-11 02:17:46 +01:00
Cillian de Róiste
455e0e0673 serd: update from 0.18.2 to 0.20.0 2014-08-30 19:58:37 +02:00
Cillian de Róiste
b57ee8c331 nixpkgs-lint: add the platforms meta attr for most of my packages 2014-03-16 12:08:26 +01:00
Cillian de Róiste
499f539b46 serd: upgrade to 0.18.2 2013-02-24 02:29:34 +01:00
Cillian de Róiste
a2501c3561 Adding lv2 support
LV2 is a portable plugin standard for audio systems, similar in scope to  LADSPA, VST, AU, and others. The Calf audio plugin pack uses LV2 and Ardour3 has also been updated to support LV2 Plugins
2012-07-05 23:29:45 +02:00