[Bash-completion-commits] [SCM] bash-completion branch, master, updated. dcc30c71c2186ea0c77c2cfe6b9bf3a998a47e30

Ville Skyttä ville.skytta at iki.fi
Wed Aug 5 20:47:23 UTC 2009


The following commit has been merged in the master branch:
commit dcc30c71c2186ea0c77c2cfe6b9bf3a998a47e30
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Wed Aug 5 23:47:15 2009 +0300

    Add *.ogv to xine-based players (Debian: #540033).

diff --git a/CHANGES b/CHANGES
index 42dd758..620fa6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -98,6 +98,7 @@ bash-completion (1.x)
   * Add lzcat and unlzma completion.
   * Load "modules" completion if /etc/profile.d/modules.sh exists even if
     the "module" alias has not been defined (yet).
+  * Add *.ogv to xine-based players (Debian: #540033).
 
   [ Todd Zullinger ]
   * Make yum complete on filenames after install, deplist, update and upgrade
diff --git a/bash_completion b/bash_completion
index 61142ab..38fd378 100644
--- a/bash_completion
+++ b/bash_completion
@@ -122,7 +122,7 @@ complete -f -X '!*.@(?(e)ps|?(E)PS|pdf|PDF)' ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 p
 complete -f -X '!*.texi*' makeinfo texi2html
 complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi
 complete -f -X '!*.@(mp3|MP3)' mpg123 mpg321 madplay
-complete -f -X '!*@(.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp[234]|MP[234]|m4[pv]|M4[PV]|mkv|MKV|ogg|OGG|ogm|OGM|wav|WAV|asx|ASX|mng|MNG|srt|m[eo]d|M[EO]D|s[3t]m|S[3T]M|it|IT|xm|XM)|+([0-9]).@(vdr|VDR))' xine aaxine fbxine kaffeine
+complete -f -X '!*@(.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp[234]|MP[234]|m4[pv]|M4[PV]|mkv|MKV|og[gmv]|OG[GMV]|wav|WAV|asx|ASX|mng|MNG|srt|m[eo]d|M[EO]D|s[3t]m|S[3T]M|it|IT|xm|XM)|+([0-9]).@(vdr|VDR))' xine aaxine fbxine kaffeine
 complete -f -X '!*.@(avi|asf|wmv)' aviplay
 complete -f -X '!*.@(rm?(j)|ra?(m)|smi?(l))' realplay
 complete -f -X '!*.@(mpg|mpeg|avi|mov|qt)' xanim

-- 
bash-completion



More information about the Bash-completion-commits mailing list