Package: motion
Version: 3.2.3-1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my motion 3.2.3-1.1 NMU.
Bye,
--
Loïc Minier <[EMAIL PROTECTED]>
diff -u motion-3.2.3/debian/rules motion-3.2.3/debian/rules
--- motion-3.2.3/debian/rules
+++ motion-3.2.3/debian/rules
@@ -15,6 +15,10 @@
CFLAGS = -Wall -g
#CFLAGS += `ffmpeg-config --cflags`
+# upstream added an ifdef, but didn't write the ./configure.in snippet
+# to actually turn it on... see #389304
+CFLAGS += -DFFMPEG_AVWRITEFRAME_NEWAPI
+
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
diff -u motion-3.2.3/debian/changelog motion-3.2.3/debian/changelog
--- motion-3.2.3/debian/changelog
+++ motion-3.2.3/debian/changelog
@@ -1,3 +1,10 @@
+motion (3.2.3-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Pass -DFFMPEG_AVWRITEFRAME_NEWAPI to CFLAGS. closes: #389304
+
+ -- Loic Minier <[EMAIL PROTECTED]> Wed, 4 Oct 2006 19:09:45 +0200
+
motion (3.2.3-1) unstable; urgency=low
* New upstream release (Closes: #341482).