bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug #23798] Proposal to add some new free & open file formats to sr


From: Jim Meyering
Subject: Re: [bug #23798] Proposal to add some new free & open file formats to src/dircolors.hin
Date: Wed, 16 Jul 2008 13:04:31 +0200

> Details:
>
> With reference to this Xiph.org (the organisation behind free video and audio
> codecs) document http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
> I'd propose to add the following lines to src/dircolors.hin:
>
> # the list of image & video formats
> .axv 01;35
> .anx 01;35
> .ogv 01;35
> .ogx 01;35
>
> # the list of audio formats
> .axa 00:;36
> .oga 00:;36
> .spx 00:;36
> .xspf 00:;36

Thank you!
I expect to push this patch soon:

>From 6ce2e99201a03f034f804ab9f2407f78f76b54d2 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Wed, 16 Jul 2008 13:01:03 +0200
Subject: [PATCH] dircolors.hin: Add Ogg/Theora-realted extensions.

* dircolors.hin: Add extensions from
http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
Suggestion from address@hidden
---
 src/dircolors.hin |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/dircolors.hin b/src/dircolors.hin
index 25dfc6e..38914c8 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -169,6 +169,12 @@ EXEC 01;32
 .xwd 01;35
 .yuv 01;35

+# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
+.axv 01;35
+.anx 01;35
+.ogv 01;35
+.ogx 01;35
+
 # audio formats
 .aac 00;36
 .au 00;36
@@ -181,3 +187,9 @@ EXEC 01;32
 .ogg 00;36
 .ra 00;36
 .wav 00;36
+
+# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
+.axa 00;36
+.oga 00;36
+.spx 00;36
+.xspf 00;36
--
1.5.6.3.386.gc8666




reply via email to

[Prev in Thread] Current Thread [Next in Thread]