about summary refs log tree commit diff
path: root/pkgs/applications/audio/cantata
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-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.
2022-03-03cantata: 2.4.2 -> 2.5.0R. Ryantm1-2/+2
2021-05-18cantata: clean up options handlingPeter Hoeg1-33/+25
2021-04-30cantata: ffmpeg_3 -> ffmpegPeter Hoeg1-51/+74
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-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-10-22cantata: 2.4.1 -> 2.4.2R. RyanTM1-2/+2
2020-09-26cantata: use libvlcThomas Tuegel1-2/+2
2020-09-08cantata: add perl for dynamic playlistsCole Helbling2-2/+32
Cantata wants to check if perl is available at runtime, but we already patch the script shebangs, making it unnecessary to be available at runtime -- thus, patch out this check.
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar1-2/+2
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-03-30cantata: make qtmultimedia and vlc optionalCole Helbling1-4/+11
Upstream defaults vlc to off. Its only purpose is as an alternative to QtMultimedia for "MPD HTTP stream playback" [1]. Similarly, provide a toggle for qtmultimedia, in case somebody wants to disable HTTP stream playback. [1] https://github.com/CDrummond/cantata/blob/efa907c8e03d052718f14834eb968da86d1c34d8/CMakeLists.txt#L51
2020-02-23cantata: 2.3.3 -> 2.4.1R. RyanTM1-3/+3
2019-12-05Remove myself (fuuzetsu) from maintainer listsMateusz Kowalczyk1-1/+1
I haven't been doing any maintenance for a long time now and not only do I get notified, it also creates a fake impression that all these packages had at least one maintainer when in practice they had none.
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-05cantata: use qt5's mkDerivationNikolay Korotkiy1-12/+12
see #65399
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-01-03cantata: 2.3.2 -> 2.3.3R. 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/cantata/versions
2018-08-08cantata: 2.2.0 -> 2.3.2 (#44514)jpathy1-11/+2
Removed merged patch.
2018-01-22cantata: fix segfault on qt 5.10Peter Hoeg1-1/+10
2018-01-01cantata: drop qt4 optionPeter Hoeg1-12/+3
2017-10-05cantata clean upPeter Hoeg1-21/+17
2017-10-05cantata: 2.1.0 -> 2.2.0Peter Hoeg1-8/+7
2017-08-02cantata: 2.0.1 -> 2.1.0Peter Hoeg1-18/+21
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-7/+1
2017-02-28cantata: 1.5.1 -> 2.0.1Jörg Thalheim1-10/+8
2017-02-24cantata: Remove KDE 4 supportThomas Tuegel1-12/+4
It was permanently disabled anyway.
2016-06-17Cantata: update homepage (#16296)emosenkis1-1/+1
2015-12-26Add comments identifying workaroundsReno Reckling1-0/+1
2015-12-26cantata: fix taglib searchReno Reckling1-0/+4
2015-10-30separate makeQtWrapper from qtbase setup-hookThomas Tuegel1-2/+4
2015-09-27cantata: build with Qt 5.5Thomas Tuegel1-2/+6
2015-03-24qt5: make qt-5.4.1 defaultThomas Tuegel1-1/+1
2014-12-10cantata: use Qt5 by defaultMateusz Kowalczyk1-2/+2
It's time.
2014-12-10cantata: update to 1.5.1Mateusz Kowalczyk1-3/+3
2014-11-11Fixed many descriptionsPascal Wittmann1-2/+2
2014-10-29cantata: update to 1.5.0Mateusz Kowalczyk1-3/+3
2014-10-06cantata: update from 1.4.1 to 1.4.2Mateusz Kowalczyk1-3/+3
2014-08-28cantata: update to 1.4.1Mateusz Kowalczyk1-4/+4
2014-08-24cantata: update to 1.4.0Mateusz Kowalczyk1-4/+4
2014-05-26cantata: fix build failure (close #2723)Mateusz Kowalczyk1-0/+1
We were one directory too high for configure.
2014-05-09cantata: create version 1.3.4Mateusz Kowalczyk1-0/+103