Comment 19 for bug 256574

Revision history for this message
Benjamin Drung (bdrung) wrote :

change-default-output-plugin did not work. Now I have solved this problem using an easier way.

There is one open question: Which skin should we use as default? Upstream uses "Default" (a black skin) as default. Debian uses a patch to set the default skin back to "Classic1.3" (a white skin). If the default intrepid theme will be dark, we should use the black "Default" skin. What do you think?

audacious (1.5.1-3ubuntu1) intrepid; urgency=low

  * Merge from Debian unstable (LP: #256574), remaining changes:
    + debian/control: Change maintainer to Ubuntu MOTU.
    + debian/patches/004-change-default-outputplugin.patch: Change the default
      output plugin to pulseaudio.
    + debian/patches/series: Add 004-change-default-outputplugin.patch to list.
  * Dropped Ubuntu changes:
    - *index.html*: Removed (probably a packaging mistake).
    - debian/patches/00list: Removed, because the Debian package use quilt
      (series) instead of dpatch (00list) as patch system.
    - Removed all changes to the translation files, because they only affect
      the file structure and not the content.
    - debian/control: Change the audacious dependencies on libaudid3tag1
      and libaudclient1 to be >= ${source:Upstream-Version}, to fix package
      uninstallability.
  * Add bugzilla-42.patch to resolve a playlist bug where entry->tuple is NULL
    but we try to access it. This results in huge log file (LP: #258797). This
    patch will be in the next upstream release.
  * debian/rules: Do not disable SSE2 on x86_64, because all x86_64 CPUs
    support SSE2.
  * debian/patches/004-change-default-outputplugin.patch: Completely changed.
    Now the patch set pulseaudio as output plugin in the default config
    structure.
  * debian/patches/003-change-default-skin.patch: Corrected path
    (skins -> Skins).