
Receipt for package "webkitgtk"
# SliTaz package receipt. PACKAGE="webkitgtk" VERSION="2.4.11" CATEGORY="network" SHORT_DESC="xHTML render library." MAINTAINER="devel@slitaz.org" LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="https://webkitgtk.org" WGET_URL="$WEB_SITE/releases/$TARBALL" HOST_ARCH="i486 arm x86_64" DEPENDS="gtk+ enchant libxslt expat gtk+ jpeg libpng libxml2 sqlite \ xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \ xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ xorg-libXrandr xorg-libXrender xorg-libXt acl xorg-libXdamage libsoup \ gcc-lib-base libtasn1 util-linux-uuid glib-networking harfbuzz-icu \ libegl-mesa libwebp libsecret gstreamer-1.0 gst-plugins-base-1.0 libatomic" BUILD_DEPENDS="autoconf automake115 gtk+-dev enchant-dev libxslt-dev jpeg-dev libpng-dev \ glib-dev sqlite-dev gnutls-dev xorg-libXdamage-dev acl-dev libsoup-dev \ libxml2-dev libxcb-dev xcb-util-dev util-linux-uuid-dev zlib-dev \ libtasn1-dev glib-networking ruby-dev icu-dev harfbuzz-icu-dev mesa-dev \ libglu-mesa-dev libglw-mesa-dev libegl-mesa libwebp-dev libsecret-dev \ gstreamer-1.0-dev gst-plugins-base-1.0-dev" # What is the latest version available today? current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ sed "/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Handle cross compilation. case "$ARCH" in i?86|x86_64) BUILD_DEPENDS="$BUILD_DEPENDS tar gettext m4 bison flex gperf autoconf automake115 gtk-doc libtool" ;; esac # Rules to configure and make the package. compile_rules() { # Not try to build webkitgtk on tank case "$(cat "$1/etc/hostname" 2> /dev/null)" in tank*) exit 0 ;; esac # Patch with new icu patch -p1 < $stuff/webkitgtk-JSStringRef-typedef.patch patch -p1 < $stuff/webkitgtk-fix-platform-graphics.patch # see https://bugs.gentoo.org/751943 patch -p1 < $stuff/webkitgtk-fix-icu.patch patch -p1 < $stuff/webkitgtk-fix-icu-2.patch # fix abs patch -p1 < $stuff/webkitgtk-fix-abs.patch # Fix toRenderBox see https://bugs.gentoo.org/579350 patch -p1 < $stuff/webkitgtk-fix-renderbox.patch # Patch with new glib / enchant-2 # see https://aur.archlinux.org/cgit/aur.git/tree/?h=webkitgtk patch -p1 < $stuff/webkitgtk-fix-enchant2.patch patch -p1 < $stuff/webkitgtk-fix-glib-2.68.0.patch # Build fix patch -p1 < $stuff/webkitgtk-fix-glib-min.patch # Build fix with newer bison 3 sed -i 's|%pure_parser|%define api.pure|' Source/WebCore/css/CSSGrammar.y.in patch -p1 < $stuff/webkitgtk-fix-grammar.patch # Silence harmless warnings export CFLAGS="$CFLAGS -Wno-error=deprecated-declarations \ -Wno-error=format-security -Wno-unused-local-typedefs -Wno-expansion-to-defined" export CXXFLAGS="$CXXFLAGS -Wno-unused-local-typedefs -Wno-expansion-to-defined \ -Wno-error=deprecated-declarations -Wno-error=format-security" # Build ./configure \ --enable-introspection=no \ --enable-video=yes \ --enable-jit=yes \ --enable-webgl \ --disable-geolocation \ --enable-silent-rules \ --with-gtk=2.0 \ --disable-webkit2 \ --disable-gtk-doc \ $CONFIGURE_ARGS && # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i 's| -shared | -Wl,-O1,--as-needed\0|g' libtool make $MAKEFLAGS all stamp-po 2>&1 | grep -v Source/WebCore/dom/testing && make $MAKEFLAGS install 2>&1 | \ grep -Ev '(/usr/share/gtk-doc/html|Documentation/webkitgtk/version.xml)' && cp -a $src/Programs/GtkLauncher $DESTDIR/usr/bin } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)