summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* - openttd 1.2.2, rili 2.0.1, widelands-build17, uqm-0.7.0Jack Cummings2012-10-04
|
* Remove obsolete versions of FlashEelco Dolstra2012-10-04
|
* Flashplayer: add libXcursor to the RPATHEelco Dolstra2012-10-04
| | | | This prevented Flash from working after the last update.
* Fix tarballShea Levy2012-10-04
|
* openjdk: Don't use the official build system's boostrapping, do our own.Shea Levy2012-10-04
| | | | | | The openjdk BOOT_CYCLE bootstrap doesn't use the binaries built in the first stage for the second stage, so we get a bunch of errors like: /bin/sh: /nix/store/wdgl7xl9b72hn212l0672ad5sn7vh44y-openjdk-bootstrap/bin/native2ascii: No such file or directory Instead, just build each stage as a separate derivation
* LibreOffice 3.6.2.2 bugfix update.Michael Raskin2012-10-05
|
* PostgreSQL updatesEelco Dolstra2012-10-04
|
* systemd: Update to 194Eelco Dolstra2012-10-04
|
* eaglemode: remove unused xineLib dependencyMathijs Kwik2012-10-04
| | | | | | | | | It seems the resulting output path has no reference to libxine, so it does not get used. Probably it needs some hard-coded link-paths as eaglemode wants to use dlopen for some things. If anyone wants to use eaglemode's xine support and fix this issue, please make it optional.
* xdg-utils: Fix reference to /usr/bin/file in xdg-mimeRickard Nilsson2012-10-04
|
* Enable V4L2 modulesMichael Raskin2012-10-04
|
* sheevaplug platform: Add hardware watchdog supportRickard Nilsson2012-10-04
|
* sheevaplug platform: Add VLAN support (CONFIG_VLAN_8021Q=m)Rickard Nilsson2012-10-04
|
* MPlayer: upgrade to 1.1Mathijs Kwik2012-10-04
| | | | | | | | | | | | | | - big cleanup of optional dependency handling I hope I didn't miss any cases. - XVID xvid support seams broken, both built-in as external. I didn't notice any issues playing xvid video's though, as ffmpeg's default mpeg4 decoder handles xvid-encoded files just fine. It seems the only users affected by this are users who still encode xvid with mencoder (instead of plain ffmpeg). If this really is an issue to anyone, please let me know, so I can look into it some more, or retain an older mplayer version next to this one.
* logic cleanupMathijs Kwik2012-10-04
|
* vlc: use ffmpeg 1.0Mathijs Kwik2012-10-04
|
* node-packages: upgrade mongodb and bsonMathijs Kwik2012-10-04
|
* node-packages: add "source-map" and dependenciesMathijs Kwik2012-10-04
|
* mysql55: Enable parallel building.aszlig2012-10-04
| | | | | | | | | | In order to extend the lifes of keyboards, monitors, mice and other hardware in range of impatient people, this should shorten build times a bit on multicore systems. And of course keeps blood pressure at low rates so cholerics may live longer. Whether the latter is good or bad is up to the readers choice and imagination. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* mysql55: Update to version 5.5.28.aszlig2012-10-04
| | | | | | | | | | The current build fails because the URL at inria.fr is no longer accessible. And 5.5.23 is quite old, so let's update it. With this update we also provide three URLs to fetchurl, just to make sure that we have enough sources, should one URL become inaccessible again. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* python/polib: Add new package, version 1.0.1.aszlig2012-10-04
| | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Update/fix MuPDFMichael Raskin2012-10-04
|
* Add reptyr, tool to change controlling terminal of a process under LinuxMichael Raskin2012-10-04
|
* Add haskell-platform-2012.4.0.0 release candidate.Andres Loeh2012-10-03
|
* boehm-gc: Update to 7.2dEelco Dolstra2012-10-03
|
* openjpeg: Update to 1.5.1Eelco Dolstra2012-10-03
| | | | Fixes CVE-2012-3535, CVE-2012-3358.
* Revert "Add template-haskell haskellPackage"Shea Levy2012-10-03
| | | | | | This reverts commit 7f871719d57fbb7460b658c1732a810b50238a0d. Apparently, GHC comes with template-haskell, so there's no point in installing it separately.
* Update flashplayer to 11.2.202.238 since 11.1.102.55 is no longer available.Petr Rockai2012-10-03
|
* git: Update to 1.7.12.2Eelco Dolstra2012-10-02
|
* xinetd: Update to 2.3.15Eelco Dolstra2012-10-02
| | | | Fixes CVE-2012-0862.
* bind: Update to 9.7.6-P3Eelco Dolstra2012-10-02
| | | | Fixes CVE-2012-4244.
* apache-httpd: Update to 2.2.23Eelco Dolstra2012-10-02
| | | | Fixes CVE-2012-0883, CVE-2012-2687.
* alsa-utils: Fix the path to alsactl in the udev ruleEelco Dolstra2012-10-02
|
* Fix timidity source urlMichael Raskin2012-10-02
|
* dosfstools: Add alternative URL, since main site seems to be down.Rickard Nilsson2012-10-02
|
* sysfsutils: Use SourceForge mirror instead of static URL.Rickard Nilsson2012-10-02
|
* gnum4: Disable tests for ARM.Rickard Nilsson2012-10-02
| | | | I can't get the `diversions' to pass on SheevaPlug. It builds fine otherwise.
* chromium: Update channels to stable v22.0.1229.79.aszlig2012-10-02
| | | | | | | | | | | | dev: 23.0.1271.10 beta: 22.0.1229.91 stable: 22.0.1229.79 The revert for SVN revision 151720 is now obsolete in the current beta release and is only needed for the stable version. So let's hope that >= 22.0.1229.91 will get stable soon. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Fix typo introduced by e6077fbc46.aszlig2012-10-02
| | | | | | | | Already created a line note about that in the commit, but somehow it went unnoticed and most other typos introduced by that commit are already fixed by now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* i3: Update to version 4.3.aszlig2012-10-02
| | | | | | | | | | | Though upstream clearly recommends to not deactivate Pango, we currently can't use Pango right now, as we are stuck at cairo-1.10.2. This version only has experimental support for XCB which became stable in 1.12.x. So we need to wait for 21bf5ef509dcadebab10de0ba142d55776a961f1 to be merged into master before we can enable Pango. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* youtube-dl: Update to version 2012.09.27.aszlig2012-10-02
| | | | | | | As the current version doesn't work anymore and there has been a lot of progress since February, I think it's time to switch over to the new versen. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* linuxconsoletools: New package, version 1.4.3.aszlig2012-10-02
| | | | | | | This is a small set of tools useful for testing and calibrating joysticks, gamepads and various other input devices. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* virtualbox-guest-additions: Update to 4.2.0.aszlig2012-10-02
| | | | | | Tested with a bunch of charon VirtualBox machines. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* virtualbox: Update to 4.2.0.aszlig2012-10-02
| | | | | | | | New major upstream version, changes can be found here: https://www.virtualbox.org/wiki/Changelog Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Add the LV2 version of the SWH audio plugins (used for audio production)Cillian de Róiste2012-10-02
|
* Patch JACK to be compatible with the 2.1.0 release of ffadoCillian de Róiste2012-10-01
|
* Add template-haskell haskellPackageShea Levy2012-10-01
|
* python-httplib2: updated to 0.7.6, added python-turses and its dependencies ↵Rok Garbas2012-10-01
| | | | (python-oauth2, python-tweepy)
* Linux 3.6Shea Levy2012-10-01
|
* ffmpeg: Add option to enable x11grab support.Cillian de Róiste2012-09-30
| | | | | | This is useful for making screencasts, or bug reporting. Note: This is copied from aszlig's pull request: 05831d3a668361b2