Skip to content

Commit ead67d4

Browse files
authored
samplv1: 0.9.23 -> 1.3.0 (#385428)
2 parents 92f5ad2 + e29798a commit ead67d4

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed
Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
mkDerivation,
32
lib,
3+
stdenv,
44
fetchurl,
55
pkg-config,
66
libjack2,
@@ -11,20 +11,25 @@
1111
qtbase,
1212
qttools,
1313
rubberband,
14+
wrapQtAppsHook,
15+
cmake,
16+
qtsvg,
1417
}:
1518

16-
mkDerivation rec {
19+
stdenv.mkDerivation rec {
1720
pname = "samplv1";
18-
version = "0.9.23";
21+
version = "1.3.0";
1922

2023
src = fetchurl {
21-
url = "mirror://sourceforge/samplv1/${pname}-${version}.tar.gz";
22-
sha256 = "sha256-eJA6ixH20Wv+cD2CKGomncyfJ4tfpOL3UrTeCkb5/q0=";
24+
url = "mirror://sourceforge/samplv1/samplv1-${version}.tar.gz";
25+
hash = "sha256-ZmRsiFDqJsG28FiFR/RbeXkeeLn2HBfImKQM5PaRF78=";
2326
};
2427

2528
nativeBuildInputs = [
2629
qttools
2730
pkg-config
31+
wrapQtAppsHook
32+
cmake
2833
];
2934

3035
buildInputs = [
@@ -35,14 +40,15 @@ mkDerivation rec {
3540
lv2
3641
qtbase
3742
rubberband
43+
qtsvg
3844
];
3945

40-
meta = with lib; {
46+
meta = {
4147
description = "Old-school all-digital polyphonic sampler synthesizer with stereo fx";
4248
mainProgram = "samplv1_jack";
4349
homepage = "http://samplv1.sourceforge.net/";
44-
license = licenses.gpl2Plus;
45-
platforms = platforms.linux;
50+
license = lib.licenses.gpl2Plus;
51+
platforms = lib.platforms.linux;
4652
maintainers = [ ];
4753
};
4854
}

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15917,7 +15917,7 @@ with pkgs;
1591715917
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
1591815918
};
1591915919

15920-
samplv1 = libsForQt5.callPackage ../applications/audio/samplv1 { };
15920+
samplv1 = qt6.callPackage ../applications/audio/samplv1 { };
1592115921

1592215922
beancount = with python3.pkgs; toPythonApplication beancount;
1592315923

0 commit comments

Comments
 (0)