about summary refs log tree commit diff
path: root/pkgs/applications/audio/guitarix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-05guitarix: add lord-valen as maintainerLord-Valen1-1/+1
2024-04-05guitarix: use fetchFromGitHubLord-Valen1-4/+9
2024-03-29guitarix: 0.44.1 -> 0.46.0Lord-Valen1-20/+4
2024-03-29guitarix: use `finalAttrs`Lord-Valen1-3/+3
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-14guitarix: gcc13 fixes with upstream patchannalee1-0/+9
2023-10-30guitarix: fix buildKirill Radzikhovskyy1-1/+8
2023-09-06treewide: convert configureFlags to wafConfigureFlags when appropriateAnderson Torres1-1/+1
2023-09-06treewide: waf.hook -> wafHookAnderson Torres1-2/+2
2023-09-01treewide: change wafConfigureFlags to configureFlagsAnderson Torres1-1/+1
Because it makes no sense to treat it differently.
2023-08-26guitarix: change wafHook to waf.hookAnderson Torres1-2/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2022-09-01guitarix: 0.42.1 -> 0.44.1Veikka Valtteri Kallinen1-15/+4
2022-04-28guitarix: fixup buildVladimír Čunát1-0/+2
It probably broke by the latest glib update.
2021-10-09guitarix: move from Python 2 to Python 3Konrad Borowski1-2/+2
2021-05-08guitarix: fix build with gcc11Orivej Desh1-1/+11
2021-05-08guitarix: 0.41.0 -> 0.42.1R. RyanTM1-2/+2
2021-05-08gnome: rename from gnome3Jan Tojnar1-2/+2
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-02-02guitarix: does not depend on libavRobert Schütz1-2/+0
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
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-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-07-17guitarix: 0.40.0 -> 0.41.0Orivej Desh2-17/+2
Unbundle zita resampler and convolver.
2020-06-11guitarix: 0.39.0 -> 0.40.0Bart Brouns2-26/+90
2020-05-22guitarix: fix build with lv2 1.18, enable faust pluginsOrivej Desh1-3/+16
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-23lrdf: move from librdf librariesOrivej Desh1-3/+3
It was never called librdf and it is not a librdf.org project.
2020-01-21guitarix: 0.38.1 -> 0.39.0R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-14guitarix: 0.37.3 ->0.38.1 (#59420)Bart Brouns1-2/+2
2019-04-09waf: use wafConfigureFlags for waf flagsMatthew Bauer1-1/+1
This avoids the potential conflict between autoconf flags and the waf flags. There is some overlap between the two but waf errors when it doesn’t recognize the flag.
2018-11-13treewide: use wafHookMatthew Bauer1-8/+2
Replace "waf" phases with wafHook that manages everything automatically. Should make things more modular. Packages affected here are: - a2jmidid - ams-lv2 - ardour - fomp - guitarix - ingen - jalv - mda-lv2 - non - patchage - hamster-time-tracker - kupfer - xiphos - xfce4-dockbarx-plugin - xfce4-namebar-plugin - dropbox - clasp - aubio - liliv - lv2 - lvtk - ntk - raul - sratom - suil - ganv - ndn-cxx - ns3 - serd - sord - termbox - wxmupen64plus - jackaudio - pflask - blockhash - glmark2 - weighttp
2018-08-24guitarix: 0.37.1 -> 0.37.2 (#45518)Bart Brouns1-4/+4
2018-06-23guitarix: 0.37.0 -> 0.37.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/guitarix/versions. These checks were done: - built on NixOS - /nix/store/75d02i1k7n87j0qb3sd10kxf4v70sdsc-guitarix-0.37.1/bin/guitarix passed the binary check. - /nix/store/75d02i1k7n87j0qb3sd10kxf4v70sdsc-guitarix-0.37.1/bin/.guitarix-wrapped passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.37.1 with grep in /nix/store/75d02i1k7n87j0qb3sd10kxf4v70sdsc-guitarix-0.37.1 - directory tree listing: https://gist.github.com/85b2e7786143f42e961c06cbde8de90b - du listing: https://gist.github.com/6ef7508c8fd678e37bed9c76a4e00f34
2018-04-25guitarix: 0.36.1 -> 0.37.0Bart Brouns1-2/+2
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-4/+4
2017-12-04guitarix: 0.35.6 -> 0.36.1Bart Brouns1-2/+2
2017-08-28guitarix: 0.35.3 -> 0.35.6Bart Brouns1-2/+2
2017-04-06guitarix: 0.35.2 -> 0.35.3 (#24673)Bart Brouns1-2/+2
2017-03-06guitarix: remove webkit, add compile flagsBart Brouns1-4/+7
as recomended by the author: https://sourceforge.net/p/guitarix/mailman/message/33688855/
2017-03-03Revert "guitarix: webkitgtk2 -> webkitgtk (#23390)"Joachim Fasting1-2/+2
This reverts commit 0e2a8cd01c1d3af49b0f42569a2974173be5ff76. Per https://github.com/NixOS/nixpkgs/pull/23390#issuecomment-283994426 guitarix only works with webkit1; replacing it with webkit2 then is equivalent to removing it outright.
2017-03-03guitarix: webkitgtk2 -> webkitgtk (#23390)Bart Brouns1-2/+2
2017-02-10guitarix: use python2Frederik Rietdijk1-5/+5
2016-11-01guitarix: 0.35.1 -> 0.35.2Bart Brouns1-2/+2
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-15guitarix: 0.34.0 -> 0.35.1; add glib_networking dep (#17740)Michal Rus1-10/+12
glib_networking is needed for downloading presets from withing Guitarix UI. Before, Guitarix would return an “install glib_networking” error.
2016-03-04guitarix: 0.33 -> 0.34=1-4/+4