aszlig
45e740b119
mixxx: New package in version 1.11.0.
...
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>
2013-10-28 20:48:49 +01:00
Peter Simons
91f2c362de
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/top-level/all-packages.nix
2013-10-26 18:28:05 +02:00
Vladimír Čunát
da55e2c186
audacious: small update, fix crashes due to gsettings schemas
...
Close #1037 .
2013-10-22 22:10:50 +02:00
Bjørn Forsman
4acb16af4e
spotify: install .desktop file
2013-10-22 20:45:10 +02:00
Bjørn Forsman
82fdd91543
spotify: update meta.homepage
2013-10-22 20:43:54 +02:00
Bjørn Forsman
fc8f8932e1
spotify: remove outdated info
...
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
2013-10-22 20:43:54 +02:00
Bjørn Forsman
d4e469d307
spotify: unbreak it
...
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.
2013-10-22 20:43:54 +02:00
Jason "Don" O'Conal
6eba129774
spotify: update to latest version
2013-10-22 20:43:54 +02:00
Peter Simons
6be8ad3392
Merge branch 'origin/master' into stdenv-updates.
...
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
2013-10-18 18:57:24 +02:00
Eelco Dolstra
df0d362f31
Fix some more Hydra evaluation errors
2013-10-08 11:07:14 +02:00
Bjørn Forsman
083d0890f5
More description fixes
...
* 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.
2013-10-06 12:01:38 +02:00
Bjørn Forsman
28ac782583
Some description fixes
...
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.
2013-10-05 19:36:23 +02:00
Peter Simons
ac5d5297dd
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-10-02 22:44:12 +02:00
Domen Kožar
d1ab7ca2ec
Merge pull request #1002 from DriesVanDaele/master
...
add the mpc (mpd cli client) package
2013-09-29 04:05:16 -07:00
Oliver Charles
ab65932cea
rubyripper: New expression
...
Adds minimal support for being able to run rrip_cli
2013-09-25 13:06:08 +01:00
Dries Van Daele
7b60802599
added maintainer and enabled dynamic loading of lib
2013-09-23 21:20:51 +02:00
Dries Van Daele
6b5cbfb310
add the mpc (mpd cli client) package
2013-09-23 20:54:20 +02:00
Rickard Nilsson
b5f60dbf6f
mopidy: Update to 0.15.0
2013-09-23 17:07:50 +02:00
Peter Simons
9407832de4
Merge remote-tracking branch 'origin/master' into stdenv-updates.
...
Conflicts:
pkgs/development/libraries/gettext/default.nix
2013-09-23 10:59:44 +02:00
Mathijs Kwik
556e69e98f
audacity: upgrade to 2.0.4
2013-09-22 20:03:27 +02:00
Peter Simons
98fcc2f746
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-08-30 10:45:11 +02:00
Vladimír Čunát
fca031e04b
sonic_visualizer: fix build on newer gcc via a Gentoo patch
2013-08-29 14:42:14 +02:00
Aristid Breitkreuz
4233d98925
id3v2 now also requires zlib (presumably because id3lib no longer ships it)
2013-08-27 18:23:24 +02:00
Evgeny Egorochkin
983bd2d059
Amarok: Fix build against KDE 4.8
2013-08-22 07:09:12 +03:00
Evgeny Egorochkin
b2c4b68a38
Amarok: update to 2.8.0
2013-08-21 20:41:07 +03:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
aszlig
edc4e80862
picard: Patch in path of AcoustED fingerprinter.
...
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>
2013-08-14 20:50:58 +02:00
aszlig
f84d1fe3f5
picard: Update to new upstream version 1.2.
...
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>
2013-08-14 20:50:56 +02:00
Evgeny Egorochkin
02c67c3b01
Amarok: update to 2.7.1
2013-08-06 04:13:33 +03:00
Aristid Breitkreuz
5a0710b36b
pavucontrol 2.0
2013-07-27 17:43:17 +02:00
Jonas Hoersch
aa88e7269d
Add quodlibet-2.5: GTK+Python based music player ( close #481 )
2013-07-23 16:02:02 +02:00
Michael Raskin
9ff7e1380d
Add mi2ly MIDI to lilypond converter
2013-07-21 10:46:48 +04:00
Evgeny Egorochkin
c22eff7505
mopidy: fix broken fetchgit -> fetchurl
2013-07-19 09:30:04 +03:00
cillianderoiste
6eecf5bf67
Merge pull request #745 from lovek323/fluidsynth
...
fluidsynth: fix build on darwin
2013-07-14 03:34:18 -07:00
Evgeny Egorochkin
da4be371e9
make package use mirror:// for gnu, savannah and gnome repositories where possible
2013-07-14 05:23:06 +03:00
Evgeny Egorochkin
b084b29d26
Even more mirror:// fixes
2013-07-14 04:17:07 +03:00
Evgeny Egorochkin
5ae43d2494
Change more packages from direct downloads to mirror://sourceforge
2013-07-14 02:48:32 +03:00
Jason "Don" O'Conal
b4dbb8e498
fluidsynth: fix build on darwin
...
* remove unnecessary include
2013-07-14 07:35:03 +10:00
Jason \"Don\" O'Conal
8df4be3ee3
mpg123: fix darwin build (and upgrade to latest)
...
* disable alsaLib
* upgrade to 1.15.4
2013-07-12 16:26:46 +02:00
Jason \"Don\" O'Conal
8ac7701c4c
fluidsynth: fix build on darwin
...
* disable pulseaudio
* disable alaLib
* disable jackaudio
* add CoreAudio headers
* link to CoreAudio framework
2013-07-12 16:26:44 +02:00
aszlig
42c5584cb1
easytag: Update to version 2.1.8.
...
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>
2013-07-10 01:33:33 +02:00
Vladimír Čunát
4a0952d2fa
fix bad "licence" names
...
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
2013-07-04 18:16:34 +02:00
Jason \"Don\" O'Conal
16bc5e12aa
mopidy: update to latest version (0.14.2)
2013-07-04 13:02:51 +02:00
Jason "Don" O'Conal
7ccf7c1529
ncmpcpp: fix build on darwin
...
* add libiconvOrEmpty to build inputs
2013-07-04 09:12:39 +10:00
Mathijs Kwik
0b17251c06
libpng: keep versioning in all-packages.nix, not in individual expressions
2013-06-27 21:35:21 +02:00
Rickard Nilsson
266da813a3
spotify: Update to 0.9.1.55
2013-06-25 12:20:11 +02:00
Vladimír Čunát
87fca9cf72
audacious: update 3.2.2 -> 3.3.4, now needs gtk3
...
Also build on Linux platforms.
Seems to work fine for me.
2013-06-20 14:24:19 +02:00
Vladimír Čunát
2058d95eb4
non-Linux platforms: extend to some important pkgs
2013-06-18 22:03:35 +02:00
Vladimír Čunát
f724a5314b
flac: update, enable tests
...
Fix includes in VLC.
Tried a few other programs using it, seems fine.
2013-06-11 15:48:42 +02:00
Benjamin Cahill
9350c1d5ce
pianobar: Change license and clean up code
...
The license was set to unfree so that Hydra doesn't build it; this is
for potential problems arising from the Pandora TOS.
2013-06-08 14:13:36 -05:00
Benjamin Cahill
00e720471b
Add pianobar, a command-line Pandora client
2013-06-07 20:52:34 -05:00
Evgeny Egorochkin
9c6f7cc9c1
Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions.
2013-06-07 03:15:45 +03:00
Vladimír Čunát
7cfdfda910
audacity: minor update, prefer system-wide libs
...
- Using system-wide libs where we have them (except for portaudio, which
I couldn't make work).
- Add the soxr library (now the preferred way of audio resampling).
2013-06-04 11:37:43 +02:00
Rob Vermaas
d5f7976aef
Fix maintainers attribute
2013-05-21 09:20:00 +02:00
Bjørn Forsman
05bb66ce20
Add myself as maintainer for several packages
...
And set missing meta.platforms for the packages I've added earlier.
2013-05-20 20:28:15 +02:00
Bjørn Forsman
b274308c0c
qmmp: new package
...
Qmmp is a Qt-based audio player that look like Winamp.
2013-05-19 14:36:19 +02:00
Petr Rockai
a7123fc280
Add monkey's audio (.ape) lossless encoder/decoder.
...
@vcunat: include version in the name, as is our custom
2013-05-18 13:24:30 +02:00
Evgeny Egorochkin
1e2b208314
Amarok: fix build against KDE 4.10
2013-05-10 04:13:31 +03:00
Rickard Nilsson
34347052a6
mopidy: Update to 0.14.1
2013-05-06 11:27:52 +02:00
Moritz Ulrich
6d406bd945
Update spotify to 0.9.0.133.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-05-05 12:25:21 +02:00
Cillian de Róiste
43dfc290ea
Distrho: fix build: pin premake to version 3
2013-04-22 23:40:06 +02:00
Eelco Dolstra
4adad458e7
Remove the "proprietary" license
...
We already had "unfree".
2013-04-12 14:37:50 +02:00
Peter Simons
bd8ccc7c2d
flac: update download URL for build fix patch
2013-04-07 23:33:19 +02:00
Cillian de Róiste
a3a3c9c502
Update DISTRHO: audio effects and plugins
2013-04-07 16:24:01 +02:00
Cillian de Róiste
509ea2888a
PureData: Update to 0.44, add support for JACK and fix wrapper
2013-04-06 01:42:10 +02:00
Rickard Nilsson
0013355b19
gmpc: Add meta.platforms
2013-04-05 09:37:02 +02:00
Cillian de Róiste
742d198def
Add mid2key: a tool which maps midi notes to keystrokes
2013-04-05 01:25:34 +02:00
Rickard Nilsson
e31ffe6fb0
gmpc 11.8.16: New package, a GTK MPD (Music Player Daemon) client
2013-04-04 17:42:17 +02:00
Rickard Nilsson
7dbec8267c
normalize 0.7.7: New package, an audio file normalizer
2013-04-04 17:07:09 +02:00
Rickard Nilsson
19deeadae0
mopidy: Update to 0.12.0
2013-04-02 15:53:57 +02:00
Peter Simons
f7b0e161b0
Merge pull request #432 from jcumming/shntool.130322
...
shntool-3.0.10
2013-04-01 02:39:46 -07:00
Jack Cummings
1993c18546
missing semicolon.
2013-03-31 22:09:17 -07:00
Jack Cummings
4a9c724377
shntool metadata: license, maintainer, platform
2013-03-31 21:45:40 -07:00
Lluís Batlle i Rossell
55f14cc7f3
lame: update from 3.98.4 to 3.99.5
2013-03-30 18:10:38 +01:00
Domen Kozar
eff57f3b9e
ncmpcpp: set platforms
2013-03-29 18:38:12 +01:00
Cillian de Róiste
67a1c3df94
LinuxSampler: fix the build by disabling a check for a bug
...
Without the --disable-nptl-bug-check configure option LinuxSampler
refuses to build. It seems to be a long standing bug. Despite this, I
have used LinuxSampler for over a week now and it seems OK.
2013-03-25 21:52:38 +01:00
Jack Cummings
94a3a5e00a
shntool-3.0.10
2013-03-24 22:08:09 -07:00
Lluís Batlle i Rossell
0d23e54588
opus-tools: update
2013-03-20 20:28:39 +01:00
Vladimír Čunát
192bdc79ae
Merge pull request #380 from oxij/random-updates
...
cmus: update to 2.5.0
2013-03-16 11:40:06 -07:00
Cillian de Róiste
2b07e1bf4c
Ardour3: update to the release of Ardour 3.0
...
A tarball is only available to subscribers or people who pay
to download it on the site. This project is GPL licensed but
users are strongly encouraged to support it financially
2013-03-16 16:33:16 +01:00
Jan Malakhovski
33379ae58a
cmus: update to 2.5.0
...
This version builds with current ffmpeg.
CUE support is nice too.
2013-03-14 13:50:29 +00:00
Rob Vermaas
784d2b2d16
Update to latest spotify
2013-03-12 22:13:29 +01:00
Rob Vermaas
b512e3e934
Initial try to update spotify to version 0.8.4.103. Still need to get rid
...
of LD_LIBRARY_PATH wrapper, and properly patchelf any libs in the spotify
prefix.
2013-03-12 22:13:29 +01:00
Александр Цамутали
a39f05f46a
applications/audio/jack-rack: New nixpkg.
2013-03-09 18:03:12 +04:00
Александр Цамутали
241f94f59f
applications/audio/caps: New nixpkg.
2013-03-09 17:54:59 +04:00
Eelco Dolstra
674c51af3c
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-03-07 19:33:52 +01:00
Cillian de Róiste
151901ac21
drumkv1: add description
2013-03-06 22:26:08 +01:00
Cillian de Róiste
6254091950
Add rncbc's Vee One suite: sampler, synth and drum kit
2013-03-06 01:06:16 +01:00
Rickard Nilsson
4d181e526e
mopidy: Add some more dependencies needed for the HTTP frontend
2013-03-03 20:53:48 +01:00
Cillian de Róiste
266e283faf
Add jack_oscrolloscope: a waveform viewer for JACK
2013-03-03 17:43:15 +01:00
Vladimír Čunát
d9a2b1f520
ardour(2): fix and minor update.
...
- use fetchurl from Gentoo mirror instead of failing SVN fetch
- minor version update
- use system libraries as much as possible
- fix building
2013-03-02 21:17:30 +01:00
Vladimír Čunát
26af997d41
Merge branch 'master' into stdenv-updates
...
Conflicts (simple):
pkgs/applications/networking/browsers/chromium/default.nix
pkgs/development/libraries/libsoup/default.nix
pkgs/os-specific/linux/kernel/manual-config.nix
pkgs/os-specific/linux/qemu-kvm/default.nix
2013-03-02 10:41:53 +01:00
Cillian de Róiste
bb5f60fec1
Add Jalv: an LV2 host for Jack
...
This allows LV2 audio plugins to be connected to Jack applications
2013-03-01 01:33:08 +01:00
Rickard Nilsson
566d5d3fb5
Add mopidy, a music server supporting spotify and the mpd protocol
2013-02-26 19:42:57 +01:00
Peter Simons
5f32207dfc
Merge remote-tracking branch 'origin/master' into stdenv-updates.
2013-02-24 19:27:08 +01:00
Cillian de Róiste
51c54301a6
Add mda-lv2 audio plugins
2013-02-24 11:26:32 +01:00
Cillian de Róiste
d062be36e6
Calf: upgrade to the final release 0.0.19
2013-02-24 11:03:51 +01:00
Cillian de Róiste
626cdf1cb6
Ardour3 fix gtk theme engine
2013-02-24 02:27:18 +01:00
Vladimír Čunát
e02153a3c0
lash: fix for new gcc
2013-02-23 21:12:24 +01:00
Cillian de Róiste
def9a6c06b
Ardour3: update to RC2
2013-02-23 17:22:47 +01:00
Shea Levy
c42d77aa35
Merge remote-tracking branch 'upstream/master' into stdenv-updates
2013-02-17 08:19:40 -05:00
Cillian de Róiste
48d8ab884c
Fix Hydrogen to build with JACK 1.9.9.5
...
This patches the Hydrogen scons build script to work a failure to
parse the JACK version correctly. If I understand correctly upstream
Hydrogen now uses cmake instead of Scons, so this shouldn't be a
problem with the next Hydrogen release.
2013-02-16 21:08:15 +01:00
Eelco Dolstra
2aa6f262cb
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-02-15 13:36:34 +01:00
Александр Цамутали
52d265fd12
applications/audio/guitarix: New nixpkg.
2013-02-03 20:36:32 +04:00
Александр Цамутали
5784dbb095
qjackctl: Update to 0.3.9, --enable-jack-version
2013-02-03 19:58:11 +04:00
Peter Simons
b33ad366a1
Merge branch 'master' into stdenv-updates.
2013-01-11 15:46:10 +01:00
Cillian de Róiste
846c1f58de
bristol: fix JACK audio support
2013-01-05 17:00:38 +01:00
Lluís Batlle i Rossell
b58780c43d
Merge remote-tracking branch 'eelco/master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.7/default.nix
Trivial solution.
2012-12-28 23:28:16 +01:00
Eelco Dolstra
ab3eeabfed
Rename buildNativeInputs -> nativeBuildInputs
...
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Rok Garbas
0ef727ba74
audacity: update to 2.0.2
2012-12-13 08:04:49 +01:00
aszlig
57ece5d3e5
pavucontrol: Update to version 1.0.
...
As we are still mainly on gtk2, so I'm disabling gtk3 support for now. Though we
might want to add an option enableGTK3 someday.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-03 11:10:16 +01:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Cillian de Róiste
c238c19220
Add Bristol: a range of synthesiser, electric piano and organ emulations
2012-11-22 00:08:28 +01:00
Michael Ashton
78db9a8cb1
Updated version of abcde to 2.5.4
...
- Added support for MusicBrainz queries to abcde package
- Added new dependencies to abcde: mkcue, eject, perl, MusicBrainz, MusicBrainzDiscID
- libdiscid version in pkg-config was incorrect; patched libdiscid to fix
- Added WebServices::MusicBrainz Perl module
- Added MusicBrainz::DiscID Perl module
- Commented out XSLoader Perl module since it was broken, no packages depend on it,
and it has been incorporated into the Perl core
2012-10-29 17:14:39 -07:00
aszlig
6dd94d680a
Merge minor updates from jcumming.
...
This merges branches 'libarchive.121020', 'gphoto2.121020' and 'ncmpcpp.121020'
of git://github.com/jcumming/nixpkgs.
Octopus merge of @jcumming's minor updates, apart flrom updating the version, a
few other changes were made to these packages as well:
* libarchive: Now depends on xz.
* libgphoto: License changed to LGPL 2.1 plus.
And he did an overhaul of some of the meta blocks as well.
Changes during this merge:
* Inline and reword stray comment into meta tag in
1db34880d7
(libgphoto).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-21 12:26:29 +02:00
Jack Cummings
fe6d7bc907
- ncmpcpp 0.5.10
2012-10-20 21:32:25 -07:00
Marc Weber
b18be4e5e5
adding csound
2012-10-18 06:24:32 +02:00
Cillian de Róiste
bc4d201478
distrho: fix HybridReverb2
2012-10-11 01:23:10 +02:00
Cillian de Róiste
fc817640e5
Tidy up the expression for the Calf audio plugin pack
2012-10-07 22:33:50 +02:00
Cillian de Róiste
df5abaf8b4
Update the calf plugin pack to 0.0.19-rc7
...
This is a significant update with loads of new features, plugins and GUIs
2012-10-07 22:33:50 +02:00
Cillian de Róiste
25b4957e4a
Add the Distrho collection of audio plugins
2012-10-07 14:06:36 +02:00
Cillian de Róiste
21271fee8d
Add the LV2 version of the SWH audio plugins (used for audio production)
2012-10-02 01:00:13 +02:00
Lluís Batlle i Rossell
62c5eab5cd
Adding opus-tools.
...
At least a program that uses libopus.
2012-09-25 20:08:01 +02:00
aszlig
3ed91754e2
lastwatch: New package, version 0.4.1.
...
This is actually one of my own programs I've written some years ago, but as I'm
still using it on several systems, I'm adding it to nixpkgs. As it is an (at the
moment, fanotify looks like it's more suitable) inotify based scrobbler, it of
course requires the inotify feature to be enabled in the kernel.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:54 +02:00
aszlig
930d13e12c
picard: New package, version 1.1.
...
Picard is the official MusicBrainz audio tagger which is able to use audio
fingerprinting to tag your files.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:53 +02:00
Yury G. Kudryashov
dd45319df1
amarok-2.6.0
2012-08-31 12:05:47 +04:00
Cillian de Róiste
58e282b907
Update the download URL for ncmpcpp
...
The old URL for ncmpcpp was broken (reported by nobdraisentone on IRC)
2012-08-29 00:48:44 +02:00
Cillian de Róiste
0a6c7e432b
Patch linuxsampler so that it can load SFZ state when used as an LV2 plugin: http://tracker.ardour.org/view.php?id=4462
2012-08-27 23:48:44 +02:00
Lluís Batlle i Rossell
0f1326cde9
Adding praat.
2012-08-27 20:26:32 +02:00
Lluís Batlle i Rossell
602fde4ad4
Adding espeakedit, phoneme editor for espeak.
...
I've no idea how to use it still.
2012-08-27 20:26:32 +02:00
Lluís Batlle i Rossell
faf6ad8428
espeak: update to 1.46.02
2012-08-27 19:10:06 +02:00
Cillian de Róiste
32e339da54
Adding jack_capture: A program for recording soundfiles with jack
2012-08-25 01:58:56 +02:00
Eelco Dolstra
dbe524fe3f
flac: Add description
2012-08-23 13:57:31 -04:00
Cillian de Róiste
2a1215115f
Updating Ardour3 to beta 5
2012-07-28 00:35:39 +02:00
Cillian de Róiste
8ff20e5b77
Build the LinuxSampler LV2 plugin
2012-07-14 18:50:32 +02:00
Cillian de Róiste
a2501c3561
Adding lv2 support
...
LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, VST, AU, and others. The Calf audio plugin pack uses LV2 and Ardour3 has also been updated to support LV2 Plugins
2012-07-05 23:29:45 +02:00
Lluís Batlle i Rossell
aa75c065d4
libmikmod and mikmod: update the former to 3.2.0, and add mikmod.
2012-07-04 23:43:25 +02:00
Cillian de Róiste
1afe86a7b7
Tidy up
2012-06-24 16:54:51 +02:00
Cillian de Róiste
c6457c322b
Upgrading sonic-visualiser to 1.9 and adding pkgconfig so that it finds rasqal.h successfully
2012-06-24 16:51:42 +02:00
Cillian de Roiste
9b0cf4ca5d
Updating Ardour 3 to beta 4a
...
svn path=/nixpkgs/trunk/; revision=34250
2012-05-26 17:29:31 +00:00
Cillian de Roiste
4550700ec9
Updating Yoshimi, no need for the fluid patch any more.
...
svn path=/nixpkgs/trunk/; revision=34187
2012-05-20 18:15:23 +00:00
Eelco Dolstra
920eedb75f
* Audacious updated to 3.2.2.
...
svn path=/nixpkgs/trunk/; revision=34185
2012-05-20 03:23:31 +00:00
Rickard Nilsson
c12005ef56
spotify 0.8.3.278.
...
svn path=/nixpkgs/trunk/; revision=34109
2012-05-15 14:31:43 +00:00
Cillian de Roiste
bf3b6be157
Adding Piano Booster, a MIDI file player that teaches you how to play the piano.
...
svn path=/nixpkgs/trunk/; revision=33880
2012-04-22 16:55:12 +00:00
Cillian de Roiste
6264f9cd91
Adding qsampler, the frontend for LinuxSampler
...
svn path=/nixpkgs/trunk/; revision=33867
2012-04-20 22:44:50 +00:00
Cillian de Roiste
45ac14621a
Adding LinuxSampler and dependencies, using SVN version for SFZ support
...
svn path=/nixpkgs/trunk/; revision=33865
2012-04-20 20:39:42 +00:00
Cillian de Roiste
34b058dcce
Upgrading qjackctl from 0.3.7 to 0.3.8, fixes a bug where it crashes when jack is stopped
...
svn path=/nixpkgs/trunk/; revision=33864
2012-04-20 20:37:54 +00:00
Arie Middelkoop
2b18ccf305
* Added "easytag", a GUI for organizing id3tags in mp3s.
...
* Updated some ocaml packages.
* Updated coccinelle.
svn path=/nixpkgs/trunk/; revision=33674
2012-04-09 09:42:20 +00:00
Cillian de Roiste
78ffc6b30d
Adding a2jmidid
...
svn path=/nixpkgs/trunk/; revision=33667
2012-04-08 00:25:09 +00:00
Mathijs Kwik
a6c996735c
audacity: upgraded to 2.0.0
...
I took out some dependencies and compile flags that didn't seem
needed. If this breaks something please give a shout.
svn path=/nixpkgs/trunk/; revision=33605
2012-04-05 08:22:38 +00:00
Cillian de Roiste
a582e6185a
Fixing ardour3 theme, it uses its own version of clearlooks which gtk needs to know how to find
...
svn path=/nixpkgs/trunk/; revision=33522
2012-04-01 18:31:28 +00:00
Cillian de Roiste
f5a502b714
Fixing the path to the ladspa effects plugins
...
svn path=/nixpkgs/trunk/; revision=33516
2012-04-01 12:41:01 +00:00
Cillian de Roiste
5f5d21bbeb
Adding Qsynth (GUI) and fluidsynth (CLI), Soundfont2 based synthesizer
...
svn path=/nixpkgs/trunk/; revision=33504
2012-03-31 20:22:19 +00:00
Cillian de Roiste
d2d41e9b78
Adding mhwaveedit, a sample editor
...
svn path=/nixpkgs/trunk/; revision=33397
2012-03-24 18:59:26 +00:00
Cillian de Roiste
a305102589
Adding Petri-Foo, a fork of the Specimen sampler project
...
svn path=/nixpkgs/trunk/; revision=33395
2012-03-24 13:22:14 +00:00
Cillian de Roiste
438f877d82
Removing specimen, the release doesn't work and the svn repo is no longer available :(
...
svn path=/nixpkgs/trunk/; revision=33362
2012-03-22 19:56:48 +00:00
Cillian de Roiste
464a05818e
Upgrading Qtractor to 0.5.4
...
svn path=/nixpkgs/trunk/; revision=33361
2012-03-22 18:49:57 +00:00
Cillian de Roiste
3a86557b7c
Tidy up: style
...
svn path=/nixpkgs/trunk/; revision=33351
2012-03-22 10:36:48 +00:00
Cillian de Roiste
ec9ed33730
Fixing hydrogen so that it builds with scons 2.1, using the patch from http://www.assembla.com/spaces/hydrogen/tickets/204-hydrogen-0-9-5-doesn-t-install-with-scons-2-1-0
...
svn path=/nixpkgs/trunk/; revision=33336
2012-03-21 17:16:37 +00:00
Cillian de Roiste
efcc0c9b1e
Adding some notes on why ardour2 is not working, perhaps someone else can take this up, or else we just remove ardour2 when ardour3 is released.
...
svn path=/nixpkgs/trunk/; revision=33305
2012-03-20 18:53:01 +00:00
Cillian de Roiste
49fabfacab
Upgrading ardour3-svn to beta3, currently ardour2 does not run.
...
svn path=/nixpkgs/trunk/; revision=33303
2012-03-20 18:41:03 +00:00
Cillian de Roiste
c8900990a7
Updating ardour to the 2.8.12 svn tag (2.8.2 doesn't compile), hopefully this works although the comment from Marc Weber suggests that the hash will change over time. This builds for me but fails to start giving the following error:
...
raptor_new_uri_for_rdf_concept called with Raptor V1 world object
raptor_general.c:240:raptor_init: fatal error: raptor_init() failedAborted
https://qa.mandriva.com/show_bug.cgi?id=65072 looks similar, but adding liblrdf (0.4.0) as an input, doesn't help.
svn path=/nixpkgs/trunk/; revision=33181
2012-03-16 22:28:21 +00:00
Yury G. Kudryashov
fe1115caf4
Make nixpkgs ready for gst_all attrset removal
...
svn path=/nixpkgs/trunk/; revision=33092
2012-03-14 22:44:52 +00:00
Yury G. Kudryashov
0210e20b5a
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
2012-03-01 07:04:39 +00:00
Peter Simons
ae5fefca48
audacious: updated to version 3.2.1
...
svn path=/nixpkgs/trunk/; revision=32609
2012-02-26 22:47:28 +00:00
Yury G. Kudryashov
d8454e538c
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32417
2012-02-20 05:30:06 +00:00
Yury G. Kudryashov
af126735b2
amarok-2.5.0
...
svn path=/nixpkgs/trunk/; revision=32415
2012-02-20 05:28:03 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Eelco Dolstra
399c575139
* Updated Spotify to 0.6.6.10.
...
svn path=/nixpkgs/trunk/; revision=31935
2012-01-30 16:44:56 +00:00
Yury G. Kudryashov
9d67ff2a48
Remove glib-1.x and its reverse dependencies
...
Nobody told me that he uses generator or xmms, so I'm removing this old stuff.
svn path=/nixpkgs/trunk/; revision=31907
2012-01-28 13:06:07 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Yury G. Kudryashov
e785aae6e8
Fix most packages depending on fltk
...
I failed to build cinepaint
svn path=/nixpkgs/trunk/; revision=31224
2012-01-03 10:32:56 +00:00
Peter Simons
bf2e8e0bcc
amarok: added missing function arguments
...
svn path=/nixpkgs/trunk/; revision=30932
2011-12-16 11:44:40 +00:00
Yury G. Kudryashov
0971831ddc
Reintegrate branches/drop-kde4.5
...
svn path=/nixpkgs/trunk/; revision=30928
2011-12-16 10:39:22 +00:00
Shea Levy
69e12ad16e
Add ncmpcpp
...
Patch by mornfall
svn path=/nixpkgs/trunk/; revision=30730
2011-12-05 01:32:25 +00:00
Eelco Dolstra
572b54cb9c
* Spotify updated to the latest version.
...
svn path=/nixpkgs/trunk/; revision=29953
2011-10-21 02:26:26 +00:00
Eelco Dolstra
f607e23168
* Spotify needs OpenSSL now.
...
svn path=/nixpkgs/trunk/; revision=29456
2011-09-23 15:37:15 +00:00
Shea Levy
65898538b5
Bump spotify... Sure wish they kept around old versions
...
svn path=/nixpkgs/trunk/; revision=29454
2011-09-23 15:23:30 +00:00
Yury G. Kudryashov
93633e9d0f
amarok-2.4.3
...
svn path=/nixpkgs/trunk/; revision=28605
2011-08-15 23:39:27 +00:00
Yury G. Kudryashov
ceb301c31b
Remove unused sonic-visualizer/ subdir, rename.
...
Also move "qt=qt4" to default.nix
svn path=/nixpkgs/trunk/; revision=28474
2011-08-10 22:39:53 +00:00
Eelco Dolstra
1b427fe052
* Sync with the trunc.
...
* Fixed the hash in PulseAudio: I updated the name/version, but forgot
to update the hash. So secretly it was still building the old
version. Also, now that we've realised that the PulseAudio server
and library don't need to be the same build, disable some
dependencies by default (avahi and bluez).
svn path=/nixpkgs/branches/kde-4.7/; revision=28023
2011-07-31 19:44:58 +00:00
Cillian de Roiste
5e6506c4d0
Updating the development ardour3 revision, also renaming so that ardour2 and ardour3 can peacefully co-exist
...
svn path=/nixpkgs/trunk/; revision=28020
2011-07-31 14:52:42 +00:00
Cillian de Roiste
5231ba050f
Updating qtractor to the latest release: 0.5.0
...
svn path=/nixpkgs/trunk/; revision=28019
2011-07-31 14:04:45 +00:00
Cillian de Roiste
e1c2108085
Add dbus support to qjackctl so that it can use jackdbus
...
svn path=/nixpkgs/trunk/; revision=28011
2011-07-30 21:06:45 +00:00
Eelco Dolstra
6b302190a4
* Spotify: drop PulseAudio from the library path, as Spotify seems to
...
have it statically linked anyway.
svn path=/nixpkgs/trunk/; revision=27972
2011-07-27 14:01:47 +00:00
Eelco Dolstra
7eb1afad49
* Spotify: use PulseAudio if available.
...
svn path=/nixpkgs/trunk/; revision=27971
2011-07-26 22:24:02 +00:00
Eelco Dolstra
3fac08a565
* Audacious updated to 3.0.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27959
2011-07-26 02:14:19 +00:00
Eelco Dolstra
0daba72245
* Updated cdparanoia to 10.2.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27938
2011-07-25 13:52:36 +00:00
Shea Levy
5869748e70
Update Spotify
...
Only tested x86_64
svn path=/nixpkgs/trunk/; revision=27914
2011-07-24 01:39:11 +00:00
Eelco Dolstra
2e5d962f72
* Spotify updated to 0.5.1.151.
...
svn path=/nixpkgs/trunk/; revision=27831
2011-07-18 22:34:57 +00:00
Ludovic Courtès
9cbb1dbec6
mpg321 0.2.13-2.
...
svn path=/nixpkgs/trunk/; revision=27621
2011-07-07 15:10:33 +00:00
Cillian de Roiste
e56d84e541
Alpha 2 is quite old, and they haven't tagged Alpha 3 or 4 so updating to a recent revision instead
...
svn path=/nixpkgs/trunk/; revision=27204
2011-05-09 20:27:06 +00:00
Lluís Batlle i Rossell
34579eb0dd
Adding lingot, a guitar tuner.
...
svn path=/nixpkgs/trunk/; revision=27176
2011-05-07 17:52:57 +00:00
Cillian de Roiste
c5f0b7415f
Wrapping sonic-visualiser so that it finds libX11.so
...
svn path=/nixpkgs/trunk/; revision=27167
2011-05-05 22:01:20 +00:00
Cillian de Roiste
fb9de42ad1
Updating Sonic Visualiser, it isn't getting wrapped correctly, but otherwise it compiles and works
...
svn path=/nixpkgs/trunk/; revision=27154
2011-05-04 23:54:03 +00:00
Eelco Dolstra
d5d5aa6801
* Fix nix-env evaluation errors on non-Linux platforms.
...
svn path=/nixpkgs/trunk/; revision=27143
2011-05-04 12:52:46 +00:00
Cillian de Roiste
39f80594b1
Adding Ardour3 alpha2, a digital audio workstation
...
svn path=/nixpkgs/trunk/; revision=27075
2011-05-01 14:45:52 +00:00
Cillian de Roiste
5b1d2d96e2
Adding support for rubberband, (audio time stretching)
...
svn path=/nixpkgs/trunk/; revision=26961
2011-04-25 08:54:58 +00:00
Cillian de Roiste
47c44f9315
Adding Rakarrack: guitar effects-pedal emulator
...
svn path=/nixpkgs/trunk/; revision=26955
2011-04-24 19:44:36 +00:00
Lluís Batlle i Rossell
01cdfd58fc
Removing a vorbis tools patch not used anymore.
...
I can't say if it is required, though. As vorbistools built, I took it out.
svn path=/nixpkgs/trunk/; revision=26953
2011-04-24 18:05:21 +00:00