Commit graph

2893 commits

Author SHA1 Message Date
William A. Kennington III
5711761622 firefox: Revert gstreamer-1.0 changes
This causes firefox to sometimes crash and hang when playing videos.
2015-08-19 00:39:14 -07:00
Domen Kožar
3409dc7fe8 Merge pull request #9319 from ctheune/submit/syncthing-0.11.20
syncthing: 0.11.16 -> 0.11.20
2015-08-18 13:08:17 +02:00
Oliver Charles
ec8f2716f8 Merge pull request #9296 from kamilchm/bluejeans
bluejeans: 2.100.41.8 -> 2.100.102.8
2015-08-18 07:59:22 +01:00
Christian Theune
97afc0a914 syncthing: 0.11.16 -> 0.11.20 2015-08-18 08:15:37 +02:00
Kamil Chmielewski
8d21fe21ce bluejeans: 2.100.41.8 -> 2.100.102.8 2015-08-17 17:37:53 +02:00
kmicu
69269bebeb
firefoxWrapper: switch to GStreamer 1.0
wkennington@f6c1004 switched Firefox to GStreamer 1.0 by changing its
buildInput *only*, but that is not enough. We need to fix Firefox
wrappers by changing their buildInputs and set GST_PLUGIN_SYSTEM_PATH_1_0
instead of GST_PLUGIN_SYSTEM_PATH.

With above changes playing H.264/MP4 media works in firefoxWrapper and
conkerorWrapper as tested with
http://www.quirksmode.org/html5/tests/video.html and
https://soundcloud.com/immclovin33/synthetix-sundays-53-with-marko-maric-19715

It should help with peti#9247

Reviewed-by: kmicu <kmicu@protonmail.ch>
Tested-by: kmicu <kmicu@protonmail.ch>
2015-08-17 10:48:26 +02:00
William A. Kennington III
435c5d2c42 firefox: 40.0 -> 40.0.2 2015-08-14 13:58:36 -07:00
William A. Kennington III
4ed131efb3 chromiumBeta: 45.0.2454.26 -> 45.0.2454.37 2015-08-14 13:46:37 -07:00
Pascal Wittmann
6364245475 telegram-cli: make maintainers a list 2015-08-14 22:38:38 +02:00
Simon Vandel Sillesen
1d78f31b76 qBittorrent: 3.1.11 -> 3.2.3 2015-08-13 04:07:08 +02:00
William A. Kennington III
6a3b25dbd3 chromium: Updates 2015-08-11 16:08:34 -07:00
Tobias Geerinckx-Rice
ffec002c68 rsstail: 1.9.1 -> 2.0 2015-08-11 21:08:44 +02:00
William A. Kennington III
30f1d5b3cf firefox: 39.0.3 -> 40.0 2015-08-11 11:26:46 -07:00
Damien Cassou
9593caf2b1 Merge pull request #9202 from NixOS/update-backintime-1.1.6
backintime: 1.1.4 -> 1.1.6
2015-08-11 18:22:48 +02:00
Damien Cassou
c36c7fe33d backintime: 1.1.4 -> 1.1.6 2015-08-11 18:10:50 +02:00
aszlig
471cdd15e2
chromium: Update beta and dev channels.
Overview of the updated versions:

beta: 45.0.2454.15 -> 45.0.2454.26
dev:  45.0.2454.15 -> 46.0.2471.2

Changes for getting beta and dev channel to build:

 * The reference for chrome::FILE_FLASH_PLUGIN doesn't exist anymore in
   version 46, because it has been dropped upstream, see the following
   review URL:

   https://codereview.chromium.org/1255943002

   We set the PPAPI Flash path using a command line flag anyway, so it
   doesn't hurt us if we don't patch that path (which was an old
   artifact from the NSAPI->PPAPI conversion anyway).

Changes for the dev channel only:

 * It seems that in the SCM, chrome/test/data/webui/ contains a lot of
   files, however they are missing in the tarball.

   This has been reported upstream at: https://crbug.com/515917

   Our fix is to just not include webui/i18n_process_css_test.html at
   all, to avoid the configure (gyp) phase to fail, because we're not
   building tests anyway.

All channels built and tested by my Hydra instance at:

https://headcounter.org/hydra/eval/218978

Test reports:

x86:    https://headcounter.org/hydra/build/723341/download/1/log.html
x86_64: https://headcounter.org/hydra/build/723342/download/1/log.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 12:17:38 +02:00
Alexei Robyn
417dd5528e pidgin-opensteamworks: init at v1.5.1
Adds pidgin-opensteamworks, a Pidgin plugin to add support for the
Steam Friends/Steam IM service
2015-08-10 13:27:27 +10:00
Michael Raskin
e346b417d3 gajim: 0.16.1 -> 0.16.3 2015-08-08 21:01:31 +03:00
Michael Raskin
081dff71be baresip: 0.4.13 -> 0.4.14 2015-08-08 21:01:31 +03:00
Nicolas B. Pierron
da74a8dc35 Merge pull request #9166 from taku0/thunderbird-38.1.0
thunderbird: 31.7.0 -> 38.1.0
2015-08-08 18:46:05 +02:00
taku0
f059656ef2 thunderbird: 31.7.0 -> 38.1.0 2015-08-08 23:25:24 +09:00
Pascal Wittmann
590e11bc53 mesos: fix build by applying patch from review.apache.org 2015-08-07 18:14:18 +02:00
taku0
bc88e645cc firefox-bin: 39.0 -> 39.0.3 2015-08-07 22:09:25 +09:00
James Cook
9f79830345 firefox: 39.0 -> 39.0.3 2015-08-06 21:21:07 -07:00
Jan Malakhovski
9966ec4e54 notmuch: fix gpg path in notmuch-config.c
Fixes errors when attempting to decrypt an encrypted message.
I'm not sure that `crypto.c` needs to be patched after this, since this setting
should propagate there, but let's play it safe.
2015-08-06 22:11:29 +02:00
William A. Kennington III
f6c1004b2a firefox: Use more system libraries
Use system libpng with apng support.
Use the system icu which works fine in newer firefox builds.
Use jemalloc to speed up memory allocations and reduce fragmentation.
2015-08-05 23:26:34 -07:00
William A. Kennington III
5c6aa391fc chromium: Cleanup old patch and update stable 2015-08-05 19:27:29 -07:00
William A. Kennington III
370add9d80 chromium: update.sh Shouldn't use cached hashes as they often change upstream for the same version 2015-08-05 19:25:56 -07:00
William A. Kennington III
d9358f1879 Merge pull request #9117 from benley/chromium-xdg
chromium: fix opening URLs from associated mime types
2015-08-05 17:08:30 -07:00
Herwig Hochleitner
150cbd6a65 dropbox: 3.6.9 -> 3.8.5 2015-08-05 23:56:54 +02:00
Benjamin Staffin
501f667958 chromium: fix opening URLs from associated mime types
It helps to actually pass the URL to chromium :)

Related to #4370
2015-08-04 14:39:17 -07:00
Null is Too Long
804f0098ef thunderbird-bin: fix icon path 2015-08-04 12:23:28 -04:00
Arseniy Seroka
d649a1d88f telegram-cli: 2014-03-04 -> 2015-07-30 & add maintainer 2015-08-04 17:11:36 +03:00
Pascal Wittmann
76b5c75d48 dwb: mark it as broken, closes #7952 2015-08-04 13:04:14 +02:00
Charles Strahan
bc042fe0ff mesos: 0.22.1 -> 0.23.0 2015-08-04 06:11:32 -04:00
Benjamin Staffin
f098967293 chromium: Fix widevine ppapi plugin loading
See "Running a plugin in Chrome" section at:
https://www.chromium.org/developers/design-documents/pepper-plugin-implementation

The colon between the plugin's description and its mime type is indeed
supposed to be a semicolon, according to that design doc.
2015-08-03 20:37:35 -07:00
Michael Raskin
b49fc96617 Use GNOME-enabled libsoup in Midori as the build fails otherwise 2015-08-03 00:31:07 +03:00
Arseniy Seroka
372e5a7dcf Merge pull request #9072 from benley/shout
Shout: new package and nixos module
2015-08-02 16:07:36 +03:00
Benjamin Staffin
f4502e650b shout: init at 0.51.1
Shout is an IRC client with a nice web interface.
2015-07-31 16:08:10 -07:00
Nikolay Amiantov
47bb91194b mumble: use our celt library 2015-07-31 13:41:43 +03:00
Thomas Tuegel
ebe0befd86 Merge branch 'quassel' 2015-07-30 21:51:37 -05:00
Eelco Dolstra
55932c1bec Don't statically depend on cacert for certificates
This reverts commit cd52c04456 and
others.

Managing certificates (including revoking certificates and adding
custom certificates) becomes extremely painful if every package in the
system potentially depends on a different copy of cacert. Also, it
makes updating cacert rather expensive.
2015-07-31 01:34:58 +02:00
William A. Kennington III
85134cc386 chromium: Updates 2015-07-30 12:12:08 -07:00
aszlig
8d34b4a46a
chromium: Add another mirror for Chrome deb.
The only mirror left which still has the .deb for 44.0.2403.89 is
http://mirror.pcbeta.com/, but that one doesn't seem to be reachable
from certain contries.

And according to @CestDiego, it doesn't seem to be reachable from within
the US.

Closes #9021, thanks to @CestDiego for reporting.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Diego Berrocal <cestdiego@gmail.com>
Tested-by: Diego Berrocal <cestdiego@gmail.com>
2015-07-30 19:57:38 +02:00
Tobias Geerinckx-Rice
936b8dc2c7 x2goclient: 4.0.4.0 -> 4.0.5.0 2015-07-29 00:19:31 +02:00
Arseniy Seroka
44b9366810 Merge pull request #9032 from devhell/canto
canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
2015-07-29 00:34:50 +03:00
devhell
9dbde02381 canto-{curses,daemon}: {0.9.4,0.9.3} -> {0.9.6,0.9.5}
Built and tested locally. The changelog can be found here:
http://codezen.org/canto-ng/news/
2015-07-28 21:05:14 +01:00
Thomas Tuegel
058f36aae7 quassel: add optional KF5 features
Also fixes conditional dependencies so that TLS is enabled.
2015-07-27 17:58:00 -05:00
Tobias Geerinckx-Rice
4d20fb5f44 putty: 0.64 -> 0.65 2015-07-27 01:54:08 +02:00
William A. Kennington III
6cb708c3b3 chromium: Bump 2015-07-26 12:38:34 -07:00