ia32-libs is missing libvorbis and libmad

Bug #249794 reported by Ville Koskinen
2
Affects Status Importance Assigned to Milestone
ia32-libs (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

ia32-libs in 8.04 is missing two very common sound processing libraries in 32-bit games and multimedia applications: libvorbis and libmad. Curiously libogg is already included. An example application is StepMania, which seems to be impossible to compile on 64-bit Ubuntu.

Workaround: compile libvorbis and libmad manually and copy to /usr/lib32. Steps:

1. Download libvorbis from xiph.org.
2. Unpack.
3. CFLAGS="-m32" LDFLAGS="-L/usr/lib32" ./configure --target=i386-linux-gnu
4. make
5. DESTDIR=/tmp make install
6. sudo cp /tmp/usr/local/lib/libvorbis* /usr/lib32
7. sudo ldconfig

The steps are identical for libmad.

Daniel T Chen (crimsun)
Changed in ia32-libs:
importance: Undecided → Wishlist
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ia32-libs - 2.7ubuntu2

---------------
ia32-libs (2.7ubuntu2) jaunty; urgency=low

  * fetch-and-build: (LP: #298611)
    - Added (LP: #249794)
      + libmad0
      + libvorbis0a
      + libvorbisfile3
      + libuuid1
      + libwrap0 (LP: #290533)
      + libgsl0ldbl (LP: #130058)
    - Updated
      - libpulsecore8
  * This (or the last merge) upload closes as well:
    - Provide library symlinks for building 32-bit code (LP: #277772)

 -- Stephan Hermann <email address hidden> Tue, 16 Dec 2008 09:33:10 +0000

Changed in ia32-libs:
status: New → Fix Released
Revision history for this message
Patrice Vetsel (vetsel-patrice) wrote :

Please backport the added libraries for 8.10 and also on 8.04

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.