Bug 81238 - transcode can't find include files for libquicktime
Summary: transcode can't find include files for libquicktime
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 04:30 UTC by Tim Aslat
Modified: 2005-05-20 15:48 UTC (History)
0 users

See Also:


Attachments
transcode-1.0.0beta3-quicktime.diff (20.43 KB, patch)
2005-05-20 10:37 UTC, Hendrik Scholz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Aslat 2005-05-19 04:30:02 UTC

After the recent update of libquicktime, transcode refuses to see the lqt.h file, which has changed subfolders from /quicktime/lqt.h to /lqt/lqt.h

Fix: 

search & replace recursively through the source for 
quicktime/lqt.h
and replace with
lqt/lqt.h
How-To-Repeat: 

try to install/reinstall transcode with libquicktime installed
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-05-19 11:39:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

I'll handle this
Comment 2 Hendrik Scholz 2005-05-20 10:37:19 UTC
Hi!

This update chases the recent libquicktime upgrade. Due to changed
paths I had to

- update patch-configure to use lqt prefix instead of quicktime
- add four patches attached as shar to allow compilation of
  quicktime related modules

No changes to pkg-plist or bumping PORTREVISION are needed.

Thanks for the report to tim@spyderweb.com.au,
  Hendrik

-- 
Hendrik Scholz - <hscholz@raisdorf.net> - http://www.wormulon.net/
drag me, drop me - treat me like an object
Comment 3 Simon Barner freebsd_committer freebsd_triage 2005-05-20 15:40:29 UTC
State Changed
From-To: open->closed

I committed a functionally equivalent patch  
(using REINPLACE instead of vast patching). 

Hendrik, patch-configure contained many hunks that where 
the results of REINPLACE commands from the Makefile (notably 
the dlopen patches). 

Also, if you want to add new files, simply `cvs add' them 
(which will not modify your CVS repository), and send the 
output of `cvs diff'. Otherwise, it's a lot of work to 
extract the diff and the shar file from the PR. 

As a rule, shar archives are for new ports only, for 
changes/updates please send (unified) diffs. 

Anyway, thank you very much for your submission!