#1423 closed defect (fixed)
NEW: ffmpeg
Reported by: | ocheron@… | Owned by: | blb@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Port of the FFmpeg multimedia system, as currently supported by the FFmpeg projet: on Darwin/ Mac OS X, ffplay and ffserver are not built. I couldn't manage to get shared libraries working either.
However the ffmpeg command-line tool seems to work correctly and optionally supports MP3, Ogg Vorbis and AAC.
Attachments (2)
Change History (6)
Changed 21 years ago by ocheron@…
Attachment: | ffmpeg.tar.gz added |
---|
comment:1 Changed 21 years ago by blb@…
Status: | new → assigned |
---|
comment:2 Changed 21 years ago by blb@…
Owner: | changed from darwinports-bugs@… to blb@… |
---|---|
Status: | assigned → new |
comment:3 Changed 21 years ago by ocheron@…
Thanks Bryan, installing the docs is indeed a good idea. I came up with that one to avoid copying unwanted files:
post-destroot {
file mkdir ${destroot}/${prefix}/share/doc file mkdir ${destroot}/${prefix}/share/doc/${name} file copy ${worksrcpath}/doc/TODO ${destroot}/${prefix}/share/doc/${name} foreach f [glob ${worksrcpath}/doc/*.txt ${worksrcpath}/doc/*.html] {
file copy $f ${destroot}/${prefix}/share/doc/${name}
}
}
comment:4 Changed 21 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
It has been committed, thanks for the port.
Portfile and patch file