[SCM] libav/experimental: remove some purely cosmetical hunks

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:44:20 UTC 2013


The following commit has been merged in the experimental branch:
commit c62112ff06f859c8c3ef096f859a0f5a941a1ce8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Jun 3 11:38:49 2005 +0000

    remove some purely cosmetical hunks
    
    Originally committed as revision 4345 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/clean-diff b/clean-diff
index 211bfae..3a6d19e 100755
--- a/clean-diff
+++ b/clean-diff
@@ -1,2 +1,11 @@
 #!/bin/sh
-sed '/^+[^+]/!s/	/TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/	/g' | sed '/^+[^+]/s/ * $//' | tr -d '\015'
\ No newline at end of file
+sed '/^+[^+]/!s/	/TaBBaT/g' |\
+ expand -t `seq -s , 9 8 200` |\
+ sed 's/TaBBaT/	/g' |\
+ sed '/^+[^+]/s/ * $//' |\
+ tr -d '\015' |\
+ tr '\n' '°' |\
+ sed 's/\(@@[^@]*@@°[^@]*\)/\n\1/g' |\
+ egrep -v '@@[^@]*@@°(( [^°]*°)|([+-][[:space:]]*°)|(-[[:space:]]*([^°]*)°\+[[:space:]]*\5°))*$' |\
+ tr -d '\n' |\
+ tr '°' '\n'
\ No newline at end of file

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list