Opened 18 years ago

Closed 18 years ago

#10798 closed enhancement (fixed)

UPDATE: mpd 0.12.0

Reported by: ehainry@… Owned by: pmq@…
Priority: Not set Milestone:
Component: ports Version:
Keywords: Cc: ehainry@…
Port:

Description

music player daemon has been updated to version 0.12.0. It now has a native osx audio_output so it can be made not to depend on libao. However, I have tried setting

platform macosx {
        configure.args-delete --enable-ao
        configure.args-append --disable-ao
        depends_lib-delete lib:libao.2:libao
}

And the resulting binary would not play music...

Portfile patch follows.

Attachments (2)

patch.mpd (1.2 KB) - added by ehainry@… 18 years ago.
Portfile patch to update to v0.12.0
mpd.patch (1.3 KB) - added by ehainry@… 18 years ago.
I retested platform macosx, it worked (maybe an incompatibility with the older mpc version was causing problems before)

Download all attachments as: .zip

Change History (5)

Changed 18 years ago by ehainry@…

Attachment: patch.mpd added

Portfile patch to update to v0.12.0

Changed 18 years ago by ehainry@…

Attachment: mpd.patch added

I retested platform macosx, it worked (maybe an incompatibility with the older mpc version was causing problems before)

comment:1 Changed 18 years ago by pmq@…

Owner: changed from yeled@… to pmq@…

comment:2 Changed 18 years ago by pmq@…

Status: newassigned

comment:3 Changed 18 years ago by pmq@…

Resolution: fixed
Status: assignedclosed

Committed the second patch. Thanks!

Note: See TracTickets for help on using tickets.