2020-04-30 23:14:19 +01:00
|
|
|
{ stdenv
|
|
|
|
, fetchurl
|
|
|
|
, meson
|
|
|
|
, ninja
|
2020-10-04 14:15:40 +01:00
|
|
|
, pkg-config
|
2020-04-30 23:14:19 +01:00
|
|
|
, SDL2
|
|
|
|
, alsaLib
|
|
|
|
, bullet
|
|
|
|
, check
|
|
|
|
, curl
|
|
|
|
, dbus
|
|
|
|
, doxygen
|
|
|
|
, expat
|
|
|
|
, fontconfig
|
|
|
|
, freetype
|
|
|
|
, fribidi
|
|
|
|
, ghostscript
|
|
|
|
, giflib
|
|
|
|
, glib
|
|
|
|
, gst_all_1
|
|
|
|
, gtk3
|
|
|
|
, harfbuzz
|
|
|
|
, hicolor-icon-theme
|
|
|
|
, ibus
|
|
|
|
, jbig2dec
|
|
|
|
, libGL
|
|
|
|
, libdrm
|
|
|
|
, libinput
|
|
|
|
, libjpeg
|
|
|
|
, libpng
|
|
|
|
, libpulseaudio
|
|
|
|
, libraw
|
|
|
|
, librsvg
|
|
|
|
, libsndfile
|
|
|
|
, libspectre
|
|
|
|
, libtiff
|
|
|
|
, libwebp
|
|
|
|
, libxkbcommon
|
|
|
|
, luajit
|
|
|
|
, lz4
|
|
|
|
, mesa
|
2020-06-09 13:33:05 +01:00
|
|
|
, mint-x-icons
|
2020-04-30 23:14:19 +01:00
|
|
|
, openjpeg
|
|
|
|
, openssl
|
|
|
|
, poppler
|
2020-05-02 04:21:38 +01:00
|
|
|
, python3Packages
|
2020-04-30 23:14:19 +01:00
|
|
|
, systemd
|
|
|
|
, udev
|
|
|
|
, utillinux
|
2020-10-04 14:21:41 +01:00
|
|
|
, wayland
|
|
|
|
, wayland-protocols
|
2020-04-30 23:14:19 +01:00
|
|
|
, writeText
|
|
|
|
, xorg
|
|
|
|
, zlib
|
|
|
|
}:
|
2014-09-15 20:54:02 +01:00
|
|
|
|
|
|
|
stdenv.mkDerivation rec {
|
2019-08-27 21:15:47 +01:00
|
|
|
pname = "efl";
|
2020-09-27 00:07:52 +01:00
|
|
|
version = "1.25.0";
|
2016-06-22 20:54:14 +01:00
|
|
|
|
2014-09-15 20:54:02 +01:00
|
|
|
src = fetchurl {
|
2019-08-27 21:15:47 +01:00
|
|
|
url = "http://download.enlightenment.org/rel/libs/${pname}/${pname}-${version}.tar.xz";
|
2020-09-27 00:07:52 +01:00
|
|
|
sha256 = "0vlmf0rp2qxdl06pdmrd1xdfa10sdz30vnxzc98inpdg1n8iz52k";
|
2014-09-15 20:54:02 +01:00
|
|
|
};
|
|
|
|
|
2019-09-24 13:35:05 +01:00
|
|
|
nativeBuildInputs = [
|
2019-10-16 01:29:48 +01:00
|
|
|
meson
|
|
|
|
ninja
|
2019-09-24 13:35:05 +01:00
|
|
|
gtk3
|
2020-10-04 14:15:40 +01:00
|
|
|
pkg-config
|
2019-10-16 01:29:48 +01:00
|
|
|
check
|
2019-09-24 13:35:05 +01:00
|
|
|
];
|
2016-05-28 13:54:23 +01:00
|
|
|
|
2019-09-24 13:35:05 +01:00
|
|
|
buildInputs = [
|
|
|
|
fontconfig
|
|
|
|
freetype
|
|
|
|
giflib
|
|
|
|
glib
|
|
|
|
gst_all_1.gst-libav
|
|
|
|
gst_all_1.gst-plugins-base
|
|
|
|
gst_all_1.gst-plugins-good
|
|
|
|
gst_all_1.gstreamer
|
2019-10-16 01:29:48 +01:00
|
|
|
ibus
|
2019-09-24 13:35:05 +01:00
|
|
|
libGL
|
|
|
|
libpng
|
|
|
|
libpulseaudio
|
|
|
|
libsndfile
|
|
|
|
libtiff
|
|
|
|
lz4
|
|
|
|
mesa
|
|
|
|
openssl
|
|
|
|
systemd
|
|
|
|
udev
|
2020-10-04 14:21:41 +01:00
|
|
|
wayland-protocols
|
2019-09-24 13:35:05 +01:00
|
|
|
xorg.libX11
|
|
|
|
xorg.libXcursor
|
|
|
|
xorg.xorgproto
|
|
|
|
zlib
|
2020-06-09 13:33:05 +01:00
|
|
|
# still missing parent icon themes: RAVE-X, Faenza
|
2019-09-24 13:35:05 +01:00
|
|
|
];
|
2014-12-17 09:32:48 +00:00
|
|
|
|
2019-09-24 13:35:05 +01:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
SDL2
|
|
|
|
alsaLib
|
|
|
|
bullet
|
|
|
|
curl
|
|
|
|
dbus
|
|
|
|
dbus
|
|
|
|
doxygen
|
|
|
|
expat
|
|
|
|
fribidi
|
|
|
|
ghostscript
|
|
|
|
harfbuzz
|
2020-06-09 13:33:05 +01:00
|
|
|
hicolor-icon-theme # for the icon theme
|
2019-09-24 13:35:05 +01:00
|
|
|
jbig2dec
|
|
|
|
libdrm
|
|
|
|
libinput
|
|
|
|
libjpeg
|
|
|
|
libraw
|
|
|
|
librsvg
|
|
|
|
libspectre
|
|
|
|
libwebp
|
|
|
|
libxkbcommon
|
|
|
|
luajit
|
2020-06-09 13:33:05 +01:00
|
|
|
mint-x-icons # Mint-X is a parent icon theme of Enlightenment-X
|
2019-09-24 13:35:05 +01:00
|
|
|
openjpeg
|
|
|
|
poppler
|
|
|
|
utillinux
|
2020-10-04 14:21:41 +01:00
|
|
|
wayland
|
2019-09-24 13:35:05 +01:00
|
|
|
xorg.libXScrnSaver
|
|
|
|
xorg.libXcomposite
|
|
|
|
xorg.libXdamage
|
|
|
|
xorg.libXext
|
|
|
|
xorg.libXfixes
|
|
|
|
xorg.libXi
|
|
|
|
xorg.libXinerama
|
|
|
|
xorg.libXrandr
|
|
|
|
xorg.libXrender
|
|
|
|
xorg.libXtst
|
|
|
|
xorg.libxcb
|
|
|
|
];
|
2014-12-17 09:32:48 +00:00
|
|
|
|
2020-04-16 15:23:36 +01:00
|
|
|
dontDropIconThemeCache = true;
|
|
|
|
|
2019-10-16 01:29:48 +01:00
|
|
|
mesonFlags = [
|
|
|
|
"--buildtype=release"
|
|
|
|
"-D build-tests=false" # disable build tests, which are not working
|
2020-09-27 00:07:52 +01:00
|
|
|
"-D ecore-imf-loaders-disabler=ibus,scim" # ibus is disabled by default, scim is not availabe in nixpkgs
|
2020-05-13 17:38:12 +01:00
|
|
|
"-D embedded-lz4=false"
|
2019-10-16 01:29:48 +01:00
|
|
|
"-D fb=true"
|
2020-05-13 19:29:34 +01:00
|
|
|
"-D network-backend=connman"
|
2019-10-16 01:29:48 +01:00
|
|
|
"-D sdl=true"
|
2020-09-27 00:07:52 +01:00
|
|
|
"-D elua=true"
|
|
|
|
"-D bindings=lua,cxx"
|
2020-10-04 14:21:41 +01:00
|
|
|
# for wayland client support
|
|
|
|
"-D wl=true"
|
|
|
|
"-D drm=true"
|
2017-04-21 18:49:28 +01:00
|
|
|
];
|
2014-09-15 20:54:02 +01:00
|
|
|
|
2020-06-17 16:10:02 +01:00
|
|
|
patches = [
|
|
|
|
./efl-elua.patch
|
|
|
|
];
|
2015-05-16 15:42:40 +01:00
|
|
|
|
2019-04-15 01:31:27 +01:00
|
|
|
postPatch = ''
|
|
|
|
patchShebangs src/lib/elementary/config_embed
|
2019-10-16 01:29:48 +01:00
|
|
|
|
|
|
|
# fix destination of systemd unit and dbus service
|
2020-06-17 16:10:02 +01:00
|
|
|
substituteInPlace systemd-services/meson.build --replace "sys_dep.get_pkgconfig_variable('systemduserunitdir')" "'$out/systemd/user'"
|
2019-10-16 01:29:48 +01:00
|
|
|
substituteInPlace dbus-services/meson.build --replace "dep.get_pkgconfig_variable('session_bus_services_dir')" "'$out/share/dbus-1/services'"
|
2019-04-15 01:31:27 +01:00
|
|
|
'';
|
|
|
|
|
2017-04-30 10:35:59 +01:00
|
|
|
# bin/edje_cc creates $HOME/.run, which would break build of reverse dependencies.
|
|
|
|
setupHook = writeText "setupHook.sh" ''
|
|
|
|
export HOME="$TEMPDIR"
|
|
|
|
'';
|
|
|
|
|
2014-09-15 20:54:02 +01:00
|
|
|
preConfigure = ''
|
2019-10-16 01:29:48 +01:00
|
|
|
# allow ecore_con to find libcurl.so, which is a runtime dependency (it is dlopened)
|
2020-01-02 00:29:34 +00:00
|
|
|
export LD_LIBRARY_PATH="${curl.out}/lib''${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
|
2019-10-16 01:29:48 +01:00
|
|
|
|
2017-04-30 10:35:59 +01:00
|
|
|
source "$setupHook"
|
2014-09-15 20:54:02 +01:00
|
|
|
'';
|
|
|
|
|
2015-05-16 15:42:40 +01:00
|
|
|
postInstall = ''
|
2019-10-16 01:29:48 +01:00
|
|
|
# fix use of $out variable
|
2015-05-16 15:42:40 +01:00
|
|
|
substituteInPlace "$out/share/elua/core/util.lua" --replace '$out' "$out"
|
2020-09-27 00:07:52 +01:00
|
|
|
rm "$out/share/elua/core/util.lua.orig"
|
2019-10-16 01:29:48 +01:00
|
|
|
|
|
|
|
# add all module include dirs to the Cflags field in efl.pc
|
2015-05-16 15:42:40 +01:00
|
|
|
modules=$(for i in "$out/include/"*/; do printf ' -I''${includedir}/'`basename $i`; done)
|
2019-10-16 01:29:48 +01:00
|
|
|
substituteInPlace "$out/lib/pkgconfig/efl.pc" \
|
|
|
|
--replace 'Cflags: -I''${includedir}/efl-1' \
|
|
|
|
'Cflags: -I''${includedir}/eina-1/eina'"$modules"
|
2018-10-02 22:43:19 +01:00
|
|
|
|
|
|
|
# build icon cache
|
|
|
|
gtk-update-icon-cache "$out"/share/icons/Enlightenment-X
|
2015-05-16 15:42:40 +01:00
|
|
|
'';
|
2014-12-28 10:40:01 +00:00
|
|
|
|
2018-03-27 17:54:44 +01:00
|
|
|
postFixup = ''
|
2020-08-28 20:24:39 +01:00
|
|
|
# Some libraries are linked at runtime by hand in code (they are dlopened)
|
2018-03-27 17:54:44 +01:00
|
|
|
patchelf --add-needed ${curl.out}/lib/libcurl.so $out/lib/libecore_con.so
|
2020-08-28 20:24:39 +01:00
|
|
|
patchelf --add-needed ${libpulseaudio}/lib/libpulse.so $out/lib/libecore_audio.so
|
|
|
|
patchelf --add-needed ${libsndfile.out}/lib/libsndfile.so $out/lib/libecore_audio.so
|
2018-03-27 17:54:44 +01:00
|
|
|
'';
|
|
|
|
|
2020-10-04 16:43:21 +01:00
|
|
|
meta = with stdenv.lib; {
|
2016-08-22 23:39:23 +01:00
|
|
|
description = "Enlightenment foundation libraries";
|
2020-04-01 02:11:51 +01:00
|
|
|
homepage = "https://enlightenment.org/";
|
2020-10-04 16:43:21 +01:00
|
|
|
license = with licenses; [ bsd2 lgpl2Only licenses.zlib ];
|
|
|
|
platforms = platforms.linux;
|
|
|
|
maintainers = with maintainers; [ matejc tstrobel ftrvxmtrx romildo ];
|
2014-09-15 20:54:02 +01:00
|
|
|
};
|
|
|
|
}
|