From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Vong Subject: [PATCH 3/3] gnu: vlc: Add inputs. Date: Sat, 10 Sep 2016 11:08:18 +0800 Message-ID: <87r38sih99.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/x-diff Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biYeb-0005sf-DI for guix-devel@gnu.org; Fri, 09 Sep 2016 23:08:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1biYeT-00006n-V7 for guix-devel@gnu.org; Fri, 09 Sep 2016 23:08:28 -0400 Received: from mail-pf0-x241.google.com ([2607:f8b0:400e:c00::241]:33071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1biYeT-00006d-K6 for guix-devel@gnu.org; Fri, 09 Sep 2016 23:08:21 -0400 Received: by mail-pf0-x241.google.com with SMTP id 128so4818732pfb.0 for ; Fri, 09 Sep 2016 20:08:21 -0700 (PDT) Content-Disposition: inline; filename=0003-gnu-vlc-Add-inputs.patch 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: guix-devel@gnu.org >From b9e30604e432586c89c5e33b27ba609852efd399 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Tue, 30 Aug 2016 02:30:57 +0800 Subject: [PATCH 3/3] gnu: vlc: Add inputs. * 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. --- gnu/packages/video.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index a041666..e791dbf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -60,9 +60,13 @@ #:use-module (gnu packages gl) #:use-module (gnu packages glib) #:use-module (gnu packages guile) + #:use-module (gnu packages gnome) #:use-module (gnu packages gnupg) + #:use-module (gnu packages gstreamer) #:use-module (gnu packages gtk) #:use-module (gnu packages image) + #:use-module (gnu packages libupnp) + #:use-module (gnu packages libusb) #:use-module (gnu packages linux) #:use-module (gnu packages lua) #:use-module (gnu packages mp3) @@ -74,6 +78,7 @@ #:use-module (gnu packages pulseaudio) #:use-module (gnu packages python) #:use-module (gnu packages qt) + #:use-module (gnu packages samba) #:use-module (gnu packages sdl) #:use-module (gnu packages ssh) #:use-module (gnu packages texinfo) @@ -611,20 +616,44 @@ audio/video codec library.") `(("alsa-lib" ,alsa-lib) ("avahi" ,avahi) ("dbus" ,dbus) + ("eudev" ,eudev) + ("faad2" ,faad2) ("flac" ,flac) ("ffmpeg" ,ffmpeg-2.8) ;fails to build against ffmpeg 3.0 + ("fluidsynth" ,fluidsynth) ("fontconfig" ,fontconfig) ("freetype" ,freetype) + ("gnome-vfs" ,gnome-vfs) ; FIXME: the build system cannot detect it ("gnutls" ,gnutls) + ("gst-plugins-base" ,gst-plugins-base) + ("gtk+" ,gtk+-2) + ("jack" ,jack-2) ("liba52" ,liba52) + ("libass" ,libass) + ("libavc1394" ,libavc1394) + ("libbluray" ,libbluray) + ("libcaca" ,libcaca) + ("libdca" ,libdca) ("libcddb" ,libcddb) + ("libdvdnav" ,libdvdnav) + ("libdvdread" ,libdvdread) ("libgcrypt" ,libgcrypt) ("libkate" ,libkate) ("libmad" ,libmad) + ("libmpeg2" ,libmpeg2) + ("libmodplug" ,libmodplug) + ("libmtp" ,libmtp) + ("libnotify" ,libnotify) ("libogg" ,libogg) ("libpng" ,libpng) + ("libraw1394" ,libraw1394) ("libsamplerate" ,libsamplerate) + ("libshout" ,libshout) ("libssh2" ,libssh2) + ("librsvg" ,librsvg) + ("libupnp" ,libupnp) + ("libva" ,libva) + ("libvdpau" ,libvdpau) ("libvorbis" ,libvorbis) ("libtheora" ,libtheora) ("libxext" ,libxext) @@ -641,9 +670,12 @@ audio/video codec library.") ("qt" ,qt) ; FIXME: reenable modular qt after update - requires building ;("qtbase" ,qtbase) with -std=gnu++11. ;("qtx11extras" ,qtx11extras) + ("samba" ,samba) ("sdl" ,sdl) ("sdl-image" ,sdl-image) ("speex" ,speex) + ("taglib" ,taglib) + ("twolame" ,twolame) ("xcb-util-keysyms" ,xcb-util-keysyms))) (arguments `(#:configure-flags -- 2.10.0