# Multimedia utilities class nodo::utils::multimedia inherits nodo::utils::multimedia::minimal { package { [ 'pavucontrol', 'jhead', 'qrencode', 'scrot', 'pulseaudio', ]: ensure => installed, } # Not in use package { [ 'gimp', 'inkscape', 'geeqie', 'xine-ui', 'zbar-tools', 'vorbis-tools', 'opus-tools', 'cbrpager', 'alsa-tools-gui', 'v4l-utils', 'gstreamer-tools', 'mp3blaster', 'vlc', 'libasound2-plugins', 'lame', 'llgal', 'darksnow', 'ffmpeg2theora', 'netpbm', 'audacious', 'qjackctl', 'easytag', 'audacity', 'opencubicplayer', 'picard', 'gxine', 'oggfwd', 'totem', 'faad', 'gmtp', 'gphotofs', 'jmtpfs', 'landell', 'gqview', 'mencoder', 'tucan', 'orpheus', 'amarok', 'moc', 'cmus', ]: ensure => absent, } # Flash implementation (deprecated) #$flash = lookup('nodo::utils::multimedia::flash', undef, undef, 'gnash') #class { "nodo::utils::multimedia::${flash}": } }