Your message dated Mon, 24 Mar 2008 18:44:56 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#339111: additional mplayer completion.
has caused the Debian Bug report #339111,
regarding additional mplayer completion.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
339111: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=339111
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bash
Version: 3.0-17
Severity: wishlist
The mplayer completion misses the vro extension (used by DVD-recorders
for DVD-Video files).
Thanks,
David
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.13
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages bash depends on:
ii base-files 3.1.9 Debian base system miscellaneous f
ii libc6 2.3.5-8 GNU C Library: Shared libraries an
ii libncurses5 5.5-1 Shared libraries for terminal hand
ii passwd 1:4.0.13-6 change and administer password and
bash recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 20060301-4
This was already fixed in the latest upload.
Cheers
Luk
Steve Kemp wrote:
> Patch below.
>
> --- /etc/bash_completion 2006-12-11 22:28:18.000000000 +0000
> +++ /tmp/bash_completion 2008-03-24 16:45:09.000000000 +0000
> @@ -5888,7 +5888,7 @@
> -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]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mkv|MKV|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|flv|FLV)'
> + _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]|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mkv|MKV|m4a|M4A|m4v|M4V|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|flv|FLV)'
> ;;
> esac
>
>
> Steve
> --
> # Kink-Friendly Dating
> http://ctrl-alt-date.com/
>
>
--- End Message ---