1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

705 commits

Author SHA1 Message Date
Kurt Dietrich f101f632b7 Add game-music-emu, a decoder plugin for mpd (close #5431)
@vcunat: nitpicks and add meta.license.
2015-01-20 16:08:01 +01:00
Eelco Dolstra 6c4d79191c spotify: Drop more unused dependencies 2015-01-20 15:47:34 +01:00
Eelco Dolstra 836cc2f64d spotify: Drop unused qt4webkit dependency 2015-01-20 15:47:33 +01:00
Eelco Dolstra 3ea88fec96 spotify: Install in $out/lib/spotify instead of $out/lib
This prevents nix-env collisions with other packages like Hipchat due
to private copies of libQtWebKit.so.4 and other libraries.
2015-01-20 15:47:33 +01:00
Bjørn Forsman 0e3007ec88 ardour: report correct version number
Even though we build from git tag 3.5.403, `ardour --version` reports
3.5-380-g2f6065b. Fix it.

(Another way to fix this is to clone the whole git repo, preserve the
.git/ directory and add git as buildInput so that Ardour can figure out
all this version info stuff by itself.)
2015-01-18 15:24:30 +01:00
Ludovic Courtès 41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
Domen Kožar 1361b75ef8 Merge pull request #5700 from eduarrrd/pianobar
pianobar: update to pianobar-2014.09.28
2015-01-11 07:43:29 +01:00
Domen Kožar 385315620b Merge pull request #5705 from nckx/fmit
Add fmit: Free Musical Instrument Tuner
2015-01-11 07:41:03 +01:00
Tobias Geerinckx-Rice 9fc1a35784 Add fmit: Free Musical Instrument Tuner 2015-01-11 03:19:40 +01:00
Eduard Bachmakov 0d7c055c54 pianobar: update to pianobar-2014.09.28
- libmad and faad have been dropped for libav
- CC is exported since pianobar forces CC=c99 else
- add myself to maintainers
2015-01-10 16:44:50 -05:00
Robert Helgesson 37e2338042 Update mpg321 from 0.2.13-2 to 0.3.2.
Also
  - ensure that the man pages are installed,
  - add myself as maintainer, and
  - enable ALSA support on Linux.
2015-01-10 14:10:25 +01:00
Bart Brouns b4f88bf62a fully functional faust2jack.
had to upgrade to faust git version, because of bug in 0.9.67
2015-01-08 13:53:16 +01:00
Cillian de Róiste 2caa039b95 lmms: update from 1.0.3 to 1.1.0 2015-01-02 23:51:03 +01:00
Cillian de Róiste f5e874903e yoshimi: update from 1.3.0 to 1.3.1 2015-01-02 23:47:59 +01:00
aszlig 880c985f27
Merge branch 'better-beets'.
Makes beets actually usable (and configurable) on Nix(OS), if you want
to use more plugins rather than just plain lookup of tracks based on
(fuzzy) string matching.

This also changes the derivation name from "python2.7-beets" to just
"beets".

* Commit summary:
  beets: Check dependencies on activated plugins.
  beets: Check plugin definitions against package.
  beets: Use audiotools backend for replaygain.
  beets: Allow to configure plugin dependencies.
  beets: Switch to using fetchFromGitHub.
  python: Add new package audiotools.
  python: Add new package discogs_client.
  python: Add pyacoustid and dependencies.
  python/mutagen: Update to upstream version 1.27.
  mp3gain: Fix output path bin directory.
  beets: Add myself to maintainers.
  beets: Update to new upstream version 1.3.9.
  beets: Move into its own package directory.
2014-12-30 23:21:57 +01:00
aszlig 9634b52039
mp3gain: Fix output path bin directory.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-30 22:30:05 +01:00
Tobias Geerinckx-Rice c64257b8e5 Fix user-facing typos (mainly in descriptions) 2014-12-30 03:31:03 +01:00
John Wiegley 28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Siarhei Zirukin e852139579 fldigi 3.21.83 -> 3.22.02 2014-12-25 09:13:20 +01:00
koral 98c2b16c8f ncmpcpp: 0.6.1 -> 0.6.2 2014-12-23 22:44:33 +01:00
Robert Helgesson 9715af37b0 Cleanup of the 'morituri' expression.
- Replaces brittle path substitutions by patch.

 - Adds `namePrefix = ""` to avoid python prefix.
2014-12-23 14:07:53 +01:00
lethalman 74fbd2f676 Merge pull request #5436 from mcmtroffaes/feature/easytag-fix-gsettings
easytag: Fix "Using the 'memory' GSettings backend" (see issue  #4415).
2014-12-22 16:14:01 +01:00
Matthias C. M. Troffaes 6c9eb020ab easytag: Fix "Using the 'memory' GSettings backend" (see issue #4415). 2014-12-22 11:17:38 +00:00
Matthias C. M. Troffaes d1a2586077 pavucontrol: use gnome icons (fixes issue #5330). 2014-12-22 10:50:37 +00:00
devhell 1b4094cf5a mp3gain: Add package
This adds mp3gain which is a normalizer for mp3 audio files.
2014-12-20 15:29:53 +00:00
lethalman 0cd639ebf8 Merge pull request #5304 from puffnfresh/package/mimms
Add mimms, an mms (e.g. mms://) stream downloader
2014-12-19 10:50:28 +01:00
aszlig 718666204a
picard: Fix derivation name.
Name has been changed in c9282c65f4.

Users would probably expect "nix-env -i picard" to work, and as picard
isn't a library it doesn't make sense to set a prefix.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 23:20:44 +01:00
Eelco Dolstra e86d9a3c2e audacious: Update to 3.5.2 2014-12-18 14:11:11 +01:00
Brian McKenna 8d7f4ae2e8 Remove mimms name from description 2014-12-12 09:52:53 -07:00
Brian McKenna a20ffe7f0f Add mimms, an mms (e.g. mms://) stream downloader 2014-12-11 19:27:36 -07:00
Jaka Hudoklin 8b512261be Add cava, console-based Audio Visualizer for Alsa 2014-12-12 00:09:32 +01:00
Peter Simons 57c5b8f5e1 vimus: disable Linux 32 bit builds
https://ghc.haskell.org/trac/ghc/ticket/9825
2014-12-10 18:01:20 +01:00
aszlig d9ba0ed9af
tomahawk: Fix resolver signature verification.
Requires the OpenSSL QCA plugin, otherwise QCA is unable to load the
Tomahawk public key.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-10 10:28:43 +01:00
Domen Kožar 7080a9cae8 gmpc: fix build 2014-12-10 09:55:49 +01:00
Mateusz Kowalczyk 606a02579c cantata: use Qt5 by default
It's time.
2014-12-10 08:36:04 +00:00
Mateusz Kowalczyk 8a9292b357 cantata: update to 1.5.1 2014-12-10 08:19:52 +00:00
aszlig d229f0050c
tomahawk: Fix finding Phonon VLC backend.
Using propagatedBuildInputs only works for environment.systemPackages
but not for using nix-env, because on NixOS we already have a default
QT_PLUGIN_PATH set there.

The main reason why I'm using the VLC backend and not providing options
for other Phonon backends is because it's recommended upstream and also
will be directly used (via libvlc) in the upcoming 0.9 release.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-09 10:05:19 +01:00
aszlig a1e906f0d6
tomahawk: Update to bugfix release 0.8.2.
Fixes a few annoying bugs (in my case it's the painting issue that's
most annoying):

 * Show error message if saving tags failed.
 * Fixed painting issue on search page.
 * (OS X & Windows) Fixed crash during collection scan.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-09 10:05:19 +01:00
Domen Kožar de99c9c955 Merge branch 'staging' 2014-12-08 16:28:45 +01:00
Cillian de Róiste 0d4843a388 ingen: update from 5464 to 5490, use default boost, wrap python scripts 2014-12-07 15:39:45 +01:00
Domen Kožar 4aa3eec330 Merge branch 'master' into staging
Conflicts:
	pkgs/development/libraries/fontconfig/default.nix
2014-12-07 14:02:48 +01:00
Emery Hemingway 541ac07607 meters.lv2: initial package at 0.8.1 2014-12-06 14:20:58 -05:00
cillianderoiste aeea41f5c8 Merge pull request #5244 from ftrvxmtrx/schismtracker
schismtracker: new package
2014-12-06 14:40:08 +00:00
Cillian de Róiste 52ce239786 guitarix: update from 0.32.0 to 0.32.1 2014-12-05 09:08:09 +00:00
Max Gonzih a9d276c539 Add mopidy-mopify package 2014-12-04 18:20:28 +01:00
Mateusz Kowalczyk fb53ebbcce easytag: update from 2.3.1 to 2.3.2 2014-12-03 16:52:57 +00:00
Cillian de Róiste 46cd3237af yoshimi: update from 1.2.5 to 1.3.0
Fix build by adding LV2 support
2014-12-02 23:12:21 +01:00
Bjørn Forsman d42cd0600b qmmp: update 0.7.6 -> 0.8.2 2014-12-02 22:56:43 +01:00
Siarhei Zirukin 1518d65866 schismtracker: new package 2014-12-01 19:58:25 +01:00
Cillian de Róiste e0f0e2c731 Update sonic-visualiser 2.3 -> 2.4.1 and fix attribute name 2014-11-30 10:57:40 +01:00