Commit Graph

1205 Commits

Author SHA1 Message Date
zimbatm
69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Arseniy Seroka
c39cc6cd60 Merge pull request #13512 from magnetophon/yoshimi-1.3.8.2
yoshimi: 1.3.7.1 -> 1.3.8.2
2016-02-27 23:38:45 +03:00
Bart Brouns
4deefc15ef yoshimi: 1.3.7.1 -> 1.3.8.2 2016-02-27 20:29:44 +01:00
Bart Brouns
6f8db5b12e ardour: 4.4-> 4.7 2016-02-27 20:26:20 +01:00
Arseniy Seroka
824a1fb5b9 Merge pull request #13496 from zimbatm/no-dots-at-end-of-description
Remove all dots at end of descriptions
2016-02-27 21:34:06 +03:00
Tuomas Tynkkynen
58f0071a9e renoise: Don't use builtins.currentSystem
stdenv.system should be almost always used instead of builtins.currentSystem
or cross-evaluation (e.g. evaluating a i686 NixOS system on a 64-bit nix)
will be subtly broken.
2016-02-27 19:58:18 +02:00
zimbatm
17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
goibhniu
c2ce61c78f Merge pull request #13443 from magnetophon/helm-0.6.1
helm: 2015-09-11 -> 0.6.1
2016-02-25 14:42:51 +01:00
Bart Brouns
03c9a77275 helm: 2015-09-11 -> 0.6.1 2016-02-25 11:29:03 +01:00
Franz Pletz
501a1d92f0 lmms: 1.1.3 -> 1.1.90
cc @goibhniu
2016-02-24 14:30:21 +01:00
Frederik Rietdijk
40ca841c5c Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Thomas Tuegel
bd8158593d spotify: 1.0.19.106 -> 1.0.23.93 2016-02-20 07:10:58 -06:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Asko Soukka
f567c395a7 mopidy-spotify: 2.2.0 -> 2.3.1 2016-02-17 09:40:24 +02:00
goibhniu
eb4d571cb6 Merge pull request #12965 from nico202/iannix
IanniX: init at 0.9.17b (latest git)
2016-02-15 23:21:05 +01:00
goibhniu
15500eae75 Merge pull request #12955 from nico202/patchage
patchage: init at 1.0.1
2016-02-15 17:47:31 +01:00
aszlig
d9470c9e19
gpodder: Clean up package expression
We don't need to wrap twice, because we can actually pass the additional
XDG_DATA_DIRS via makeWrapperArgs.

The reason why I'm doing this within the patchPhase is because we can't
add shell variables from the current builder to makeWrapperArgs as that
content is going to end up in the wrapper verbatim.

In addition to this, gpodder was trying to search for its own directory
using the current program name, which I guess was another reason for the
double-wrap. We fix this now by setting gpodder_dir explicitly in the
main script.

Another main change is that we no longer set the "pythonX.Y-" prefix, so
the derivation name now is just "gpodder-3.9.0".

Last but not least, we enable the unit tests for gpodder in checkPhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
2016-02-15 14:24:11 +01:00
aszlig
fb1b8464f8
gpodder: 3.8.4 -> 3.9.0
Changes in 3.8.5 (without bug IDs):

 * vimeo: Fix vimeo feed discovery
 * vimeo: Allow both http and https URLs
 * youtube: Improve channel migration code
 * youtube: Fix cover art downloading
 * Make the YouTube key button link to the gPodder Wiki
 * Add pattern to YouTube feed URL list
 * CLI: Cleanup old downloads on CLI startup
 * Gtk UI: Fix model column data types
 * Device sync: Handle sync failure when no space left
 * model: Limit filenames to 120 characters for eCryptFS
 * rename_download: Add add_sortdate and add_podcast_title option
 * Remove the unused 'pipe' IPC module
 * Fix coverage usage
 * Use Travis CI for running basic sanity tests
 * Various small code improvements and fixes

Release announcement for 3.8.5:

http://blog.gpodder.org/2015/12/gpodder-385-casting-agents-and-cowgirls.html

Changes in 3.9.0 (without bug IDs):

 * Added Korean translation
 * Device sync: Only fail if we can determine free disk space
 * Enqueue episodes after download
 * Ubuntu AppIndicator extension: 'visible' config option
 * gpodder.download: Ignore non-ASCII content-disposition header
 * Win32-launcher: Remove download feature (works around Norton warning)
 * Remove WebUI, QML UI and MeeGo 1.2 Harmattan support
 * Remove broken Flattr integration (use gpodder.net's Flattr support)
 * Redesign about dialog
 * Preferences: Move video services to separate tab
 * Vimeo: Fix Vimeo integration

Release announcement for 3.9.0:

http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html

Built and tested locally on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
2016-02-15 14:24:11 +01:00
Pascal Wittmann
e08c88e8ac Merge pull request #13003 from DamienCassou/update-easytag-2.4.1
easytag: 2.3.2 -> 2.4.1
2016-02-15 11:13:18 +01:00
=
2099b95d9c patchage: init at 1.0.1 2016-02-15 10:43:21 +01:00
Damien Cassou
bb4e68b9d4 easytag: 2.3.2 -> 2.4.1 2016-02-15 10:22:12 +01:00
Franz Pletz
c7aaff20e7 Merge pull request #12188 from nico202/aeolus
aeolus: init at 0.9.0
2016-02-15 04:24:52 +01:00
Cillian de Róiste
edd63763e1 Jamin: adjust to standard code conventions 2016-02-15 00:42:16 +01:00
goibhniu
024f3e8d29 Merge pull request #12951 from nico202/jamin
jamin: init at 0.95.0
2016-02-15 00:39:32 +01:00
Arseniy Seroka
5a63bf15e0 Merge pull request #12964 from sleexyz/spectrojack
spectrojack: init at 0.4
2016-02-14 22:34:14 +03:00
=
39e0909f8f IanniX: init at 0.9.17b (latest git) 2016-02-14 19:29:35 +01:00
=
6738c22a46 Added aeolus virtual organ 2016-02-14 19:16:06 +01:00
Franz Pletz
309597b40a Merge pull request #12959 from nico202/timemachine
timemachine: init at 0.3.1
2016-02-13 18:20:07 +01:00
Sean Lee
47282a0ee6 spectrojack: init at 0.4
spectrojack - moved in all-packages

spectrojack: init at 0.4

updated

spectrojack: init at 0.4
2016-02-13 11:19:53 -05:00
=
dc82532eb8 timemachine: init at 0.3.1 2016-02-12 20:49:26 +01:00
=
67fd55b561 non: 2015-12-16 -> 2016-02-07 2016-02-12 18:54:25 +01:00
=
99178d968b jamin: init at 0.95.0 2016-02-12 13:37:51 +01:00
Franz Pletz
24ebd77ab5 Merge pull request #12720 from rvl/sonata
Add Sonata music player (MPD client)
2016-02-12 10:14:43 +01:00
Rodney Lorrimar
5a50fd4660 sonata: init at 1.7b1 2016-02-10 18:48:03 +00:00
Nikolay Amiantov
6a2cbbb24a Merge pull request #12888 from vanzef/qtscrob
Qtscrob
2016-02-09 17:20:56 +03:00
Ivan Solyankin
3482020486 qtscrobbler: init at 0.11 2016-02-09 17:15:30 +03:00
Arseniy Seroka
36242a14a2 Merge pull request #12843 from magnetophon/master-faust1-0.9.73
faust: update faust1, rename default.nix->faust2.nix
2016-02-06 23:54:11 +03:00
Robin Gloster
008acbc506 Merge pull request #12844 from magnetophon/master-ladspaH-mirror
ladspaH: move src to mirror, please also merge in 15.09
2016-02-06 20:06:14 +01:00
Bart Brouns
3b6b47976e ladspaH: move src to mirror, please also merge in 15.09 2016-02-06 13:39:30 +01:00
Bart Brouns
f357b6eb2b faust: update faust1, rename default.nix->faust2.nix 2016-02-06 13:26:31 +01:00
Christopher Lübbemeier
ea25afa2cb spotify: fix icons 2016-02-01 14:49:43 +01:00
Nikolay Amiantov
979dd17bac Merge pull request #12712 from akaWolf/deadbeef-ape-plugin
deadbeef: ape plugin fix
2016-01-31 13:45:12 +03:00
Artjom Vejsel
f650fed9e5 deadbeef: ape plugin fix 2016-01-31 12:12:16 +03:00
Bart Brouns
ee9d7f09ea ladspa-sdk: change source url to mirror
ladspa.org has been down for a feew weeks, and I couldn't find info on a
cause or a solution.

Closes #12640.

Signed-off-by: Franz Pletz <fpletz@fnordicwalking.de>
2016-01-30 16:31:09 +01:00
Profpatsch
6c60a24d38 abcde: add flac and which as runtime deps 2016-01-29 23:35:05 +01:00
Jascha Geerds
1bc91e4355 pithos: 1.1.1 -> 1.1.2 2016-01-27 17:24:23 +01:00
Tobias Geerinckx-Rice
0c25292648 vorbis-tools: rename from old-style vorbisTools 2016-01-26 01:35:55 +01:00
Jascha Geerds
9e56b18cde morituri: Add missing platforms attribute 2016-01-25 23:13:21 +01:00
Tobias Geerinckx-Rice
ac33b4724a More version attribute tidying where maintainers |= nckx 2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice
9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00