Merge pull request #7070 from oxij/more-cleanups

More cleanups
This commit is contained in:
Arseniy Seroka 2015-03-30 17:35:38 +03:00
commit 63f442a590
2 changed files with 8 additions and 12 deletions

@ -1,8 +1,9 @@
{ sslSupport ? true
, gpgSupport ? false
, stdenv, fetchurl, pkgconfig, gtk
{ stdenv, fetchurl, pkgconfig, gtk
, openssl ? null
, gpgme ? null
, sslSupport ? true
, gpgSupport ? true
}:
with stdenv.lib;

@ -11198,19 +11198,17 @@ let
normalize = callPackage ../applications/audio/normalize { };
mplayer = callPackage ../applications/video/mplayer {
mplayer = callPackage ../applications/video/mplayer ({
pulseSupport = config.pulseaudio or false;
vdpauSupport = config.mplayer.vdpauSupport or false;
};
} // (config.mplayer or {}));
mplayer2 = callPackage ../applications/video/mplayer2 {
ffmpeg = libav_9; # see https://trac.macports.org/ticket/44386
};
MPlayerPlugin = browser:
import ../applications/networking/browsers/mozilla-plugins/mplayerplug-in {
callPackage ../applications/networking/browsers/mozilla-plugins/mplayerplug-in {
inherit browser;
inherit fetchurl stdenv pkgconfig gettext;
inherit (xlibs) libXpm;
# !!! should depend on MPlayer
};
@ -11803,10 +11801,7 @@ let
swh_lv2 = callPackage ../applications/audio/swh-lv2 { };
sylpheed = callPackage ../applications/networking/mailreaders/sylpheed {
sslSupport = true;
gpgSupport = true;
};
sylpheed = callPackage ../applications/networking/mailreaders/sylpheed { };
symlinks = callPackage ../tools/system/symlinks { };