summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/qmmp/default.nix
AgeCommit message (Collapse)Author
2021-01-30treewide: update permanent url redirectsSandro Jäckel
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob
2020-11-10qmmp: 1.4.1 -> 1.4.2R. RyanTM
2020-07-27qmmp: 1.4.0 -> 1.4.1R. RyanTM
2020-06-12treewide: use ffmpeg_3 explicitly if not wanted otherwiseDoron Behar
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-05-10qmmp: 1.3.7 -> 1.4.0R. RyanTM
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-04-07qmmp: 1.3.6 -> 1.3.7R. RyanTM
2020-01-23qmmp: 1.3.5 -> 1.3.6R. RyanTM
2019-12-24qmmp: 1.3.4 -> 1.3.5R. RyanTM
2019-09-29qmmp: 1.3.3 -> 1.3.4R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qmmp/versions
2019-09-02qmmp: use qt5's mkDerivationgnidorah
2019-07-03qmmp: 1.3.2 -> 1.3.3R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qmmp/versions
2019-05-13qmmp: 1.3.1 -> 1.3.2 (#61416)R. RyanTM
* qmmp: 1.3.1 -> 1.3.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/qmmp/versions * qmmp: cleanup build inputs cmake and pkgconfig are needed only at build time
2019-03-26qmmp: 1.2.5 -> 1.3.1gnidorah
2018-12-23qmmp: 1.2.4 -> 1.2.5R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qmmp/versions
2018-10-12qmmp: 1.2.3 -> 1.2.4 (#47730)R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qmmp/versions
2018-09-10qmmp: 1.2.2 -> 1.2.3R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from qmmp
2018-06-06qmmp: 1.2.1 -> 1.2.2R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qmmp/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/wmri4qc7h7p1xb90x82fjknxpq8mr50c-qmmp-1.2.2/bin/qmmp had a zero exit code or showed the expected version - 0 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 1.2.2 with grep in /nix/store/wmri4qc7h7p1xb90x82fjknxpq8mr50c-qmmp-1.2.2 - directory tree listing: https://gist.github.com/5df37ecfd2a1e3650a65dec2b57cef84 - du listing: https://gist.github.com/49d55015de390d6d3f1477dad43024ac
2018-04-19qmmp: 1.2.0 -> 1.2.1R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qmmp/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.2.1 with grep in /nix/store/bdsg5rzda3rj5k535f56rkbjwsqy4h07-qmmp-1.2.1 - directory tree listing: https://gist.github.com/fed0e3b824b6157facab85accd329d15
2018-02-03qmmp: 1.1.10 -> 1.2.0Bjørn Forsman
Fixes build failure since recent merge of staging branch: $ nix-build -A qmmp [...] AutoMoc error ------------- Included moc files with the same name will be generated from different sources. Consider to - not include the "moc_<NAME>.cpp" file - add a directory prefix to a "<NAME>.moc" include (e.g "sub/<NAME>.moc") - rename the source file(s) Include conflicts ----------------- "moc_hotkeymanager.cpp" included in - "/tmp/nix-build-qmmp-1.1.10.drv-0/qmmp-1.1.10/src/plugins/General/hotkey/hotkeymanager_win.cpp" - "/tmp/nix-build-qmmp-1.1.10.drv-0/qmmp-1.1.10/src/plugins/General/hotkey/hotkeymanager_x11.cpp" would be generated from - "/tmp/nix-build-qmmp-1.1.10.drv-0/qmmp-1.1.10/src/plugins/General/hotkey/hotkeymanager.h" - "/tmp/nix-build-qmmp-1.1.10.drv-0/qmmp-1.1.10/src/plugins/General/hotkey/hotkeymanager.h" make[2]: *** [src/plugins/General/hotkey/CMakeFiles/hotkey_autogen.dir/build.make:58: src/plugins/General/hotkey/CMakeFiles/hotkey_autogen] Error 1
2017-09-11qmmp: 1.1.9 -> 1.1.10Bjørn Forsman
2017-09-11qmmp: 1.1.5 -> 1.1.9Bjørn Forsman
2016-12-24qmmp: 1.1.2 -> 1.1.5Alex Ivanov
2016-08-25qmmp: set enableParallelBuilding = trueBjørn Forsman
Speed up builds on multi-core machines. (Tested on 12-core machine.)
2016-08-25qmmp: 0.9.9 -> 1.1.2Bjørn Forsman
This update makes the switch from Qt 4 to Qt 5.
2016-05-21qmmp: 0.8.4 -> 0.9.9Bjørn Forsman
The 0.x versions is for Qt 4, whereas the new 1.x is for Qt 5. We'll update to the Qt 5 version later. Upstream currently makes simultaneous releases of both Qt 4 and 5 branches.
2015-09-15x11: replace its usage by xlibsWrapper directlyVladimír Čunát
Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
2015-05-29Use libpulseaudio instead of pulseaudioWilliam A. Kennington III
2015-04-11qmmp: update 0.8.2 -> 0.8.4Bjørn Forsman
2014-12-02qmmp: update 0.7.6 -> 0.8.2Bjørn Forsman
2014-04-13qmmp: update 0.7.5 -> 0.7.6Bjørn Forsman
Changes since 0.7.5: * added libav 10 and ffmpeg 2.2 support; * fixed url parsing; * fixed freezing on playback resume; * fixed random freezing in the mplayer plugin; * fixed reset selection of tracks when calling context menu; * fixed multimedia keys support under win32.
2014-02-13qmmp: update 0.7.3 -> 0.7.5Bjørn Forsman
2014-01-02Whitespace fixes in package expressions I maintainBjørn Forsman
2013-11-18qmmp: update 0.7.0 -> 0.7.3Bjørn Forsman
The included changes seems to be only fixes, see http://qmmp.ylsoftware.com/
2013-11-17qmmp: add meta.respositoriesBjørn Forsman
This metadata is used by the tool @phreedom is writing to automatically find package updates.
2013-05-21Fix maintainers attributeRob Vermaas
2013-05-20Add myself as maintainer for several packagesBjørn Forsman
And set missing meta.platforms for the packages I've added earlier.
2013-05-19qmmp: new packageBjørn Forsman
Qmmp is a Qt-based audio player that look like Winamp.