about summary refs log tree commit diff
path: root/pkgs/applications/audio/audacious
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-17audacious: link in Skins from audacious-pluginsAaron Bieber1-0/+1
2024-04-22audacious: add vgmstream pluginWalter Huf1-0/+5
2023-05-11audacious-plugins: 4.3 -> 4.3.1R. Ryantm1-2/+2
2023-05-03audacious: 4.3 -> 4.3.1R. Ryantm1-2/+2
2023-03-08audacious: 4.2 -> 4.3zendo2-4/+8
2022-08-08audacious-plugins: add qtx11extrasThiago Kenji Okada1-0/+2
2022-08-08audacious: migrate to meson build system, refactorThiago Kenji Okada3-45/+165
Separate the derivation in `audacious` and `audacious-plugins`. Since one derivation depends on the other, we first build `audacious` without the `audacious-plugins`, them we build `audacious-plugins` and finally we build the final version of `audacious`. Also, add myself as maintainer.
2022-07-11audacious: 4.1 -> 4.2zendo1-3/+3
2021-11-25audacious: 4.0.5 -> 4.1Zane van Iperen1-4/+6
2021-09-05treewide: rename openmpt123 to libopenmpt to match the name in other distrosSandro Jäckel1-2/+2
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
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.
2020-07-16audacious: 3.9 -> 4.0.5Gabriel Ebner2-122/+27
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar2-4/+4
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that used `ffmpeg` without requiring a specific version now use ffmpeg_3 explicitly so they shouldn't change.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-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-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-02-14gnome3: stop using aliasesJan Tojnar1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-03-24treewide: use more HTTPS URLsRyan Mulligan2-2/+2
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2018-02-24audacious: build with latest libcdioThomas Tuegel1-2/+2
2018-02-24audaciousQt5: build with latest libcdioThomas Tuegel1-2/+2
2017-12-31audacious: 3.8.2 -> 3.9Bastian Köcher2-7/+18
Also fixes compilation with qt 5.10.
2017-11-01audacious: drop unneeded libmcs inputc0bw3b2-4/+4
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-13/+5
2017-02-11audaciousQt5: 3.8.1 -> 3.8.2, rename to audacious-qt5Frederik Rietdijk1-4/+4
The name is changed as well so it won't upgrade from the gtk3 version.
2017-02-11audacious: 3.8 -> 3.8.2Frederik Rietdijk1-3/+3
2016-12-18audaciousQt5: init at 3.8.1Thomas Tuegel1-0/+89
2016-10-13audacious: 3.7.2 -> 3.8Franz Pletz1-3/+3
2016-08-12audacious: 3.5.2 -> 3.7.2Ram Kromberg1-48/+50
Fixes #17543. @fpletz: Removed unnecessary autotools dependencies & use wrapGAppsHook instead of makeWrapper.
2016-05-20Merge pull request #15257 from binarin/fix-audacious-iconsJoachim Fasting1-3/+6
audacious: Add default icon theme
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons1-1/+1
2016-05-06audacious: Add default icon themeAlexey Lebedeff1-3/+6
Without this audacious shows the same empty icon for every toolbar button. Installing icon theme to a user profile helps, but this patch provides the default value. '--suffix' for makeWrapper is use intentionally - just to be sure that this is only default value, and anything else can override it.
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-2/+2
This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
2014-12-18audacious: Update to 3.5.2Eelco Dolstra1-5/+4
2014-08-31audacious: update to version 3.5.1Longrin Wischnewski1-4/+5
2014-04-13audacious: find gsettings schemasLuca Bruno1-1/+1
2014-01-13audacious: update from 3.4.1 to 3.4.3Nixpkgs Monitor1-4/+4
2013-10-22audacious: small update, fix crashes due to gsettings schemasVladimír Čunát1-5/+14
Close #1037.
2013-10-05Some description fixesBjørn Forsman1-1/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2013-06-20audacious: update 3.2.2 -> 3.3.4, now needs gtk3Vladimír Čunát1-9/+7
Also build on Linux platforms. Seems to work fine for me.
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-05-20* Audacious updated to 3.2.2.Eelco Dolstra1-3/+3
svn path=/nixpkgs/trunk/; revision=34185
2012-02-26audacious: updated to version 3.2.1Peter Simons1-10/+13
svn path=/nixpkgs/trunk/; revision=32609
2011-07-26* Audacious updated to 3.0.Eelco Dolstra1-6/+8
svn path=/nixpkgs/branches/kde-4.7/; revision=27959
2010-12-29* Audacious updated to 2.4.2.Eelco Dolstra1-4/+4
svn path=/nixpkgs/trunk/; revision=25319
2010-09-06* Audacious 2.4.0.Eelco Dolstra1-4/+4
svn path=/nixpkgs/trunk/; revision=23656
2010-04-16* Build audacious with ffmpeg to get support for WMA and MPC.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=21138