X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id E11A1DC6716 for ; Sun, 3 Apr 2016 18:43:46 +0000 (UTC) Received: from mail-vk0-f47.google.com (mail-vk0-f47.google.com [209.85.213.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 9A7FEDC1092 for ; Sun, 3 Apr 2016 18:43:46 +0000 (UTC) Received: by mail-vk0-f47.google.com with SMTP id k1so156339976vkb.0 for ; Sun, 03 Apr 2016 11:43:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=7oSEJvgr5KtXjGN0i94QqArClORXbl4liS26CvNCvCQ=; b=d9TmCGaeHOpXJF3fYJ/7pvhAPUcgqzPeb2SX4DtYisS6hgxswz0bZE5LxikaRpkqWz Yz31DgEnv16ICLqh4vc5p0OQbsbBuNdmx1ld6GNateaiGmDMsBokZp9TN5ZamipNVXu+ jjv/N9LC5KTNjkSN+qv/JmO+p0SwTLI/64dcayFo29GcwIvVpwrwFlb6HKetzYTiZgvF CiRQtaR4h46QVdC3324CuW6vEOt9hepdaWwqkZu26TQFLSqcrgJexwMTVdyx6JgeM9Xl Rv5bmEnR76oz0YboKrABw5FUlmOw4rUbeH53LfnPvjLik9X3XalUNzH6dEOAdho+OIl+ 2OnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=7oSEJvgr5KtXjGN0i94QqArClORXbl4liS26CvNCvCQ=; b=VCD6XBt50lsVxM3Az3gN8xigs1QTo9US4CbvozFB8es0s7/LET8qniqChoMK8YOiqs S7E7rz0/0mHeLk0zr8iVgfKrr3Yhi9ldZ88jtX5FDUmrjEb/8LA5yLNXyBeRl8zm2L3X o78EKlOd+XZjCZfx5LDNrFxiMjn/tKgg7C2VZDLtpHUmx883SYCWYmOeVxes2j6R0KR5 /nevoz+KgE6P/gxc1+s0Ad3CGDPT02Xu7f0PJH/pGhbjFPzy6hwbIOWPZXHX3J06w0UA 3CZb912gQaeKq6eDmLqbgrndYUx0n0WOy57MYWdUo8QNuT55a9iGQ/EqcIYy6s3U7upE Sv7Q== X-Gm-Message-State: AD7BkJJOtP2u+fiFjrNa2Ttm3VdFO/rO2INfJEOAWcxOVg5mxrzJcQd7O2TYWl4sBlJGh37ZCWxHV52IQ89qYA== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.31.1.67 with SMTP id 64mr4804658vkb.130.1459709025331; Sun, 03 Apr 2016 11:43:45 -0700 (PDT) Received: by 10.103.96.66 with HTTP; Sun, 3 Apr 2016 11:43:45 -0700 (PDT) Date: Sun, 3 Apr 2016 15:43:45 -0300 Message-ID: Subject: [alpine-devel] GIMP plug-ins crash From: Alba Pompeo To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 X-Virus-Scanned: ClamAV using ClamSMTP Hello to the mailing list. I've tried to install many plug-ins on GIMP (putting them on ~/.gimp-2.8/plug-ins/ and all plug-ins crash when opened. Could someone try this on your system and see if it crashes too? And someone more knowledgeable debug this so we can have plug-ins on Alpine's GIMP? Plugin example (instruction). $ git clone https://github.com/dtschump/gmic-minimal.git gmic-src $ cd gmic-src/src $ vim Makefile (edit line 62 so that it reads "WGET = wget -O" without the extra flags, because busybox wget don't have those) $ make gimp This will create the plug-in gmic_gimp. Move it to ~/.gimp-2.8/plug-ins/ and restart GIMP. Now try to use it by opening an image on GIMP and going to Filters -> G'MIC. Please let us know if it crashes for you too. Thanks. Ciao. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---