summary refs log tree commit diff
path: root/pkgs/applications/audio
Commit message (Collapse)AuthorAge
* milkytracker: fix evaluationPeter Simons2013-11-07
|
* Merge pull request #1181 from Zoomulator/mastercillianderoiste2013-11-07
|\ | | | | New application: Milkytracker v0.90.85
| * Added milkytracker: Compiles and runs.Kim Simmons2013-11-07
| |
| * MilkyTracker: Tidy up, sort buildInputs and use the attrPath for the licenseCillian de Róiste2013-10-30
| |
| * MilkyTracker: fix build, use system zlib and decompressor patchCillian de Róiste2013-10-30
| | | | | | | | Also add JACK support
| * Attempt at compiling MilkyTracker, but recent zlib version may have broken it.Kim Simmons2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | There's a zlib version included with milkytracker, but there's no makefiles for it. I've only included the header here, but it fails at link-time with several 'undefined reference' errors, which simply means it can't find the definitions, e.g. compiled zlib. There's bug reports on other package systems although unfortunately still unresolved. https://bugs.archlinux.org/task/31324 http://lists.freebsd.org/pipermail/freebsd-ports/2013-March/082180.html
* | Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra2013-11-05
| |
* | quodlibet: update to version 2.6.3Jonas Hoersch2013-11-03
| | | | | | | | | | also provides two distinctive flavours, which either wrap the program to pull in the gstreamer plugins or not.
* | googleMusicmanager: add expressionJason "Don" O'Conal2013-10-30
| | | | | | | | close #1056
* | mixxx: New package in version 1.11.0.aszlig2013-10-28
|/ | | | | | | | Compiles fine on linux i686 and amd64. Adding myself as maintainer, even though I'm not using the package by myself, but a friend is using it for DJing from a NixOS live system I'm maintaining. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* audacious: small update, fix crashes due to gsettings schemasVladimír Čunát2013-10-22
| | | | Close #1037.
* spotify: install .desktop fileBjørn Forsman2013-10-22
|
* spotify: update meta.homepageBjørn Forsman2013-10-22
|
* spotify: remove outdated infoBjørn Forsman2013-10-22
| | | | | | | Spotify for Linux works with free accounts since the end of 2011. I verified this myself today. Ref: http://www.omgubuntu.co.uk/2011/12/spotify-on-linux-works-for-free-accounts-offers-15-million-tracks
* spotify: unbreak itBjørn Forsman2013-10-22
| | | | | | | | | | | | | | Spotify doesn't start: $ ./result/bin/spotify /nix/store/yx05s6irqil8a24ilyvjvhnjljmm8f15-spotify-0.9.4.183/bin/.spotify-wrapped: error while loading shared libraries: libcef.so: cannot open shared object file: No such file or directory That is fixed with adding $out/spotify-client/Data to RPATH. Then Spotify errors out trying to open libudev.so.0. We don't have that in nixpkgs, so I'm making a symlink to libudev.so.1 instead. Tested on NixOS x86_64-linux.
* spotify: update to latest versionJason "Don" O'Conal2013-10-22
|
* Fix some more Hydra evaluation errorsEelco Dolstra2013-10-08
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | 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.
* Merge pull request #1002 from DriesVanDaele/masterDomen Kožar2013-09-29
|\ | | | | add the mpc (mpd cli client) package
| * added maintainer and enabled dynamic loading of libDries Van Daele2013-09-23
| |
| * add the mpc (mpd cli client) packageDries Van Daele2013-09-23
| |
* | rubyripper: New expressionOliver Charles2013-09-25
| | | | | | | | Adds minimal support for being able to run rrip_cli
* | mopidy: Update to 0.15.0Rickard Nilsson2013-09-23
|/
* audacity: upgrade to 2.0.4Mathijs Kwik2013-09-22
|
* id3v2 now also requires zlib (presumably because id3lib no longer ships it)Aristid Breitkreuz2013-08-27
|
* Amarok: Fix build against KDE 4.8Evgeny Egorochkin2013-08-22
|
* Amarok: update to 2.8.0Evgeny Egorochkin2013-08-21
|
* unmaintain several packagesLudovic Courtès2013-08-16
|
* picard: Patch in path of AcoustED fingerprinter.aszlig2013-08-14
| | | | | | | | That way we have the fingerprinter preselected in the configuration file and the user doesn't need to search with an "open file" dialog inside the Nix store. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* picard: Update to new upstream version 1.2.aszlig2013-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | Changes since 1.1: - Picard now requires at least Python 2.6 - Removed support for AmpliFIND/PUIDs - Add support for the Ogg Opus file format - It's now possible to download cover images without any plugin. Cover Art Archive images can be downloaded by image type - Improved directory scanning performance - Prefer already-loaded releases of the same RG when matching files - Allow dropping new files onto specific targets - Add basic collections management support (PICARD-84) - Allow adding custom tags in the tag editing dialog (PICARD-349) - Fix replacing of Windows-incompatible characters (PICARD-393) - Save both primary and secondary release types (PICARD-240) - Handle errors from the AcoustID service better (PICARD-391) - Accept HTTPS URLs on drag-and-drop (PICARD-378) Full release announcement can be found here: http://blog.musicbrainz.org/2013/03/31/picard-1-2-released/ Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Amarok: update to 2.7.1Evgeny Egorochkin2013-08-06
|
* pavucontrol 2.0Aristid Breitkreuz2013-07-27
|
* Add quodlibet-2.5: GTK+Python based music player (close #481)Jonas Hoersch2013-07-23
|
* Add mi2ly MIDI to lilypond converterMichael Raskin2013-07-21
|
* mopidy: fix broken fetchgit -> fetchurlEvgeny Egorochkin2013-07-19
|
* Merge pull request #745 from lovek323/fluidsynthcillianderoiste2013-07-14
|\ | | | | fluidsynth: fix build on darwin
| * fluidsynth: fix build on darwinJason "Don" O'Conal2013-07-14
| | | | | | | | * remove unnecessary include
* | make package use mirror:// for gnu, savannah and gnome repositories where ↵Evgeny Egorochkin2013-07-14
| | | | | | | | possible
* | Even more mirror:// fixesEvgeny Egorochkin2013-07-14
| |
* | Change more packages from direct downloads to mirror://sourceforgeEvgeny Egorochkin2013-07-14
|/
* mpg123: fix darwin build (and upgrade to latest)Jason \"Don\" O'Conal2013-07-12
| | | | | * disable alsaLib * upgrade to 1.15.4
* fluidsynth: fix build on darwinJason \"Don\" O'Conal2013-07-12
| | | | | | | | * disable pulseaudio * disable alaLib * disable jackaudio * add CoreAudio headers * link to CoreAudio framework
* easytag: Update to version 2.1.8.aszlig2013-07-10
| | | | | | | | | | | | | | | | | | | | Easytag has moved to gnome.org and thus this commit also updates and cleans up a few meta attributes. More information about the move can be found in the announcement: https://mail.gnome.org/archives/easytag-list/2012-November/msg00006.html In order to get it to compile, we need to do a bit of patching, for example the configure script tries to find libid3tag through pkg-config, but unfortunately libid3tag doesn't have a *.pc script, so we're patching it out of the configure script and use NIX_LDFLAGS to inject the library during linking (note the "-lz" - it's a propagated dependency of libid3tag). Also added for MP4 support: taglib. Thanks to @devhell for the notification of the new upstream release. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* fix bad "licence" namesVladimír Čunát2013-07-04
| | | | | | Mostly what I merged from @lovek323. Such errors can be easily checked by nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
* mopidy: update to latest version (0.14.2)Jason \"Don\" O'Conal2013-07-04
|
* ncmpcpp: fix build on darwinJason "Don" O'Conal2013-07-04
| | | | * add libiconvOrEmpty to build inputs
* libpng: keep versioning in all-packages.nix, not in individual expressionsMathijs Kwik2013-06-27
|
* spotify: Update to 0.9.1.55Rickard Nilsson2013-06-25
|
* audacious: update 3.2.2 -> 3.3.4, now needs gtk3Vladimír Čunát2013-06-20
| | | | | Also build on Linux platforms. Seems to work fine for me.