Ajout libavcodec-extra-52 pour support AAC et Handbrake
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 27 Jan 2011 05:18:21 +0000 (05:18 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 27 Jan 2011 05:18:21 +0000 (05:18 +0000)
ubuntu/ubuntu-cfg.sh

index f0b9745..805b5a1 100755 (executable)
@@ -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