about summary refs log tree commit diff
path: root/pkgs/applications/audio
Commit message (Collapse)AuthorAge
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-02-28
|\
| * use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | | | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
| * Merge pull request #13512 from magnetophon/yoshimi-1.3.8.2Arseniy Seroka2016-02-27
| |\ | | | | | | yoshimi: 1.3.7.1 -> 1.3.8.2
| | * yoshimi: 1.3.7.1 -> 1.3.8.2Bart Brouns2016-02-27
| | |
| * | ardour: 4.4-> 4.7Bart Brouns2016-02-27
| |/
| * Merge pull request #13496 from zimbatm/no-dots-at-end-of-descriptionArseniy Seroka2016-02-27
| |\ | | | | | | Remove all dots at end of descriptions
| | * Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | | | | | | | | | | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
| * | renoise: Don't use builtins.currentSystemTuomas Tynkkynen2016-02-27
| |/ | | | | | | | | | | 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.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-02-27
|\|
| * Merge pull request #13443 from magnetophon/helm-0.6.1goibhniu2016-02-25
| |\ | | | | | | helm: 2015-09-11 -> 0.6.1
| | * helm: 2015-09-11 -> 0.6.1Bart Brouns2016-02-25
| | |
| * | lmms: 1.1.3 -> 1.1.90Franz Pletz2016-02-24
| | | | | | | | | | | | cc @goibhniu
| * | Merge pull request #13124 from FRidh/buildPythonApplicationFrederik Rietdijk2016-02-23
| |\ \ | | | | | | | | buildPythonApplication: use new function for Python applications
| | * | buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
| | | |
* | | | zam-plugins: fix hashRobin Gloster2016-02-24
| | | |
* | | | Merge branch 'up' into hardened-stdenvRobin Gloster2016-02-20
|\| | |
| * | | spotify: 1.0.19.106 -> 1.0.23.93Thomas Tuegel2016-02-20
| |/ /
* | | zynaddsubfx: turn off format hardeningRobin Gloster2016-02-20
| | |
* | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-02-19
|\| |
| * | mopidy-spotify: 2.2.0 -> 2.3.1Asko Soukka2016-02-17
| | |
| * | Merge pull request #12965 from nico202/iannixgoibhniu2016-02-15
| |\ \ | | | | | | | | IanniX: init at 0.9.17b (latest git)
| | * | IanniX: init at 0.9.17b (latest git)=2016-02-14
| | |/
* | | puremapping: 1.01 -> 20160130Robin Gloster2016-02-19
| | | | | | | | | | | | old version was taken down
* | | Merge branch 'master' into hardened-stdenvFranz Pletz2016-02-15
|\| |
| * | Merge pull request #12955 from nico202/patchagegoibhniu2016-02-15
| |\ \ | | | | | | | | patchage: init at 1.0.1
| | * | patchage: init at 1.0.1=2016-02-15
| | |/
| * | gpodder: Clean up package expressionaszlig2016-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | gpodder: 3.8.4 -> 3.9.0aszlig2016-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge pull request #13003 from DamienCassou/update-easytag-2.4.1Pascal Wittmann2016-02-15
| |\ \ | | | | | | | | easytag: 2.3.2 -> 2.4.1
| | * | easytag: 2.3.2 -> 2.4.1Damien Cassou2016-02-15
| | | |
| * | | Merge pull request #12188 from nico202/aeolusFranz Pletz2016-02-15
| |\ \ \ | | | | | | | | | | aeolus: init at 0.9.0
| | * | | Added aeolus virtual organ=2016-02-14
| | | | |
| * | | | Jamin: adjust to standard code conventionsCillian de RĂ³iste2016-02-15
| | | | |
| * | | | Merge pull request #12951 from nico202/jamingoibhniu2016-02-15
| |\ \ \ \ | | | | | | | | | | | | jamin: init at 0.95.0
| | * | | | jamin: init at 0.95.0=2016-02-12
| | | |_|/ | | |/| |
| * | | | Merge pull request #12964 from sleexyz/spectrojackArseniy Seroka2016-02-14
| |\ \ \ \ | | | | | | | | | | | | spectrojack: init at 0.4
| | * | | | spectrojack: init at 0.4Sean Lee2016-02-13
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spectrojack - moved in all-packages spectrojack: init at 0.4 updated spectrojack: init at 0.4
| * | | | Merge pull request #12959 from nico202/timemachineFranz Pletz2016-02-13
| |\ \ \ \ | | | | | | | | | | | | timemachine: init at 0.3.1
| | * | | | timemachine: init at 0.3.1=2016-02-12
| | | |/ / | | |/| |
| * / | | non: 2015-12-16 -> 2016-02-07=2016-02-12
| |/ / /
| * | | Merge pull request #12720 from rvl/sonataFranz Pletz2016-02-12
| |\ \ \ | | | | | | | | | | Add Sonata music player (MPD client)
| | * | | sonata: init at 1.7b1Rodney Lorrimar2016-02-10
| | | | |
* | | | | musescore: turn off bindnow/relro hardeningRobin Gloster2016-02-12
| | | | |
* | | | | lingot: turn off format hardeningRobin Gloster2016-02-12
| | | | |
* | | | | rakarrack: turn off format hardeningRobin Gloster2016-02-12
| | | | |
* | | | | mrpeach: turn off format hardeningRobin Gloster2016-02-12
| | | | |
* | | | | mp3info: turn off format hardeningRobin Gloster2016-02-12
| | | | |
* | | | | mi2ly: turn off format hardeningRobin Gloster2016-02-12
| | | | |
* | | | | jack_capture: turn off format hardeningRobin Gloster2016-02-11
| | | | |