I've uploaded the following NMU:
diff -u xmovie-1.9.12/debian/changelog xmovie-1.9.12/debian/changelog
--- xmovie-1.9.12/debian/changelog
+++ xmovie-1.9.12/debian/changelog
@@ -1,3 +1,12 @@
+xmovie (1.9.12-1.1) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * Include quicktime so the package builds again, thanks Helge Kreutzmann
+ (closes: #369523).
+ * Remove extra qualifications from C++ header file (closes: #367519).
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Wed, 31 May 2006 13:03:21 +0200
+
xmovie (1.9.12-1) unstable; urgency=low
* New upstream release (closes: #193228). This took sooo long to take place
only in patch2:
unchanged:
--- xmovie-1.9.12.orig/guicast/bclistbox.h
+++ xmovie-1.9.12/guicast/bclistbox.h
@@ -353,7 +353,7 @@
int get_title_h();
int calculate_item_coords();
- void BC_ListBox::calculate_last_coords_recursive(
+ void calculate_last_coords_recursive(
ArrayList<BC_ListBoxItem*> *data,
int *icon_x,
int *next_icon_x,
only in patch2:
unchanged:
--- xmovie-1.9.12.orig/xmovie/playbackengine.h
+++ xmovie-1.9.12/xmovie/playbackengine.h
@@ -26,7 +26,7 @@
int wait_for_startup();
int current_position(double *percentage, double *seconds);
void update_tracking(double tracking_position, double tracking_time);
- long PlaybackEngine::current_sample();
+ long current_sample();
void interrupt_playback(int wait_engine);
// Next command
only in patch2:
unchanged:
--- xmovie-1.9.12.orig/xmovie/quicktime.h
+++ xmovie-1.9.12/xmovie/quicktime.h
@@ -0,0 +1,6 @@
+#include_next "quicktime.h"
+
+extern "C"
+void quicktime_set_window(quicktime_t *file, int in_x, int in_y, int in_w,
+int in_h, int out_w, int out_h);
+
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]