Your message dated Sun, 2 Mar 2008 21:12:20 +0100
with message-id <[EMAIL PROTECTED]>
and subject line beep-media-player is no more
has caused the Debian Bug report #232289,
regarding imms: make IMMS work with beep-media-player
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
232289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=232289
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: imms
Version: 0.9.9-1
Severity: wishlist
Tags: patch
Norbert requested that I create a seperate bug after #230966 for this
particular detail. :)
Packaging this might require splitting the package, but be aware that
the binary resulting from applying the patch will probably not be
compatible with the *old* XMMS, since beep is GTK2 and XMMS is GTK1.
The URL of the patch is:
http://mr.uue.org/gnulinux/imms/
but I attach it here in case it drops off the net.
Cheers,
A.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.4.22-powerpc
Locale: LANG=fr_FR.ISO-8859-1, LC_CTYPE=fr_FR.ISO-8859-1 (ignored: LC_ALL set
to fr_CA.ISO8859-1)
Versions of packages imms depends on:
ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an
ii libgcc1 1:3.3.3-0pre3 GCC support library
ii libglib1.2 1.2.10-9 The GLib library of C routines
ii libgtk1.2 1.2.10-16 The GIMP Toolkit set of widgets fo
ii libid3-3.8.3 3.8.3-3 Library for manipulating ID3v1 and
ii libpcre3 4.3-4 Philip Hazel's Perl 5 Compatible R
ii libsqlite0 2.8.9-4 SQLite shared library
ii libstdc++5 1:3.3.3-0pre3 The GNU Standard C++ Library v3
ii libvorbis0a 1.0.1-1 The Vorbis General Audio Compressi
ii libvorbisfile3 1.0.1-1 The Vorbis General Audio Compressi
ii xlibs 4.2.1-16 X Window System client libraries
ii xmms 1.2.9-1 Versatile X audio player that look
ii zlib1g 1:1.2.1-4 compression library - runtime
-- no debconf information
diff -ru imms-1.0/configure.ac imms-1.0.patched/configure.ac
--- imms-1.0/configure.ac 2004-01-25 18:00:25.000000000 +0100
+++ imms-1.0.patched/configure.ac 2004-01-25 18:53:48.000000000 +0100
@@ -48,17 +48,17 @@
AC_DEFINE(LEGACY_RATINGS,, [Legacy ratings in ID3 tags support])
fi
-AC_CHECK_PROG(have_xmms_config, xmms-config, "yes", "no")
-if test "$have_xmms_config" = "no"; then
- AC_MSG_ERROR([xmms-config required and missing.])
+AC_CHECK_PROG(have_beep_config, beep-config, "yes", "no")
+if test "$have_beep_config" = "no"; then
+ AC_MSG_ERROR([beep-config required and missing.])
else
- CPPFLAGS=`xmms-config --cflags`
+ CPPFLAGS=`beep-config --cflags`
fi
-AC_CHECK_HEADERS(xmms/plugin.h,, [with_xmms=no])
-AC_CHECK_HEADERS(xmms/xmmsctrl.h,, [with_xmms=no])
-if test "$with_xmms" = "no"; then
- AC_MSG_ERROR([xmms required and missing.])
+AC_CHECK_HEADERS(bmp/plugin.h,, [with_beep=no])
+AC_CHECK_HEADERS(bmp/beepctrl.h,, [with_beep=no])
+if test "$with_beep" = "no"; then
+ AC_MSG_ERROR([beep required and missing.])
fi
AC_CHECK_LIB(z, compress,, [with_zlib=no])
diff -ru imms-1.0/interface.c imms-1.0.patched/interface.c
--- imms-1.0/interface.c 2004-01-25 18:00:25.000000000 +0100
+++ imms-1.0.patched/interface.c 2004-01-25 18:53:48.000000000 +0100
@@ -1,8 +1,8 @@
#include <gtk/gtk.h>
-#include <xmms/configfile.h>
-#include <xmms/util.h>
-#include <xmms/plugin.h>
+#include <bmp/configfile.h>
+#include <bmp/util.h>
+#include <bmp/plugin.h>
#include "immsconf.h"
#include "plugin.h"
@@ -94,7 +94,7 @@
read_config();
- configure_win = gtk_window_new(GTK_WINDOW_DIALOG);
+ configure_win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_signal_connect(GTK_OBJECT(configure_win), "destroy",
GTK_SIGNAL_FUNC(gtk_widget_destroyed), &configure_win);
gtk_window_set_title(GTK_WINDOW(configure_win), "IMMS Configuration");
diff -ru imms-1.0/plugin.cc imms-1.0.patched/plugin.cc
--- imms-1.0/plugin.cc 2004-01-25 18:00:25.000000000 +0100
+++ imms-1.0.patched/plugin.cc 2004-01-25 18:53:48.000000000 +0100
@@ -6,8 +6,8 @@
#include <iostream>
#include <time.h>
-#include <xmms/plugin.h>
-#include <xmms/xmmsctrl.h>
+#include <bmp/plugin.h>
+#include <bmp/beepctrl.h>
#include "immsconf.h"
#include "plugin.h"
diff -ru imms-1.0/rules.mk imms-1.0.patched/rules.mk
--- imms-1.0/rules.mk 2004-01-25 18:00:25.000000000 +0100
+++ imms-1.0.patched/rules.mk 2004-01-25 18:54:47.000000000 +0100
@@ -57,7 +57,7 @@
$(warning Use 'make install-user' to install for the current user only.)
install-system: libimms.so
- ${INSTALL_PROGRAM} libimms.so ${DESTDIR}`xmms-config --visualization-plugin-dir`
+ ${INSTALL_PROGRAM} libimms.so ${DESTDIR}`beep-config --visualization-plugin-dir`
user-message:
$(warning Defaulting to installing for current user only.)
diff -ru imms-1.0/vars.mk.in imms-1.0.patched/vars.mk.in
--- imms-1.0/vars.mk.in 2004-01-25 18:00:25.000000000 +0100
+++ imms-1.0.patched/vars.mk.in 2004-01-26 00:22:38.000000000 +0100
@@ -9,9 +9,9 @@
CORE_OBJ = imms.o immsdb.o fetcher.o picker.o spectrum.o sqldb.o \
songinfo.o regexx.o strmanip.o levenshtein.o xidle.o md5.o
-CFLAGS = `xmms-config --cflags` @DEBUG_CFLAGS@ -Wall -fPIC -D_REENTRANT
+CFLAGS = `beep-config --cflags` @DEBUG_CFLAGS@ -Wall -fPIC -D_REENTRANT
CPPFLAGS = ${CFLAGS} -pedantic -fno-rtti
-LDFLAGS = `xmms-config --libs` @LIBS@
+LDFLAGS = `beep-config --libs` -L/usr/X11R6/lib -lX11 @LIBS@
ARFLAGS = rs
default: all
--- End Message ---
--- Begin Message ---
Beep Media Player is no more in Debian, and Beep Media Player eXperimental
does not provide required API to integrate imms with. I am closing the bug.
If patch for bmpx would appear, please submit it to the BTS, I'd be happy
to add it.
--
<Przewdnik> JesteÅ› ultranormalny. Wyjebany w kosmos.
<Przewdnik> Idealista :)
<Przewdnik> I perfekcjonista :)
/o mnie :)/
--- End Message ---