Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

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

patch-Portfile.diff (735 bytes) - added by dbevans (David B. Evans) 15 years ago.
Proposed patch for Portfile
patch-configure.diff (877 bytes) - added by dbevans (David B. Evans) 15 years ago.
for files directory (replaces previous)
patch-src-av_mpeg4_part2.c.diff (306 bytes) - added by dbevans (David B. Evans) 15 years ago.
patch-src-av_mpeg4_part10.c.diff (308 bytes) - added by dbevans (David B. Evans) 15 years ago.
for files directory
patch-src-containers.c.diff (295 bytes) - added by dbevans (David B. Evans) 15 years ago.
for files directory
patch-src-profiles.h.diff (362 bytes) - added by dbevans (David B. Evans) 15 years ago.
for files directory

Download all attachments as: .zip

Change History (9)

Changed 15 years ago by dbevans (David B. Evans)

Attachment: patch-Portfile.diff added

Proposed patch for Portfile

Changed 15 years ago by dbevans (David B. Evans)

Attachment: patch-configure.diff added

for files directory (replaces previous)

Changed 15 years ago by dbevans (David B. Evans)

Changed 15 years ago by dbevans (David B. Evans)

for files directory

Changed 15 years ago by dbevans (David B. Evans)

Attachment: patch-src-containers.c.diff added

for files directory

Changed 15 years ago by dbevans (David B. Evans)

Attachment: patch-src-profiles.h.diff added

for files directory

comment:1 Changed 15 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 15 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

Committed in r48291 (maintainer timeout), files/patch-Makefile.diff retained.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.