#18856 closed defect (fixed)
libdlna: fails to configure & build against latest ffmpeg 0.5
Reported by: | dbevans (David B. Evans) | Owned by: | sfiera@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | ffmpeg | Cc: | |
Port: | libdlna |
Description
libdlna @0.2.3 fails to configure and build because configure and the sources are typically looking for <ffmpeg/avformat.h> while the corresponding location in recent versions of ffmpeg is <libavformat/avformat.h>.
The attached patches
- patch configure to correctly detect the presence of ffmpeg
- patch the sources to use the new ffmpeg include paths
- the revision is incremented to force a rebuild against the current ffmpeg 0.5 which is not ABI compatible with earlier versions (see #18793).
Attachments (6)
Change History (9)
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-Portfile.diff added |
---|
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-configure.diff added |
---|
for files directory (replaces previous)
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-src-av_mpeg4_part2.c.diff added |
---|
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-src-av_mpeg4_part10.c.diff added |
---|
for files directory
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-src-containers.c.diff added |
---|
for files directory
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-src-profiles.h.diff added |
---|
for files directory
comment:1 Changed 16 years ago by dbevans (David B. Evans)
Looks like the previous files/patch-Makefile.diff is no longer used or needed and can be deleted.
comment:2 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r48291 (maintainer timeout), files/patch-Makefile.diff retained.
Note: See
TracTickets for help on using
tickets.
Proposed patch for Portfile