From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: merging of the xwidget branch to master Date: Tue, 03 Feb 2015 17:31:17 +0100 Organization: Probably a good idea Message-ID: References: <871tmaj6r9.fsf@bernoul.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422981107 31955 80.91.229.3 (3 Feb 2015 16:31:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2015 16:31:47 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 17:31:47 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YIgO9-00057L-Nh for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2015 17:31:45 +0100 Original-Received: from localhost ([::1]:60325 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIgO9-0006oS-1a for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2015 11:31:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIgNq-0006lU-F9 for emacs-devel@gnu.org; Tue, 03 Feb 2015 11:31:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIgNn-0002MM-Md for emacs-devel@gnu.org; Tue, 03 Feb 2015 11:31:26 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:54149) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIgNn-0002M4-Gq for emacs-devel@gnu.org; Tue, 03 Feb 2015 11:31:23 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YIgNm-0004sT-Hh for emacs-devel@gnu.org; Tue, 03 Feb 2015 17:31:22 +0100 Original-Received: from rainey.bang.priv.no ([212.110.185.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2015 17:31:22 +0100 Original-Received: from sb by rainey.bang.priv.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Feb 2015 17:31:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: rainey.bang.priv.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:D5q9xGr2xuNHox3bPOi6LnO513I= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182331 Archived-At: >>>>> joakim@verona.se: > I'm not familiar enough with Debian. > I have a working Dockerfile recipy for Fedora here: > https://github.com/jave/xwidget-aux/blob/master/emacs-xwidget-docker-f20/Dockerfile > I could do one for Debian as well, but perhaps the Fedora one is good > enough for you to adapt to Debian? Here is a close approximation of the yum package list for debian: apt-get install git gobject-introspection ncurses-devel libjpeg62-turbo-dev libxpm-dev libjpeg62-dev libtiff5-dev libncurses5-dev libgif-dev texinfo I didn't find equivalents for: libungif-dev, ncurses-dev and libnsurses-dev A google for "libungif debian" found that the libgif4 package contains libungif.so.4: https://packages.debian.org/cgi-bin/search_contents.pl?word=libungif.so.4&searchmode=searchfiles&case=insensitive&version=unstable&arch= And the libgif-dev package has the same version number as libgif4, so I used that instead of libungif-devel. The ncurses-devel stuff may be included in debian's libncurses-dev...? But libnsurses-dev is still a mystery