about summary refs log tree commit diff
path: root/pkgs/applications/audio/sound-juicer
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-05-02Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
2024-05-01pkgs/applications: Move away from wiki.gnome.orgBobby Rong1-1/+1
The wiki.gnome.org site is planned for retirement.
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-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.
2023-06-21sound-juicer: 3.38.0 → 3.40.0Bobby Rong1-12/+2
https://gitlab.gnome.org/GNOME/sound-juicer/-/compare/3.38.0...3.40.0
2022-03-24sound-juicer: fix build with meson 0.61Bobby Rong1-0/+10
2021-05-08gnome: rename from gnome3Jan Tojnar1-3/+3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-05sound-juicer: 3.24.0 → 3.38.0Jan Tojnar1-17/+47
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-06-07formatting: fix missing leading whitespace10001011-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-24tree-wide: remove aliases from gnome update scriptsJan Tojnar1-1/+0
2019-04-17gnome3.gsettings-desktop-schemas -> gsettings-desktop-schemasworldofpeace1-2/+2
gnome3.pomodoro is left out because I don't want to create a conflict.
2019-02-14gnome3: stop using aliasesJan Tojnar1-1/+1
2018-12-14sound-juicer: 3.16.1 -> 3.24.0R. 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/sound-juicer/versions
2018-10-05gnome3: remove versionBranch attributeJan Tojnar1-1/+1
Standard library now contains stdenv.lib.versions.majorMinor, which does the same.
2018-09-04sound-juicer: fix build (#46051)symphorien1-0/+2
2018-03-23sound-juicer: clean upJan Tojnar1-29/+21
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-4/+4
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-05gnome: Further fixes for `Using the 'memory' GSettings backend issue`Jan Tojnar1-2/+2
2016-04-13sound-juicer: use gstreamer setup hookNikolay Amiantov1-8/+4
2015-10-01sound-juicer: 3.15.92 → 3.16.1Damien Cassou1-3/+3
2015-03-24add dconf dependencies to sound-juicer and braseroBrandon Dimcheff1-1/+2
If you have services.gnome3.enabled = true, you shouldn't need this, but if you don't, you'll need this dconf env var to be able to save settings in these apps.
2015-03-22wrap long lines in sound-juicerBrandon Dimcheff1-1/+3
2015-03-20add sound juicer, a gnome cd ripperBrandon Dimcheff1-0/+47