From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by sourceware.org (Postfix) with ESMTPS id 07B1F383F87A for ; Tue, 26 May 2020 15:33:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 07B1F383F87A Received: by mail-ej1-x633.google.com with SMTP id l21so24298881eji.4 for ; Tue, 26 May 2020 08:33:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=ckVs+bdncXOtPc3/b83u7FZshHuOGCQy6/8UJBOCm5Y=; b=oqZbt67hcD6ApFhZIGtCPUfQ8uk0cCCiHUww81DvopD6C03vwQMw7y2M9inL8EDIzE Y8zgTgf/yen0MiBTGKvS8Xgn2n+6BHZ5xxBqhTWUEAlSCu05ZElKwkfb7wsyCRwNixk4 8syJ+Cq9JiMONZYj+NXjB4zO70nQbEAyaBmLRveUsQulNJM0FFNXEI/z/6J31BCB5rjG cJnbZnB5eKwP+CZp38Rx3ftn/KNULfwV03rSgHqRf3eKu66r4ujc4qyjWNi0RWCsslEp wUDefSEFl/egviAzAzU+XyAxx59YhErT1GyMlciW9X5cOZNCki26sfqMc1jFz8UdTG+J kL7g== X-Gm-Message-State: AOAM532bh4WjniX6v0nmSgWf9+UqpYpb+s9xihy8fISFhststZn9Tx9C wvBYmGhSmxqPeVkIFk+kc45/95ntF/w= X-Google-Smtp-Source: ABdhPJyZytLkzMqzqW7yS2Qujoj1SLfmwYbxyegh1d4kBa6vDa470nlvCzA7ZcZRi4jFQrnvN+DDaQ== X-Received: by 2002:a17:906:3481:: with SMTP id g1mr1522098ejb.530.1590507183935; Tue, 26 May 2020 08:33:03 -0700 (PDT) Received: from ?IPv6:2003:cc:9f40:7eef:b1fa:2d3a:fe50:dd99? (p200300cc9f407eefb1fa2d3afe50dd99.dip0.t-ipconnect.de. [2003:cc:9f40:7eef:b1fa:2d3a:fe50:dd99]) by smtp.gmail.com with ESMTPSA id nj6sm186855ejb.99.2020.05.26.08.33.03 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 May 2020 08:33:03 -0700 (PDT) Subject: Re: [ITA] babl To: cygwin-apps@cygwin.com References: From: Marco Atzeri Message-ID: <172bd3de-b15d-a1bc-cef6-0d7444617dc7@gmail.com> Date: Tue, 26 May 2020 17:33:02 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 15:33:06 -0000 On 26.05.2020 00:18, Ken Brown via Cygwin-apps wrote: > cygport file and patches attached. > > The build system has changed from autotools to meson.  The former is no > longer supported. > > I have disabled gobject introspection for reasons explained here: > >   https://sourceware.org/pipermail/cygwin-apps/2020-May/040093.html > > This represents no change, because Yaakov disabled it (for different > reasons) several years ago.  I'm hoping to be able to re-enable it at > some point. > > I went to some trouble, with the help of Jon Turney, to make the html > docs build, so I packaged them in a (new) libbabl-doc package.  Is there > any reason not to do this? > > Fedora packages the docs also, in babl-devel-docs. > > Ken changed maintainer