Remove gstreamer0.10
This commit is contained in:
parent
661d1f0fc2
commit
0edd25954d
1 changed files with 1 additions and 10 deletions
|
@ -9,13 +9,6 @@ options+=("gst-plugins-ugly" "" on)
|
|||
options+=("gst-plugins-bad" "" off)
|
||||
options+=("gst-libav" "" on)
|
||||
#options+=("gst-plugin-libde265" "(AUR)" off)
|
||||
options+=("gstreamer0.10-base-plugins" "" on)
|
||||
options+=("gstreamer0.10-good-plugins-slim" "(AUR)" off)
|
||||
options+=("gstreamer0.10-good-plugins" "" on)
|
||||
options+=("gstreamer0.10-ugly-plugins" "" on)
|
||||
options+=("gstreamer0.10-bad-plugins" "" off)
|
||||
options+=("gstreamer0.10-ffmpeg" "" on)
|
||||
#options+=("gstreamer0.10-plugin-libde265" "(AUR)" off)
|
||||
#options+=("libde265" "(AUR)" off)
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "GStreamer :" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||
|
@ -27,9 +20,7 @@ fi
|
|||
|
||||
for itm in $sel; do
|
||||
case $itm in
|
||||
'gst-plugin-libde265' | \
|
||||
'gstreamer0.10-good-plugins-slim' | \
|
||||
'gstreamer0.10-plugin-libde265') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
|
||||
#'gst-plugin-libde265') aurpkg="$aurpkg $(echo $itm | sed 's/"//g')";;
|
||||
*) pkg="$pkg $(echo $itm | sed 's/"//g')";;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue