added flv/FLV completion to mplayer

This commit is contained in:
David Paleino 2008-06-23 11:53:46 +02:00
parent dbaa27f29a
commit fd95a7a28a
2 changed files with 4 additions and 2 deletions

View File

@ -6011,7 +6011,8 @@ _mplayer()
-xvidencopts -of --verbose' -- $cur) ) -xvidencopts -of --verbose' -- $cur) )
;; ;;
*) *)
_filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4[av]|M4[AV]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|vro|VRO|flv|FLV|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS)' _filedir
'@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4[av]|M4[AV]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|vro|VRO|flv|FLV|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS)'
;; ;;
esac esac

3
debian/changelog vendored
View File

@ -13,8 +13,9 @@ bash-completion (20080617.4) UNRELEASED; urgency=low
- disabled completion of PostgreSQL users and databases - disabled completion of PostgreSQL users and databases
- fixed _java_packages() - fixed _java_packages()
- fixed _muttquery() - fixed _muttquery()
- added flv/FLV completion to mplayer
-- David Paleino <d.paleino@gmail.com> Mon, 23 Jun 2008 11:49:37 +0200 -- David Paleino <d.paleino@gmail.com> Mon, 23 Jun 2008 11:53:27 +0200
bash-completion (20080617.3) unstable; urgency=low bash-completion (20080617.3) unstable; urgency=low