[Hardy] xineplug_decode_w32dll.so and xineplug_decode_qt.so not installed on i386

Bug #182400 reported by Gert Kulyk
2
Affects Status Importance Assigned to Milestone
xine-lib (Ubuntu)
Fix Released
Undecided
Reinhard Tartler

Bug Description

In debian/rules in section generate-arch-file-stamp the lines which read as following:

# i386 specific plugins are also available for kfreebsd-i386
debian/libxine1-bin.install.i386: \
  debian/libxine1-bin.install \
  debian/libxine1-bin.install.i386.specific
 cat $< >$@

are not doing what the packager intended. Instead of pasting the content of debian/libxine1-bin.install AND debian/libxine1-bin.install.i386.specific in the newly created file libxine1-bin.install.i386, only the first argument (debian/libxine1-bin.install) is passed to cat, so libxine1-bin.install.i386 and libxine1-bin.install have the same content. I don't know much about gnu-make syntax, but something like:

`cat debian/libxine1-bin install debian/libxine1-bin.install.i386.specific >$@ `

should work, but there sure is a more comfortable way for someone who is a gnu-make-guru :-).

Related branches

Revision history for this message
Reinhard Tartler (siretart) wrote :

thanks for reporting this, working on it

Changed in xine-lib:
assignee: nobody → siretart
status: New → In Progress
Revision history for this message
Reinhard Tartler (siretart) wrote :

fixed in 1.1.10-1, which has been synced into hardy.

Changed in xine-lib:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.