From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 3/3] gnu: vlc: Add inputs. Date: Mon, 10 Oct 2016 16:55:38 +0200 Message-ID: <87lgxwfe39.fsf@elephly.net> References: <87r38sih99.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btbzg-0007IQ-Bs for guix-devel@gnu.org; Mon, 10 Oct 2016 10:55:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btbzb-0007zF-Bo for guix-devel@gnu.org; Mon, 10 Oct 2016 10:55:55 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21435) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btbzb-0007ym-2J for guix-devel@gnu.org; Mon, 10 Oct 2016 10:55:51 -0400 In-reply-to: <87r38sih99.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Vong Cc: guix-devel@gnu.org Alex Vong writes: > * gnu/packages/video.scm (vlc)[inputs]: Add eudev, faad2, fluidsynth, > gnome-vfs, gst-plugins-base, gtk+-2, jack-2, libass, libavc1394, > libbluray, libcaca, libdca, libdvdnav, libdvdread, libmpeg2, > libmodplug, libmtp, libnotify, libraw1394, libshout, librsvg, libupnp, > libva, libvdpau, samba, taglib, twolame. Please use “jack-1” instead of “jack-2”. They both work but we use “jack-1” everywhere. “jack-2” offers DBUS activation — if a user wants to have this they can install “jack-2” into their profile and it will work just fine with applications that were linked with “jack-1”. In short: “jack-2” is only there for users who want DBUS support in their JACK server, “jack-1” is for everyone and everything else. ~~ Ricardo