about summary refs log tree commit diff
path: root/pkgs/applications/audio/moc
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2023-03-13treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4Atemu1-2/+2
These packages were identified as broken when ffmpeg = ffmpeg_5. Tested _only_ by building them. If you are a maintainer of one of these packages, please test whether your package still works.
2022-07-09moc: replace mkFlag with lib.withFeaturePavol Rusnak1-41/+37
2022-04-11moc: build on darwinmisuzu1-3/+5
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-05-22moc: always use newest ffmpegRobert Schütz1-5/+3
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-2/+2
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-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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: fix types for mkDerivation paramsRobin Gloster1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-03moc: refactor options, add patchesEugene3-9/+917
Add support for conditional compile options, add pulseaudio and ffmpeg4 support patches.
2016-12-11moc: 2.5.1 -> 2.5.2Pascal Wittmann1-2/+2
2016-11-17moc: 2.5.0 -> 2.5.1Pascal Wittmann1-4/+6
2015-06-27Convert all jack references to libjack2William A. Kennington III1-2/+2
2015-01-17mpc: also rename the attribute to libmpcVladimír Čunát1-2/+2
Attrnames and package names should be as close as possible to avoid confusion. I took care not to confuse the two mpc things during the mass-replace, so hopefully I suceeded (tarball still builds).
2014-10-12apulse: add pkgArseniy Seroka1-1/+1
Closes #4488
2014-09-04moc: update from 2.5.0-beta2 to 2.5.0Pascal Wittmann1-7/+7
also set platforms to linux, use default configurePhase and adopt it
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-31Revert "Remove obsolete jackaudio version 1."Bjørn Forsman1-2/+2
This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-28Remove obsolete jackaudio version 1.Peter Simons1-2/+2
2014-07-23jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman1-2/+8
Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-05-24update mocArseniy Seroka1-4/+4
2014-02-15Move all db4 packages to the default db5William A. Kennington III1-2/+2
2014-01-11moc: fix mp3 playback and remove useless libArseniy Seroka1-2/+2
2013-12-15Add moc music playerArseniy Seroka1-0/+21