[Bug 370561] Review Request: bmpx - Beep Media Player eXperimental

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 19 13:56:42 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: bmpx - Beep Media Player eXperimental


https://bugzilla.redhat.com/show_bug.cgi?id=370561





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-11-19 08:56 EST -------
Well, then for 0.40.13-3:

* Dependency for -devel package
  - First on %_libdir/pkgconfig/bmp-2.0.pc:
------------------------------------------------------
Requires: dbus-1 dbus-glib-1 glib-2.0
------------------------------------------------------
    This means that bmp-2.0.pc requires dbus-1.pc, dbus-glib-1.pc
    and glib-2.0.pc, so "Requires: dbus-glib-devel" is needed
    for bmpx-devel
    - both dbus-devel, glib2-devel is required by dbus-glib-devel.

  - Then for header files:
------------------------------------------------------
$ grep -h 'include ' `rpm -ql bmpx-devel | grep -v /usr/share/doc` | sort | uniq
#  include <config.h>
#include "bmp/types/types-basic.hh"
#include "bmp/types/types-database.hh"
#include "bmp/types/types-library.hh"
#include "bmp/types/types-ui.hh"
#include "minisoup.hh"
#include <boost/cstdint.hpp>
#include <boost/format.hpp>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/tuple/tuple_comparison.hpp>
#include <boost/variant.hpp>
#include <ctime>
#include <glibmm.h>
#include <glibmm/ustring.h>
#include <glibmm/ustring.hh>
#include <gtkmm.h>
#include <gtkmm/uimanager.h>
#include <map>
#include <queue>
#include <set>
#include <string>
#include <vector>
--------------------------------------------------------
    You have to add the corresponding devel packages as "Requires"
    to bmpx-devel.
    (For example, #include <boost/cstdint.hpp> means bmpx-devel should
     have "Requires: boost-devel")

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list