Bug 165619 - fix plugin dir of multimedia/xine
Summary: fix plugin dir of multimedia/xine
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-02 11:10 UTC by TsurutaniNaoki
Modified: 2012-03-02 12:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2012-03-02 11:10:12 UTC
	xine plugins dir is different from it in libxine;
	hence building multimedia/xine with WITH_CACA=1 fails.

Fix: 

plugins dir by libxine is ${LOCALBASE}/lib/xine/plugins/2.1, and 
	that by xine is ${LOCALBASE}/lib/xine/plugins/1.29.
	I do not know which is correct, but it seems to be strange..
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-02 11:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-02 12:04:45 UTC
makc        2012-03-02 12:04:32 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/xine      Makefile 
  Log:
  Fix plugin path after recent libxine update
  
  PR:             ports/165619
  Reported by:    Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp>
  
  Revision  Changes    Path
  1.106     +2 -1      ports/multimedia/xine/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2012-03-02 12:05:28 UTC
State Changed
From-To: open->closed

"Fixed, thanks for report!"