Opened 15 years ago
Closed 15 years ago
#22282 closed defect (fixed)
mplayer-devel portfile fix for Snow Leopard 10.6.1 + macports 1.8.1
Reported by: | davidfavor (David Favor) | Owned by: | acho@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | mplayer-devel |
Description
Adding the following portfile stanza builds mplayer-devel plain and with the variants +aa +caca +twolame +dirac +dts +dv +live +speex +theora +faac +x264 +xvid +x11 +mng
platform darwin 10 {
configure.args-append --target=x86_64-Darwin
configure.args-append --disable-liba52-internal --disable-mp3lib --disable-qtx
configure.args-delete --enable-qtx
}
Quicktime (qtx) support barfs and there's no -qtx variant.
The variant +binary_codecs also barfs.
I'll open tickets on each of these as it appears there are differences between current open tickets against macports-1.8.0.
Change History (4)
comment:1 Changed 15 years ago by ecronin (Eric Cronin)
Owner: | changed from macports-tickets@… to acho@… |
---|---|
Port: | mplayer-devel added |
comment:2 Changed 15 years ago by jmroot (Joshua Root)
Milestone: | MacPorts 1.8.2 |
---|
comment:3 Changed 15 years ago by davidfavor (David Favor)
This does work.
If you can. Looks like --disable-qtx also fixes the mp3lib and liba52 problems.
I'd say mark this as fixed, then continue on with the other bug opened to actually fix quicktime support.
Thanks!
comment:4 Changed 15 years ago by ecronin (Eric Cronin)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please update your portfiles and see if the version I checked in @59988 works for you.