aszlig
c2abe4da6c
chromium: Add support for ppapi flash and PDF.
...
This is hardcoded for the dev channel at the moment and we're going to
fetch it along with the main Chromium sources.
Also I'm putting this in default.nix at the moment, because we're going
to tear apart the whole Chromium package into several subparts soon.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:41 +02:00
aszlig
c9c9ca38b9
chromium: Build using minizip from nixpkgs.
...
Well, the gyp flag mentions "zlib" but in reality, minizip is used.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:40 +02:00
aszlig
5b67290740
chromium: Build using libpng from nixpkgs.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:39 +02:00
aszlig
823b72d0ad
chromium: Build with libwebp from nixpkgs.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:39 +02:00
aszlig
2f23f57b28
chromium: Build beta/dev with v8 from nixpkgs.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:38 +02:00
aszlig
9f45c2cbba
chromium: Prepare for building the -lite package.
...
We currently can't build the -lite package because beta and dev versions
aren't yet compatible with ICU version 52. But apart from that blocker,
this should get us ready for the switch.
Also, we're now correctly unbundling all dependencies which are used
from <nixpkgs>.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:37 +02:00
aszlig
e2dba7c6cf
chromium: Use version 3 of libgnome_keyring.
...
Starting with version 35, version 2 of libgnome_keyring is no longer
supported and it's probably pretty useless to do backports to version 2,
given the assumption that most users on Nix probably don't use it.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-04-19 03:58:37 +02:00
Bjørn Forsman
8b666e44fd
Unbreak tarball job
...
Fix undefined variable in pamixer.
2014-04-18 22:48:12 +02:00
Michael Raskin
2ceedb2d64
Merge pull request #2305 from jwiegley/ledger
...
Update ledger expression, add myself as a maintainer
2014-04-18 10:46:43 -07:00
Michael Raskin
97a3a803e1
Merge pull request #2313 from 1126/master
...
Adding pamixer.
2014-04-18 10:31:25 -07:00
Michael Raskin
b1fad4ab9b
Merge pull request #2279 from kowey/master
...
megam: New package
2014-04-18 10:19:44 -07:00
Michael Raskin
7231b6b94e
Merge pull request #2248 from ehmry/rsync
...
rsync updated 3.0.9 to 3.1.0, rsyncd service module
2014-04-18 10:17:08 -07:00
Michael Raskin
6cdce9deec
Merge pull request #2220 from taku0/thunderbird-bin-24.0.0
...
add thunderbird-bin: the binary package for Thunderbird mail client
2014-04-18 10:16:35 -07:00
Michael Raskin
d31cf5329e
Merge pull request #2075 from iyzsong/webkit
...
get rid of old webkit packages
2014-04-18 10:10:29 -07:00
_1126
25f7565657
Merge branch 'pamixer'
2014-04-18 16:09:50 +02:00
_1126
96257ea486
Adding pamixer.
2014-04-18 16:09:34 +02:00
John Wiegley
5c18bbe34f
Update ledger expression, add myself as a maintainer
2014-04-17 21:47:15 -05:00
Rok Garbas
7aa3790f34
adding development version of weechat (alongside stable)
2014-04-17 22:22:54 +01:00
Ricardo M. Correia
09f0d57842
bitcoin: Update from 0.8.6 -> 0.9.1
2014-04-17 20:47:18 +02:00
Eelco Dolstra
f2cb4def59
qemu: Update to 1.7.1
2014-04-17 15:54:42 +02:00
Domen Kožar
e325926595
Merge pull request #2300 from lethalman/gsettings
...
Fix gsettings schemas for several gtk3 apps
2014-04-17 14:29:27 +02:00
Luca Bruno
82744e57d6
pitivi: fix gsettings schemas, depend upon gnome-desktop
2014-04-17 13:42:51 +02:00
Luca Bruno
8dbdebb50f
gnumeric: fix gsettings schemas
2014-04-17 13:42:51 +02:00
Luca Bruno
64d4b9c3de
transmission-remote-gtk: fix gsettings schemas
2014-04-17 13:42:51 +02:00
Luca Bruno
6f61f7dc0d
midori: fix gsettings schemas
...
Could not test it because it does not compile for other reasons.
2014-04-17 13:42:50 +02:00
Luca Bruno
7d64d63a1c
spacefm: fix gsettings schemas
...
Could not test it as the application did not start
for other reasons.
2014-04-17 13:42:50 +02:00
Luca Bruno
4cfe7a7334
transmission-gtk: fix gsettings schemas, closes #2295
2014-04-17 13:42:50 +02:00
Austin Seipp
1a2784ee68
btsync: 1.3.77 -> 1.3.87
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-16 18:56:22 -05:00
Eelco Dolstra
a1af25033a
git send-email: Respect $OPENSSL_X509_CERT_FILE
2014-04-16 18:43:39 +02:00
Lluís Batlle i Rossell
edee246684
Updating gnunet to 0.10.1.
2014-04-16 15:22:31 +02:00
Eric Kow
9e457049e4
megam: New package
...
Maximum Entropy (GA) Model Optimization Package
2014-04-15 14:00:56 +01:00
Peter Simons
3275e47613
Merge pull request #2262 from jwiegley/git
...
On Darwin, set NO_APPLE_COMMON_CRYPTO=1 for git builds
2014-04-15 10:31:07 +02:00
Bjørn Forsman
c83903069f
gnuradio: update 3.7.2.1 -> 3.7.3
...
Changelog:
http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_3/
(Build tested.)
2014-04-15 07:11:41 +02:00
Austin Seipp
6376ac57d8
emacsPackages: add cryptol-mode
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-14 18:23:51 -05:00
John Wiegley
cfe42425c3
On Darwin, set NO_APPLE_COMMON_CRYPTO=1 for git builds
2014-04-14 14:53:15 -05:00
Domen Kožar
6449bc2f23
Merge pull request #2244 from lethalman/gsettings
...
audacious, sflphone: find gsettings schemas
2014-04-14 09:43:35 +02:00
Emery Hemingway
93e9154805
rsync updated 3.0.9 to 3.1.0, rsyncd service module
2014-04-13 23:25:28 -04:00
Luca Bruno
57b6ecb799
sflphone: find gsettings schemas
2014-04-13 23:50:21 +02:00
Luca Bruno
091ce87a00
audacious: find gsettings schemas
2014-04-13 23:30:15 +02:00
Bjørn Forsman
2b9c96878c
qmmp: update 0.7.5 -> 0.7.6
...
Changes since 0.7.5:
* added libav 10 and ffmpeg 2.2 support;
* fixed url parsing;
* fixed freezing on playback resume;
* fixed random freezing in the mplayer plugin;
* fixed reset selection of tracks when calling context menu;
* fixed multimedia keys support under win32.
2014-04-13 19:07:06 +02:00
Austin Seipp
2661400d2a
cgit: bump git version to 1.9.2
...
This also updates the download URL to use kernel.org
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-13 00:47:16 -05:00
Ertugrul Söylemez
a0886ae024
keepassx: Renamed KeePassX 2.0 to keepassx2.
2014-04-13 03:28:20 +02:00
Domen Kožar
1988bbd990
Merge pull request #2231 from jwiegley/master
...
Change several package constraints from linux to unix
2014-04-13 00:24:28 +02:00
John Wiegley
010132e302
Change several package constraints from linux to unix
...
They all build on Darwin.
2014-04-12 16:01:16 -05:00
Benno Fünfstück
2fd160f027
haskell: update yi to 0.8.1
2014-04-12 20:33:15 +02:00
taku0
c4eadfbac5
add thunderbird-bin: the binary package for Thunderbird mail client
2014-04-13 00:29:14 +09:00
Cillian de Róiste
02e693c400
synthv1: update from 0.4.0 to 0.4.1
2014-04-12 11:58:29 +02:00
Cillian de Róiste
440a174e2d
samplv1: update from 0.4.0 to 0.4.1
2014-04-12 11:58:13 +02:00
Cillian de Róiste
aee930586f
drumkv1: update from 0.4.0 to 0.4.1
2014-04-12 11:57:43 +02:00
Mathijs Kwik
d87ae02fc1
synergy: upgrade to 1.4.17
2014-04-11 14:09:07 +02:00