Although I couldn't test this because I'm not using a DE, nobody else
than the one submitting the pull request has commented on this. So if it
should break the icon for other people, nobody would probably start an
assassination because of this and the commit can be easily reverted if
it should break the icon.
Remove patches that no longer apply (integrated upstream I guess), but
forward port the part that adds the missing "include <unistd.h>"[1].
Build and run tested.
[1]: http://sourceforge.net/p/meshlab/bugs/342/
Adds a dependency on PackageKit...
In better news:
- Default to PDF when saving in all cases.
- Always show file format options and use a combo box to fit better into
dialog.
- Detect HP scanners and install drivers using PackageKit if found.
- If SANE detects no scanners but we see USB IDs of Brother, Epson or
Samsung scanners then prompt the user to go to their website to install
drivers.
- Use GUsb instead of GUdev.
- Fix error dialogs not showing.
Currently it errors out at build time with:
/nix/store/HASH-cudatoolkit-6.5.19/usr_include/host_config.h:82:2:
error: #error -- unsupported GNU version! gcc 4.9 and up are not supported!
Instead of downgrading gcc to 4.8, this patch upgrades cuda to 7.0, which
I think is the better choice. (Cuda 7 dropped support for some older graphics
cards, but gained support for newer ones.)
firefoxWrapper: switch to GStreamer 1.0
This definitely fixes the compatibility issues. @peti We should open an issue to figure out what is wrong with audio for that machine.
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>