puredata: refactor

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>

authored by Carl Thomé Weijia Wang and committed by Weijia Wang 6e8611a7 02925a26

+6 -6
+2 -2
pkgs/applications/audio/pd-plugins/cyclone/default.nix
··· 8 owner = "porres"; 9 repo = "pd-cyclone"; 10 rev = "7c470fb03db66057a2198843b635ac3f1abde84d"; 11 - sha256 = "ixfnmeoRzV0qEOOIxCV1361t3d59fwxjHWhz9uXQ2ps="; 12 }; 13 14 buildInputs = [ puredata ]; ··· 27 description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments"; 28 homepage = "http://puredata.info/downloads/cyclone"; 29 license = licenses.tcltk; 30 - maintainers = [ maintainers.magnetophon maintainers.carlthome ]; 31 platforms = platforms.linux; 32 }; 33 }
··· 8 owner = "porres"; 9 repo = "pd-cyclone"; 10 rev = "7c470fb03db66057a2198843b635ac3f1abde84d"; 11 + hash = "sha256-ixfnmeoRzV0qEOOIxCV1361t3d59fwxjHWhz9uXQ2ps="; 12 }; 13 14 buildInputs = [ puredata ]; ··· 27 description = "A library of PureData classes, bringing some level of compatibility between Max/MSP and Pd environments"; 28 homepage = "http://puredata.info/downloads/cyclone"; 29 license = licenses.tcltk; 30 + maintainers = with maintainers; [ magnetophon carlthome ]; 31 platforms = platforms.linux; 32 }; 33 }
+2 -2
pkgs/applications/audio/pd-plugins/gem/default.nix
··· 22 owner = "umlaeute"; 23 repo = "Gem"; 24 rev = "4ec12eef8716822c68f7c02a5a94668d2427037d"; 25 - sha256 = "Y/Z7oJdKGd7+aSk8eAN9qu4ss+BOvzaXWpWGjfJqGJ8="; 26 }; 27 28 nativeBuildInputs = [ ··· 45 description = "Graphics Environment for Multimedia"; 46 homepage = "http://puredata.info/downloads/gem"; 47 license = licenses.gpl2Plus; 48 - maintainers = [ maintainers.raboof maintainers.carlthome ]; 49 platforms = platforms.linux; 50 }; 51 }
··· 22 owner = "umlaeute"; 23 repo = "Gem"; 24 rev = "4ec12eef8716822c68f7c02a5a94668d2427037d"; 25 + hash = "sha256-Y/Z7oJdKGd7+aSk8eAN9qu4ss+BOvzaXWpWGjfJqGJ8="; 26 }; 27 28 nativeBuildInputs = [ ··· 45 description = "Graphics Environment for Multimedia"; 46 homepage = "http://puredata.info/downloads/gem"; 47 license = licenses.gpl2Plus; 48 + maintainers = with maintainers; [ raboof carlthome ]; 49 platforms = platforms.linux; 50 }; 51 }
+2 -2
pkgs/applications/audio/puredata/default.nix
··· 17 18 src = fetchurl { 19 url = "http://msp.ucsd.edu/Software/pd-${version}.src.tar.gz"; 20 - sha256 = "6MFKfYV5CWxuOsm1V4LaYChIRIlx0Qcwah5SbtBFZIU="; 21 }; 22 23 nativeBuildInputs = [ autoreconfHook gettext makeWrapper ]; ··· 54 homepage = "http://puredata.info"; 55 license = licenses.bsd3; 56 platforms = platforms.linux ++ platforms.darwin; 57 - maintainers = [ maintainers.goibhniu maintainers.carlthome ]; 58 mainProgram = "pd"; 59 changelog = "https://msp.puredata.info/Pd_documentation/x5.htm#s1"; 60 };
··· 17 18 src = fetchurl { 19 url = "http://msp.ucsd.edu/Software/pd-${version}.src.tar.gz"; 20 + hash = "sha256-6MFKfYV5CWxuOsm1V4LaYChIRIlx0Qcwah5SbtBFZIU="; 21 }; 22 23 nativeBuildInputs = [ autoreconfHook gettext makeWrapper ]; ··· 54 homepage = "http://puredata.info"; 55 license = licenses.bsd3; 56 platforms = platforms.linux ++ platforms.darwin; 57 + maintainers = with maintainers; [ goibhniu carlthome ]; 58 mainProgram = "pd"; 59 changelog = "https://msp.puredata.info/Pd_documentation/x5.htm#s1"; 60 };