diff --git a/README.md b/README.md index 18c59c6..218f362 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * [Internet tools for X11](#internet-tools-for-x11) * [Office tools for cli](#office-tools-for-cli) * [Office tools for X11](#office-tools-for-x11) - * [Desktop tools for X11](#desktop-tools-for-x11) + * [Multimedia tools for cli](#multimedia-tools-for-cli) * [Games](#games) * [Network share](#network-share) * [Wireless tools for cli](#wireless-tools-for-cli) @@ -263,6 +263,7 @@ iface enp0s25 inet dhcp ##### Add * axel: Light command line download accelerator. * finch: Instant messaging client in ncurses. +* lynx-cur: Classic non-graphical (text-mode) web browser. * postfix: High-performance mail transport agent. * weechat-curses: Fast, light and extensible chat client. @@ -339,6 +340,15 @@ vim-addons install latex-suite * verbiste: French and Italian conjugator. * verbiste-gnome: French and Italian conjugator - GNOME interface. +#### Multimedia tools for cli + +##### Add +* avinfo: Audio/Video information automatic extractor/file list generator. +* eyed3: Display and manipulate id3-tags on the command-line. +* ffmpeg: Audio/video encoder, streaming server & audio/video file converter. +* mkvtoolnix: Set of command-line tools to work with Matroska files. +* moc: Ncurses based console audio player. + #### Games ##### Add diff --git a/post_install_sid.sh b/post_install_sid.sh index ab509d7..26f3239 100755 --- a/post_install_sid.sh +++ b/post_install_sid.sh @@ -635,7 +635,7 @@ sed -i "s;/bin/bash;/bin/zsh;" /etc/adduser.conf ########################################################### #### Internet tools for cli ##### Installation -aptins "Internet tools for cli" axel finch postfix weechat-curses +aptins "Internet tools for cli" axel finch lynx postfix weechat-curses ##### Post-configuration ###### Postfix @@ -752,41 +752,18 @@ aptins "Outils bureautique graphique" freeplane gprename key-mon libreoffice lib ########################################################### ########################################################### -## Outils multimédia (shell) -## Liste: avinfo - eyed3 - ffmpeg - lynx - mirage - moc - w32codecs -########################################################### +## Multimedia tools for cli ###### Installation -aptins "Outils multimédia (shell)" avinfo eyed3 ffmpeg lynx mirage moc w32codecs - -###### Information pour l'utilisateur final -cat >> "${INFORMATION}" << EOF - -======Outils multimédia (shell)====== -Voici la liste des paquets installés : - -+avinfo : Fournit des informations sur des fichiers vidéo au format AVI, OGG, OGM, MPEG, ou MKV. - -+eyed3 : Fournit des informations/tags sur les fichiers mp3 - -+ffmpeg : Contient divers outils pour la manipulation de fichiers audio - -+lynx : Navigateur web léger en mode texte - -+mirage : Une visionneuse d'image légère en gtk+ pour remplacer eog - -+moc : Pour Music On Console - Logiciel qui permet d'écouter de la musique à partir d'une console - -+w32codecs : Contient certains codecs vidéo non natif par mplayer - -EOF +aptins "Multimedia tools for cli" avinfo eyed3 ffmpeg mkvtoolnix moc w32codecs +########################################################### ########################################################### ## Outils multimédia (graphique) -## Liste: audacity - mcomix - easytag - gimp - inkscape - mkvtoolnix-gui - mumble - smplayer - rhythmbox - vlc +## Liste: audacity - mcomix - easytag - gimp - inkscape - mirage - mkvtoolnix-gui - mumble - smplayer - rhythmbox - vlc ## Désactivé: mcomix ########################################################### ###### Installation -aptins "Outils multimédia (graphique)" audacity easytag gimp inkscape mkvtoolnix-gui mumble smplayer rhythmbox vlc +aptins "Outils multimédia (graphique)" audacity easytag gimp inkscape mirage mkvtoolnix-gui mumble smplayer rhythmbox vlc ###### Information pour l'utilisateur final cat >> "${INFORMATION}" << EOF