Commit Graph

58 Commits

Author SHA1 Message Date
Yaroslav Chvanov
6f860d8ef6
strawberry: drop PCRE dependency
While strawberry seems to bundle PCRE2 on MacOS and Windows, it doesn't
seem to use it directly.
2024-11-30 11:53:48 +03:00
Yaroslav Chvanov
10ce0b2de8
strawberry: 1.1.3 -> 1.2.2
VLC backend and Qt 5 build are no longer supported. protobuf is no
longer required. Use packaged kdsingleapplication instead of building it
from submodule.
2024-11-30 11:53:47 +03:00
Yaroslav Chvanov
a2e747664b
strawberry: format with nixfmt 2024-11-29 00:55:47 +03:00
Yaroslav Chvanov
99eb3fe188
strawberry: 1.1.2 -> 1.1.3 2024-10-12 04:01:16 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
883679e00f strawberry-qt6: 1.1.1 -> 1.1.2 2024-09-17 22:04:31 +02:00
Peter Hoeg
fef437c3b0 strawberry-qt6: 1.1.0 -> 1.1.1 2024-07-31 20:19:58 +02:00
R. Ryantm
4bfb773a12 strawberry-qt6: 1.0.23 -> 1.1.0 2024-07-31 20:19:58 +02:00
Peter Hoeg
5fd6c33068 strawberry: 1.0.21 -> 1.0.23 2024-02-02 20:28:17 +01:00
R. Ryantm
84b9216bad strawberry: 1.0.20 -> 1.0.21 2023-10-25 10:49:03 +01:00
R. Ryantm
364c207b60 strawberry: 1.0.18 -> 1.0.20 2023-10-06 06:01:30 +00:00
Austin Horstman
ef8105b8e1
treewide: add meta.mainProgram to audio 2023-08-04 10:54:47 -05:00
R. Ryantm
4aed2e3f69 strawberry: 1.0.17 -> 1.0.18 2023-07-06 06:18:01 +00:00
R. Ryantm
770ee0288e strawberry: 1.0.15 -> 1.0.17 2023-04-26 01:18:19 +00:00
R. Ryantm
a0ddd1a589 strawberry: 1.0.14 -> 1.0.15 2023-03-11 21:55:00 +08:00
R. Ryantm
d949e69824 strawberry: 1.0.13 -> 1.0.14 2023-01-20 14:26:07 +08:00
R. Ryantm
489d76624c strawberry: 1.0.12 -> 1.0.13 2023-01-15 08:58:06 +00:00
R. Ryantm
bc9dd4279a strawberry: 1.0.11 -> 1.0.12 2023-01-11 09:00:16 +08:00
Peter Hoeg
43889bbedb strawberry: 1.0.10 -> 1.0.11 2023-01-02 21:54:04 +08:00
R. Ryantm
6205dd4cad strawberry: 1.0.9 -> 1.0.10 2022-10-27 10:06:23 +08:00
R. Ryantm
f98116594d strawberry: 1.0.8 -> 1.0.9 2022-09-05 11:57:51 +08:00
R. Ryantm
d4b68195fd strawberry: 1.0.7 -> 1.0.8 2022-08-30 16:37:12 +08:00
Peter Hoeg
784a28af40 strawberry: 1.0.5 -> 1.0.7 2022-07-31 12:24:26 +08:00
Eduard Bachmakov
08318d0ab7 strawberry: 1.0.4 -> 1.0.5 2022-06-14 09:01:44 +08:00
Peter Hoeg
4a2d1f7840 strawberry: 1.0.3 -> 1.0.4 2022-05-26 23:41:38 +08:00
ElXreno
c10c8912ee strawberry: Add gst-libav dependency
Strawberry cannot play ALAC files, adding the gst-libav dependency fixes this.
2022-04-19 15:30:20 +08:00
Alex Chalk
dd697d4148 strawberry: add libgpod
Add libgpod to the build for working ipod sync.
2022-03-30 17:49:14 +08:00
R. Ryantm
0e671e2b2b strawberry: 1.0.2 -> 1.0.3 2022-03-29 13:54:03 +08:00
R. Ryantm
ec7093413e strawberry: 1.0.1 -> 1.0.2 2022-02-25 17:08:59 +08:00
Alexandre Mazari
8b01281b66 strawberry: Add gstreamer-bad dependency
Add gstreamer-bad dependency to expand the set of supported formats when using the gstreamer backend (ex, AIFF).
2022-01-31 10:08:06 +08:00
R. Ryantm
0a4d838815 strawberry: 1.0.0 -> 1.0.1 2022-01-11 10:59:39 +00:00
Peter Hoeg
4956a145e1 strawberry: 0.9.3 -> 1.0.0 2021-10-26 12:27:48 +08:00
Sandro Jäckel
e133ff645e
strawberry: cleanup 2021-07-22 02:18:02 +02:00
Artturin
e060a95153 strawberry: add glib-networking 2021-07-21 21:12:41 +03:00
Peter Hoeg
41c42dbfd8 strawberry: 0.9.2 -> 0.9.3 2021-07-14 23:35:51 +08:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Peter Hoeg
92f7fe58b6 strawberry: drop special taglib handling 2021-05-14 14:42:20 +08:00
ppenguin
e2b46c7ba6
strawberry: 0.9.1 -> 0.9.2 (#117889)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-30 17:17:12 +02:00
R. RyanTM
6cc709ff05 strawberry: 0.8.5 -> 0.9.1 2021-03-17 17:00:40 +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
Peter Hoeg
365d0b9bf3 strawberry: 0.8.4 -> 0.8.5 2021-01-07 20:57:16 +08:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
R. RyanTM
3c8c57dc33 strawberry: 0.8.3 -> 0.8.4 2020-11-22 20:38:21 +08:00
R. RyanTM
0f049c8d11 strawberry: 0.8.2 -> 0.8.3 2020-11-17 13:59:39 +08:00
Peter Hoeg
ee7d04e445 strawberry: 0.7.2 -> 0.8.2 2020-10-19 09:00:06 +08:00
Thomas Tuegel
b3ab15a057
strawberry: use libvlc 2020-09-26 05:50:25 -05:00
Peter Hoeg
19d9c7b99d strawberry: 0.6.13 -> 0.7.2 2020-08-19 17:51:47 +08:00
R. RyanTM
09f8c745c5 strawberry: 0.6.12 -> 0.6.13 2020-07-16 12:29:27 +00:00
R. RyanTM
914b060f26 strawberry: 0.6.10 -> 0.6.12 2020-06-15 04:03:39 +00:00
R. RyanTM
e0f21e1691 strawberry: 0.6.9 -> 0.6.10 2020-05-04 09:03:16 +00:00