#!/bin/sh cat /dev/null > /tmp/SeTnewtag dialog --title "Select pkgs from multimedia(Tools and libraries for Multimedia)" --checklist "Select packages to install from multimedia series. Use cursor up/down to select the package, mark(*) by space key. Push Enter to start install." 24 72 15 "FAudio" "FAudio is an XAudio reimplementation" "on" \ "a52dec" "e_title" "on" \ "alsa_firmware" "ALSA firmwares" "on" \ "alsa_oss" "OSS compat-libs" "on" \ "alsa_plugins" "Plugins for ALSA" "on" \ "alsa_utils" "Utilities for ALSA" "on" \ "appstream_glib" "AppStream handling library via GObject" "on" \ "asunder" "asunder CD ripper" "on" \ "audacious" "audacious audio player" "on" \ "audacious_plugins" "Audacious plugins" "on" \ "audiofile" "audiofile" "on" \ "cdparanoia" "CD Ripper CDparanoia" "on" \ "faac" "Free Advanced Audio Codec" "on" \ "faad2" "Free Advanced Audio Decoder" "on" \ "fdk_aac" "Fraunhofer FDK AAC encoder" "on" \ "ffmpeg" "FFmpeg stream audio/video library" "on" \ "ffmpeg34" "FFmpeg stream audio/video library(Ver.3.4 series)" "on" \ "firefox" "e_title" "on" \ "flac" "FLAC, A Free Loseless Audio Codec" "on" \ "fluidsynth" "fluidsynth software synthesizer" "on" \ "gstreamer" "GStreamer-0.10 main parts" "on" \ "jack2" "JACK audio connection Kit ver.2" "on" \ "lame" "MP3 Encoder LAME" "on" \ "libao" "Cross Platform Audio Output Library" "on" \ "libass" "libass, subtitle library" "on" \ "libbluray" "library for bluray disc" "on" \ "libcanberra" "libcanberra" "on" \ "libcue" "libcue cue sheet handling library" "on" \ "libdiscid" "e_title" "on" \ "libdv" "libdv:Quaser DV codec" "on" \ "libdvdcss" "DVD CSS Decode Library" "on" \ "libdvdnav" "DVD Navigation Library" "on" \ "libdvdread" "DVD-Video Reading Library" "on" \ "libhandy" "UI library for GTK/GNOME" "on" \ "libmad" "MPEG Audio Decoder Library" "on" \ "libmms" "libmms mms/mmsh handling library" "on" \ "libmpeg2" "MPEG-2 Decoder Library" "on" \ "libmusicbrainz" "MusicBrainz Client Library" "on" \ "libogg" "Ogg library for Ogg Vorbis" "on" \ "libplacebo" "video rendering algorithms libplacebo" "on" \ "libquicktime" "e_title" "on" \ "libsamplerate" "libsamplerate" "on" \ "libsndfile" "libsndfile" "on" \ "libtheora" "libtheora" "on" \ "libvorbis" "libvorbis" "on" \ "lollypop" "Lollypop music player" "on" \ "mpg123" "MP3 player mpg123" "on" \ "mplayer" "e_title" "on" \ "mpv" "mpv media player" "on" \ "mutagen" "Mutagen: Python Multimedia tagging library" "on" \ "openal_soft" "e_title" "on" \ "opencv" "OpenCV Computer Vision library" "on" \ "opus" "e_title" "on" \ "pavucontrol" "e_title" "on" \ "pulseaudio" "e_title" "on" \ "pylast" "Last.fm/Libre.fm interface" "on" \ "sbc" "e_title" "on" \ "sdl" "Simple DirectMedia Layer library" "on" \ "sdl2" "SDL library ver2" "on" \ "smplayer" "Qt based MPlayer frontend" "on" \ "smplayer_skins" "e_title" "on" \ "smplayer_themes" "e_title" "on" \ "soundtouch" "SoundTouch library" "on" \ "speex" "Speex audio codec" "on" \ "speexdsp" "Speex DSP library" "on" \ "taglib" "ID3 tag library" "on" \ "totem_pl_parser" "e_title" "on" \ "v4l_utils" "Linuxでビデオキャプチャー機能を利用するためのユーティリティ&" "on" \ "vidcutter" "simple video editor Vidcutter" "on" \ "vlc" "VLC media player" "on" \ "vorbis_tools" "ogg vorbis tool" "on" \ "wavpack" "wavpack audio codec" "on" \ "x264" "H.264/AVC encoder" "on" \ "x265" "x265 encoder library" "on" \ "xorriso" "XORRISO CD/DVD utility" "on" \ "xvidcore" "Xvid video codec" "on" \ 2> /tmp/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f /tmp/SeTpkgs > /tmp/SeTnewtag for pkg in FAudio a52dec alsa_firmware alsa_oss alsa_plugins alsa_utils appstream_glib asunder audacious audacious_plugins audiofile cdparanoia faac faad2 fdk_aac ffmpeg ffmpeg34 firefox flac fluidsynth gstreamer jack2 lame libao libass libbluray libcanberra libcue libdiscid libdv libdvdcss libdvdnav libdvdread libhandy libmad libmms libmpeg2 libmusicbrainz libogg libplacebo libquicktime libsamplerate libsndfile libtheora libvorbis lollypop mpg123 mplayer mpv mutagen openal_soft opencv opus pavucontrol pulseaudio pylast sbc sdl sdl2 smplayer smplayer_skins smplayer_themes soundtouch speex speexdsp taglib totem_pl_parser v4l_utils vidcutter vlc vorbis_tools wavpack x264 x265 xorriso xvidcore ; do echo "$pkg: SKP" >> /tmp/SeTnewtag done exit fi cat /dev/null > /tmp/SeTnewtag for PACKAGE in FAudio a52dec alsa_firmware alsa_oss alsa_plugins alsa_utils appstream_glib asunder audacious audacious_plugins audiofile cdparanoia faac faad2 fdk_aac ffmpeg ffmpeg34 firefox flac fluidsynth gstreamer jack2 lame libao libass libbluray libcanberra libcue libdiscid libdv libdvdcss libdvdnav libdvdread libhandy libmad libmms libmpeg2 libmusicbrainz libogg libplacebo libquicktime libsamplerate libsndfile libtheora libvorbis lollypop mpg123 mplayer mpv mutagen openal_soft opencv opus pavucontrol pulseaudio pylast sbc sdl sdl2 smplayer smplayer_skins smplayer_themes soundtouch speex speexdsp taglib totem_pl_parser v4l_utils vidcutter vlc vorbis_tools wavpack x264 x265 xorriso xvidcore ; do if grep "$PACKAGE" /tmp/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> /tmp/SeTnewtag else echo "$PACKAGE: SKP" >> /tmp/SeTnewtag fi done rm -f /tmp/SeTpkgs