[SCM] mjpegtools/master: Add new patch: use bash for scripts/lavtc.sh

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun May 1 08:02:55 UTC 2011


The following commit has been merged in the master branch:
commit 17781ad5575e4ee9ffc22e3202f131223a37b64e
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun May 1 09:54:33 2011 +0200

    Add new patch: use bash for scripts/lavtc.sh

diff --git a/debian/patches/08_use_bash.patch b/debian/patches/08_use_bash.patch
new file mode 100644
index 0000000..6e22991
--- /dev/null
+++ b/debian/patches/08_use_bash.patch
@@ -0,0 +1,12 @@
+	Modified scripts/lavtc.sh
+
+diff --git a/scripts/lavtc.sh b/scripts/lavtc.sh
+index a099ba8..53ac9ea 100755
+--- a/scripts/lavtc.sh
++++ b/scripts/lavtc.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # lav2tc.bash - use transcode to convert MJPEG avi files to another 
+ #               video/audio format.
diff --git a/debian/patches/series b/debian/patches/series
index f3adddd..8832de7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 05_ignore_videodev.h_error.patch
 06_link_pthread.patch
 07_yuvdenoise_disable_sse2.patch
+08_use_bash.patch

-- 
mjpegtools packaging



More information about the pkg-multimedia-commits mailing list