From dc273ddb08fd050afa82a069a91db75037fe62c1 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Thu, 27 Jan 2011 05:18:21 +0000 Subject: [PATCH] Ajout libavcodec-extra-52 pour support AAC et Handbrake --- ubuntu/ubuntu-cfg.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ubuntu/ubuntu-cfg.sh b/ubuntu/ubuntu-cfg.sh index f0b9745..805b5a1 100755 --- a/ubuntu/ubuntu-cfg.sh +++ b/ubuntu/ubuntu-cfg.sh @@ -20,6 +20,12 @@ ubuntu_cleanup() ${APT} autoclean } +hv_add_repo() +{ + sudo add-apt-repository ${1} + ${APT} update +} + if [ "`id -u`" -eq 0 ]; then echo "You must NOT be the super-user to execute this script" exit 1 @@ -246,6 +252,9 @@ if [ ! -h /usr/lib/libdvdcss.so.2 ]; then fi ${AGI} ffmpeg ${AGI} ${GST}-ffmpeg ${GST}-plugins-bad ${GST}-plugins-ugly ${GST}-fluendo-mp3 +${AGI} libavcodec-extra-52 +hv_add_repo "ppa:stebbins/handbrake-snapshots" +${AGI} handbrake-cli ${AGI} mozilla-plugin-gnash # Requires "mysql-common" if [ -h /dev/cdrom ]; then # Don't install on machines without CD/DVD-ROM ${AGI} vlc mozilla-plugin-vlc @@ -275,6 +284,10 @@ if [ -f ${HOME}/.sylpheed-2.0/folderlist.xml ]; then ${HOME}/.sylpheed-2.0/folderlist.xml fi +# Chromium +hv_add_repo "ppa:chromium-daily/ppa" +${AGI} chromium-browser + if [ "x${INSTALL_WMAKER}" = "x1" ]; then ${AGI} wmaker if [ -d ${HOME}/GNUstep/Library/WindowMaker ]; then -- 2.20.1