# Multimedia utilities
class utils::multimedia::studio {
package { [ 'ardour', 'hydrogen', ]:
- ensure => $::lsbdistcodename ? {
- 'lenny' => absent,
- default => installed,
- }
+ ensure => installed,
}
# CD writers and extractors
'gqview', 'mpg123', 'audacious', 'qjackctl',
'gimp', 'xine-ui', 'v4l-utils', 'inkscape',
'easytag', 'gstreamer-tools', 'vlc', 'audacity',
- 'opencubicplayer', 'youtube-dl', 'mencoder', 'libasound2-plugins'
+ 'opencubicplayer', 'youtube-dl', 'mencoder', 'libasound2-plugins',
'cbrpager', 'llgal', 'darksnow', 'mplayer',
'picard', 'ffmpeg2theora', 'oggfwd', 'jhead' ]:
ensure => installed,
}
}
+ # Flash
+ package { 'browser-plugin-gnash':
+ ensure => installed,
+ }
+
# Flash alternative
file { "/etc/alternatives/flash-mozilla.so":
- ensure => "/usr/lib/flashplugin-nonfree/libflashplayer.so",
+ ensure => "/usr/lib/gnash/libgnashplugin.so",
owner => root,
group => root,
require => Package['flashplugin-nonfree'],
class utils::network inherits utils::network::minimal {
# Network
- package { [ 'mutt', 'offlineimap', 'epiphany-browser',
+ package { [ 'mutt', 'offlineimap',
'newsbeuter', 'nicotine', 'sshfs',
'bogofilter', 'fetchmail', 'procmail',
'msmtp', 'mairix', 'notmuch-mutt',
- 'bittorrent', 'links', 'gftp',
- 'bittornado', 'iceweasel', 'transmission',
- 'openvpn', 'amule', 'pssh',
+ 'links', 'gftp', 'iceweasel',
+ 'openvpn', 'pssh', 'mutt-patched'
'pidgin', 'pidgin-encryption', 'pidgin-openpgp',
'pidgin-otr', 'pidgin-privacy-please', 'pidgin-plugin-pack',
- 'sslscan', 'muttprofile', 'connect-proxy',
- 'mutt-patched' ]:
+ 'sslscan', 'muttprofile', 'connect-proxy' ]:
ensure => installed,
}
# Old packages
- package { [ 'silc', 'twinkle', 'konqueror']:
+ # About firegpg, see http://tails.boum.org/bugs/FireGPG_may_be_unsafe/
+ package { [ 'silc', 'twinkle', 'konqueror', 'transmission', 'amule', 'epiphany-browser',
+ 'bittorrent', 'bittornado', 'xul-ext-firegpg' ]:
ensure => absent,
}
ensure => installed,
}
- # See http://tails.boum.org/bugs/FireGPG_may_be_unsafe/
- package { 'xul-ext-firegpg':
- ensure => absent,
- }
-
# Not using right now
package { [ 'xul-ext-torbutton', 'vidalia', 'xul-ext-perspectives', 'xul-ext-greasemonkey' ]:
ensure => absent,