Commit graph

48 commits

Author SHA1 Message Date
R. RyanTM b98c1d1789 bitwig-studio: 4.0 -> 4.0.1 2021-07-20 09:23:52 +00:00
István Donkó 2efc69ebaf
bitwig-studio4: add version 4 (#130262)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-16 00:04:11 +02:00
Thomas Churchman a027daf2bd bitwig-studio: suffix LD_LIBRARY_PATH
NixOS's `services.pipewire.jack` and `pw-jack` set `LD_LIBRARY_PATH`, we
need to ensure those binaries are prioritized
2021-06-18 09:51:56 +01:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Bernard Fortz 174735e139 bitwig-studio: Move away from from ffmpeg_3 2021-05-08 19:51:11 -07:00
Bernard Fortz 8a5bae4ef8 bitwig-studio: 3.3.6 -> 3.3.7 2021-04-07 17:26:24 +02:00
Philipp Mildenberger ec07a39536 bitwig-studio: fix hash 2021-04-02 23:29:40 +02:00
Bernard Fortz d1599260b3 bitwig-studio: 3.3.3 -> 3.3.6 2021-03-27 15:43:32 +01:00
R. RyanTM 56e3c7d659 bitwig-studio: 3.3.2 -> 3.3.3 2021-02-12 02:50:07 +00:00
R. RyanTM 3c3fcfc5d3 bitwig-studio: 3.3.1 -> 3.3.2 2021-02-04 01:38:18 +00:00
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Bernard Fortz 0863300f17 Bitwig Studio : 3.2.8 -> 3.3.1 2020-12-27 14:33:51 +01:00
Pavol Rusnak deb0943ec6
Merge pull request #99193 from bfortz/bitwig
bitwig-studio3: jack dependency fixed
2020-11-23 09:05:40 +01:00
Bernard Fortz 5b934ffcca bitwig-studio3: jack dependency fixed 2020-09-30 21:29:14 +02:00
Thomas Friese 4d9db3bd4a
bitwig-studio3: 3.2.7 -> 3.2.8 2020-09-23 08:53:44 +02:00
Thomas Friese ba11f710fb
bitwig-studio3: 3.2.6 -> 3.2.7 2020-09-02 08:44:51 +02:00
Thomas Friese 55c5c222c2
bitwig-studio3: 3.2.2 -> 3.2.6 2020-07-18 22:13:42 +02:00
Thomas Friese 2e78828824
bitwig-studio3: 3.2.2 -> 3.2.4 2020-07-17 11:58:37 +02:00
Thomas Friese 4398e9e346
bitwig-studio3: 3.1.3 -> 3.2.2 (#90461)
* bitwig-studio3: 3.1.3 -> 3.2.1

* bitwig-studio3: 3.1.3 -> 3.2.2

* Update pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix

Co-authored-by: Philipp Mildenberger <philipp.mildenberger@student.uibk.ac.at>

* Update pkgs/applications/audio/bitwig-studio/bitwig-studio3.nix

Co-authored-by: Philipp Mildenberger <philipp.mildenberger@student.uibk.ac.at>

Co-authored-by: Philipp Mildenberger <philipp.mildenberger@student.uibk.ac.at>
2020-06-24 04:28:20 +02: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
Thomas Friese e0c0c1f083
bitwig-studio3: 3.1.2 -> 3.1.3 2020-05-28 12:46:49 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Ingolf Wagner e9ad60904c
bitwig-studio3: 3.1.1 -> 3.1.2 2020-01-22 18:19:58 +13:00
Bernard Fortz 3fb22f785a bitwig studio 3.0.3 -> 3.1.1 2020-01-02 00:03:02 +01:00
Ingolf Wagner d6baaf10a1 bitwig-studio: 3.0.1 -> 3.0.3 2019-11-13 16:39:26 +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
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Bernard Fortz 09278b70fc bitwig-studio: 3.0 -> 3.01 2019-07-28 10:56:42 +02:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Ingolf Wagner 39a34ec20f bitwig-studio3: add version 3 2019-07-23 02:35:17 -04:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
kostspielig 3b4f54aa38 bigwig-studio2: 2.4.3->2.5
Update to newever version
2019-03-10 10:05:00 +01:00
Jörg Thalheim d8b08e7ea6
bitwig-studio: gappsWrapperArgs must read in postFixup
They are not yet set in the installPhase.
2019-01-30 07:47:12 +00:00
gnidorah ad2d03d7a2 bitwig-studio: support native filesystem dialogs 2019-01-27 18:15:54 +03:00
gnidorah bce5c13a8f bitwig-studio2: 2.3.5 -> 2.4.3 2019-01-09 21:10:24 +03:00
gnidorah c680c57a84 bitwig-studio: switch to autoPatchelfHook 2019-01-09 21:10:21 +03:00
Daniel Poelzleithner a80c24e519 bitwig-studio: 2.3.2 -> 2.3.5 (#44579) 2018-08-07 18:40:19 +01:00
Jason Legler b50e628b15 bitwigstudio2: 2.3.1 -> 2.3.2 2018-04-17 20:51:05 -06:00
Ales Huzik 51e0baf41d bitwig-studio2: update version 2.2.2 -> 2.3.1 2018-03-07 17:17:13 +11:00
Ingolf Wagner b7387e1db8
bitwig-studio: refactor to support older major versions 2018-01-02 18:11:30 +13:00
Ales Huzik ab2621605a bitwig: 2.1.3 -> 2.2.2 2017-12-15 16:35:46 +11:00
Yegor Timoshenko 0d631365bb bitwig-studio: 2.0 -> 2.1.3, fix desktop file 2017-08-04 18:18:02 +00:00
Sean Lee 579219db49 bitwig-studio: 1.3.12 -> 2.0 2017-03-17 09:33:10 -04:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Michal Rus d965dfc00d bitwig-studio: init at 1.3.12 (#17756) 2016-08-17 13:23:48 +02:00