Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#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)

ffmpeg.tar.gz (1.4 KB) - added by ocheron@… 20 years ago.
Portfile and patch file
ffmpeg.diff (386 bytes) - added by blb@… 20 years ago.
unidiff to Portfile

Download all attachments as: .zip

Change History (6)

Changed 20 years ago by ocheron@…

Attachment: ffmpeg.tar.gz added

Portfile and patch file

Changed 20 years ago by blb@…

Attachment: ffmpeg.diff added

unidiff to Portfile

comment:1 Changed 20 years ago by blb@…

Status: newassigned

comment:2 Changed 20 years ago by blb@…

Owner: changed from darwinports-bugs@… to blb@…
Status: assignednew

comment:3 Changed 20 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 20 years ago by blb@…

Resolution: fixed
Status: newclosed

It has been committed, thanks for the port.

Note: See TracTickets for help on using tickets.