From owner-freebsd-ports@freebsd.org Tue Dec 19 02:19:56 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BB34EA03FB for ; Tue, 19 Dec 2017 02:19:56 +0000 (UTC) (envelope-from sid@bsdmail.com) Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mail.gmx.com", Issuer "thawte SSL CA - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39B347DFE8 for ; Tue, 19 Dec 2017 02:19:56 +0000 (UTC) (envelope-from sid@bsdmail.com) Received: from [108.70.50.7] ([108.70.50.7]) by 3c-app-mailcom-lxa01.server.lan (via HTTP); Tue, 19 Dec 2017 03:19:54 +0100 MIME-Version: 1.0 Message-ID: From: Sid To: freebsd-ports@freebsd.org Subject: Re: Canberra Content-Type: text/plain; charset=UTF-8 Date: Tue, 19 Dec 2017 03:19:54 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K1:t+aFCWMHi8gqvH+k8QXNfKc9+iSBLOv+MsQoYB2f6et 72BWBU20Bw2sgQrbXoLcCUUPF3wLXLddbzb6sTNKLeEYHEfrCE MlNc5OpMOLh1klGW9WuA+V5a/3Zft5A5HGHL0ZD2FAGqOOk20U iiAugio/bXSj6fMVGXBTSCMYfZ+QzOlIzTe6YwgP0r1o07Wzmq MXKUubv79k5fBteO8l4x/EbwZeWsbVCXbxJcNbWHFtP2Yb7weD fSzUviViXHqlqkzKytBhemQWlJY/3JukkpF5GaX9Bt+1SggSOX Ejpy1c= X-UI-Out-Filterresults: notjunk:1;V01:K0:GdusWYK76bI=:PX5L4DCdj2lJzSrHz2Haya 7oxwGaW+G7xWn4F3cAERygVsW3JxI4XCdpI12DtQHlqgCvT6wgQyu1T85+TlW3gmHj4FuslQ3 yDEMF5lj/lx2ZXilkMxewfKMwb33RFmp6IdIYGq98SXR+1qkpo9f5hz2QwDh5MuxMKAT8PEhW MbQ0zRBw57Zmd0lWSfv3OTFZ9sG74wC3MahhWiCbsx33n+PpZ/bf7xYmt25Ysj0XaJt+D6aHQ kS3yBeBhNHmjujasBZn10BxxC2HwQWEa8nqFW2XGXSOAxqBvlF/6G03oRZNHluSAyShe89MzJ Ae4Sj4baSMaw6xbcCtF55AGkbp0s5HAOlHEdB9pd5r0LWDezCzY8tPFRBFCdFF+eESn5rLBqm NVLjNbyJVj14/qTw+OErUK8sLhO+l3T/TxnMmntZwwZ7iF0eLu+H8D/vdBgjCXq0idAWRCUN8 6QHtR2E7ncpnqTByGmls5s1KLtihcsZcTwTYABerbGs6j1pdfExidZAdKqjXa9Tqaz3MT4xmB hviLYvRkx3GNK+IcFB7HoG7cCBv03PTb2ZTgyRDEtZF X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 02:19:56 -0000 >Sid; Mon Dec 18 22:09:36 UTC 2017 > Canberra is an audio application for playing simple sounds like "DING!". > For playing sound, I am convinced that graphical dependencies for audio/libcanberra and audio/libcanberra-gtk3 aren't needed: x11-toolkits/gtk30, x11-toolkits/gtk20, accessibility/atk. > According to Freshports, both libcanberra and libcanberra-gtk3 refer to the file libcanberra-0.30.tar.xz of the same SHA256 and size. > The difference between these two is one pulls in gtk3 as well. > Pango is for left to right text, perhaps for displaying audio information to the user. > Its description is its "code is platform- and toolkit-independent." > For it to display a simple banner or visual it shouldn't require heavy graphical dependencies. > Also, Pango should be made into an option for Canberra, so it can definitely be compiled without atk, gtk30 or gtk20. > Pango doesn't require these three graphical dependencies, so Canberra especially shouldn't. > USE_GNOME should also be a Makefile option in ports that are only about sound (libraries, applications, audio server components) and not graphics. libcanberra and libcanberra-gtk3 should be replaced with audio/freedesktop-sound-theme. Pango appears to be a different implementation of Bango, which is not in ports, but here: https://www.freedesktop.org/wiki/Bango/.