welle-io: 2.4 -> 2.5

This commit is contained in:
Markus Kowalewski 2024-10-11 22:23:35 +02:00
parent 47913dd80e
commit 1d95eeb172
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
2 changed files with 8 additions and 10 deletions

View File

@ -1,20 +1,20 @@
{ mkDerivation, lib, fetchFromGitHub, cmake, pkg-config { stdenv, lib, fetchFromGitHub, cmake, pkg-config,wrapQtAppsHook
, qtbase, qtcharts, qtmultimedia, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects , qtbase, qtcharts, qtmultimedia, qtdeclarative, qt5compat
, faad2, rtl-sdr, soapysdr-with-plugins, libusb-compat-0_1, fftwSinglePrec, lame, mpg123 , faad2, rtl-sdr, soapysdr-with-plugins, libusb-compat-0_1, fftwSinglePrec, lame, mpg123
} : } :
mkDerivation rec { stdenv.mkDerivation rec {
pname = "welle-io"; pname = "welle-io";
version = "2.4"; version = "2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "AlbrechtL"; owner = "AlbrechtL";
repo = "welle.io"; repo = "welle.io";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-xXiCL/A2SwCSr5SA4AQQEdieRzBksXx9Z78bHtlFiW4="; hash = "sha256-sSknzZiD9/MLyO+gAYopogOQu5HRcqaRcfqwq4Rld7A=";
}; };
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
buildInputs = [ buildInputs = [
faad2 faad2
@ -25,9 +25,7 @@ mkDerivation rec {
qtbase qtbase
qtcharts qtcharts
qtmultimedia qtmultimedia
qtquickcontrols qt5compat
qtquickcontrols2
qtgraphicaleffects
rtl-sdr rtl-sdr
soapysdr-with-plugins soapysdr-with-plugins
]; ];

View File

@ -29395,7 +29395,7 @@ with pkgs;
wavrsocvt = callPackage ../applications/misc/audio/wavrsocvt { }; wavrsocvt = callPackage ../applications/misc/audio/wavrsocvt { };
welle-io = libsForQt5.callPackage ../applications/radio/welle-io { }; welle-io = qt6Packages.callPackage ../applications/radio/welle-io { };
wireshark = qt6Packages.callPackage ../applications/networking/sniffers/wireshark { wireshark = qt6Packages.callPackage ../applications/networking/sniffers/wireshark {
inherit (darwin.apple_sdk_11_0.frameworks) ApplicationServices SystemConfiguration; inherit (darwin.apple_sdk_11_0.frameworks) ApplicationServices SystemConfiguration;