[SCM] x264/master: Add patch to do basic spell check.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Mon Jul 25 23:18:36 UTC 2011


The following commit has been merged in the master branch:
commit 2cee59de3e514c971585a894853159b69c834361
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon Jul 25 19:15:30 2011 -0400

    Add patch to do basic spell check.

diff --git a/debian/patches/basic-spell-check.patch b/debian/patches/basic-spell-check.patch
new file mode 100644
index 0000000..d857882
--- /dev/null
+++ b/debian/patches/basic-spell-check.patch
@@ -0,0 +1,14 @@
+Description: Basic spell check.
+Origin: http://git.debian.org/?p=pkg-multimedia/x264.git;a=blob;f=debian/patches/basic-spell-check.patch
+
+--- a/filters/video/resize.c
++++ b/filters/video/resize.c
+@@ -79,7 +79,7 @@
+             "            - resolution only: resizes and adapts sar to avoid stretching\n"
+             "            - sar only: sets the sar and resizes to avoid stretching\n"
+             "            - resolution and sar: resizes to given resolution and sets the sar\n"
+-            "            - fittobox: resizes the video based on the desired contraints\n"
++            "            - fittobox: resizes the video based on the desired constraints\n"
+             "               - width, height, both\n"
+             "            - fittobox and sar: same as above except with specified sar\n"
+             "            - csp: convert to the given csp. syntax: [name][:depth]\n"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..94380b2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+basic-spell-check.patch

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list