[Bug 474910] Review Request: esperanza - A graphical audio player

bugzilla at redhat.com bugzilla at redhat.com
Thu Mar 5 17:46:35 UTC 2009


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


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


Bug 474910 depends on bug 474908, which changed state.

Bug 474908 Summary: Review Request: xmms2 - A modular audio framework and plugin architecture
https://bugzilla.redhat.com/show_bug.cgi?id=474908

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |CLOSED
         Resolution|                            |NEXTRELEASE



--- Comment #2 from Tom "spot" Callaway <tcallawa at redhat.com>  2009-03-05 12:46:34 EDT ---
I think the translations are going into qrc_esperanza.cpp which is compiled
into libdata.a, which gets shoved into esperanza.

The missing -fexception flags is because QT is not built with that flag:

# drop -fexceptions from $RPM_OPT_FLAGS
RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`

(from devel/qt.spec)

All of the optflags seem to be generated on the fly from qmake, and I'm
honestly not sure how to override them to add this one back in...

With the exception of that, everything else is fixed here:

New SRPM:
http://www.auroralinux.org/people/spot/review/new/esperanza-0.4.0-2.fc11.src.rpm
New SPEC: http://www.auroralinux.org/people/spot/review/new/esperanza.spec

-- 
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.




More information about the package-review mailing list