[Pkg-audacious-maintainers] Bug#524465: audacious-plugins: ignores .oga file extension

Benja benja at myrealbox.com
Fri Apr 17 10:41:20 UTC 2009


Package: audacious-plugins
Version: 1.5.1-2.1
Severity: wishlist
Tags: patch


Audacious ignores vorbis files with an '.oga' extension.

Steps to reproduce:
  $ audacious <directory filed with .oga files>
  ... no files in the playlist !

Note: sound-juicer defaults to saving .oga files. I believe audacious should support this extension.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-rc8-686 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious-plugins depends on:
ii  audacious                 1.5.1-4        small and fast audio player which 
ii  libasound2                1.0.19-1       shared library for ALSA applicatio
ii  libatk1.0-0               1.24.0-2       The ATK accessibility toolkit
ii  libaudid3tag1             1.5.1-4        audacious id3 tag manipulation lib
ii  libc6                     2.9-7          GNU C Library: Shared libraries
ii  libcairo2                 1.8.6-2+b1     The Cairo 2D vector graphics libra
ii  libcddb2                  1.2.1-1        library to access CDDB data - runt
ii  libcdio-cdda0             0.78.2+dfsg1-3 library to read and control digita
ii  libcdio7                  0.78.2+dfsg1-3 library to read and control CD-ROM
ii  libflac8                  1.2.1-1.2      Free Lossless Audio Codec - runtim
ii  libfontconfig1            2.6.0-3        generic font configuration library
ii  libfreetype6              2.3.9-4        FreeType 2 font engine, shared lib
ii  libglib2.0-0              2.20.1-1       The GLib library of C routines
ii  libgtk2.0-0               2.16.1-1       The GTK+ graphical user interface 
ii  libmad0                   0.15.1b-4      MPEG audio decoder library
ii  libmms0                   0.4-2          MMS stream protocol library - shar
ii  libmowgli1                0.6.1-1        a high performance development fra
ii  libneon27-gnutls          0.28.2-6.1     An HTTP and WebDAV client library 
ii  libogg0                   1.1.3-5        Ogg Bitstream Library
ii  libpango1.0-0             1.24.0-3       Layout and rendering of internatio
ii  libsndfile1               1.0.19-2       Library for reading/writing audio 
ii  libvorbis0a               1.2.0.dfsg-4   The Vorbis General Audio Compressi
ii  libvorbisenc2             1.2.0.dfsg-4   The Vorbis General Audio Compressi
ii  libvorbisfile3            1.2.0.dfsg-4   The Vorbis General Audio Compressi
ii  libxml2                   2.7.3.dfsg-1   GNOME XML library

audacious-plugins recommends no packages.

audacious-plugins suggests no packages.

-- no debconf information
-- patch
diff -urN audacious-plugins-1.5.1.vanilla/src/vorbis/vorbis.c audacious-plugins-1.5.1/src/vorbis/vorbis.c
--- audacious-plugins-1.5.1.vanilla/src/vorbis/vorbis.c	2009-04-17 10:36:59.000000000 +0200
+++ audacious-plugins-1.5.1/src/vorbis/vorbis.c	2009-04-17 10:37:16.000000000 +0200
@@ -94,7 +94,7 @@
     NULL
 };
 
-gchar *vorbis_fmts[] = { "ogg", "ogm", NULL };
+gchar *vorbis_fmts[] = { "ogg", "ogm", "oga", NULL };
 
 InputPlugin vorbis_ip = {
     .description = "Ogg Vorbis Audio Plugin",  /* description */







More information about the Pkg-audacious-maintainers mailing list