]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding v4l-utils gstreamer-tools into utils::multimedia
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Sep 2012 20:15:36 +0000 (17:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Sep 2012 20:15:36 +0000 (17:15 -0300)
manifests/subsystems/utils/multimedia.pp

index 938ff82753a6a90a0b6540796a55aa850f4490bf..b4f2441a2b05b62e1baea43b99ce09d4dad2ba9d 100644 (file)
@@ -15,15 +15,15 @@ class utils::multimedia::studio {
 
 class utils::multimedia {
   # Multimedia
-  package { [ 'alsa-tools-gui',  'mp3blaster',          'alsa-utils', 'netpbm',
-              'gqview',          'mpg123',              'audacious',  'qjackctl',
-              'gimp',            'xine-ui',             'amarok',     'wodim',
-              'genisoimage',     'dvd+rw-tools',        'inkscape',   'jhead',
-              'easytag',         'flashplugin-nonfree', 'vlc',        'audacity',
-              'opencubicplayer', 'moc',                 'cmus',       'orpheus',
-              'cbrpager',        'llgal',               'darksnow',   'mplayer',
-              'tucan',           'ffmpeg2theora',       'oggfwd',     'libasound2-plugins',
-              'mencoder' ]:
+  package { [ 'alsa-tools-gui',  'mp3blaster',          'alsa-utils',      'netpbm',
+              'gqview',          'mpg123',              'audacious',       'qjackctl',
+              'gimp',            'xine-ui',             'amarok',          'wodim',
+              'genisoimage',     'dvd+rw-tools',        'inkscape',        'jhead',
+              'easytag',         'flashplugin-nonfree', 'vlc',             'audacity',
+              'opencubicplayer', 'moc',                 'cmus',            'orpheus',
+              'cbrpager',        'llgal',               'darksnow',        'mplayer',
+              'tucan',           'ffmpeg2theora',       'oggfwd',          'libasound2-plugins',
+              'mencoder',        'v4l-utils'            'gstreamer-tools', ]:
     ensure => installed,
   }