tags 517148 + patch
thanks
Hi,
Attached is the diff for my potamus 0.9-1.1 NMU.
--
Adeodato Simó dato at net.com.org.es
Debian Developer adeodato at debian.org
Listening to: Alanis Morissette - Versions Of Violence
diff -u potamus-0.9/debian/control potamus-0.9/debian/control
--- potamus-0.9/debian/control
+++ potamus-0.9/debian/control
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Anibal Avelar (Fixxxer) <[email protected]>
-Build-Depends: debhelper (>= 5), libbio2jack0-dev, libglib2.0-dev, libgtk2.0-dev,libglade2-dev, libsamplerate0-dev, libvorbisfile3, libmad0-dev, libao-dev, libmodplug-dev, libavcodec-dev, libavformat-dev, libaudiofile-dev, libflac-dev
+Build-Depends: debhelper (>= 5), libbio2jack0-dev, libglib2.0-dev, libgtk2.0-dev,libglade2-dev, libsamplerate0-dev, libvorbis-dev, libmad0-dev, libao-dev, libmodplug-dev, libavcodec-dev, libavformat-dev, libaudiofile-dev, libflac-dev
Homepage: http://offog.org/code/potamus.html
Standards-Version: 3.7.3
diff -u potamus-0.9/debian/changelog potamus-0.9/debian/changelog
--- potamus-0.9/debian/changelog
+++ potamus-0.9/debian/changelog
@@ -1,3 +1,13 @@
+potamus (0.9-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Change build-dependency on libvorbisfile3 into libvorbis-dev, to fix
+ FTBFS. (Closes: #517148)
+ * Additionally, fix libavcodec and libavformat includes to their new
+ location.
+
+ -- Adeodato Simó <[email protected]> Sat, 07 Mar 2009 11:19:44 +0100
+
potamus (0.9-1) unstable; urgency=low
* First upload to Debian (Closes: #454384)
only in patch2:
unchanged:
--- potamus-0.9.orig/src/input-avcodec.c
+++ potamus-0.9/src/input-avcodec.c
@@ -19,8 +19,8 @@
#include <glib.h>
#include <stdlib.h>
-#include <avcodec.h>
-#include <avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
#include "buffer.h"
#include "format.h"
#include "input.h"