Bug 161909 - [patch update] multimedia/totem-pl-parser: fix to adapt to new libquvi
Summary: [patch update] multimedia/totem-pl-parser: fix to adapt to new libquvi
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-22 22:00 UTC by Kurt Jaeger
Modified: 2011-10-23 16:10 UTC (History)
0 users

See Also:


Attachments
file.diff (879 bytes, patch)
2011-10-22 22:00 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2011-10-22 22:00:22 UTC
	totem-pl-parser uses libquvi, which changed some definitions
	when going to 0.4.

Fix: Add this file as files/patch-totem-pl-parser-videosite to the port.

------------------
How-To-Repeat: 	make totem-pl-parser fails without the patch
Comment 1 Kurt Jaeger 2011-10-22 22:06:48 UTC
Hi!

Please note: The patch is for multimedia/totem-pl-parser,
not multimedia/libquvi.

-- 
pi@opsec.eu            +49 171 3101372                         9 years to go !
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-10-23 07:02:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer(s).
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-23 16:06:41 UTC
kwm         2011-10-23 15:06:30 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/totem-pl-parser Makefile 
  Added files:
    multimedia/totem-pl-parser/files 
                                     patch-plparse_totem-pl-parser-videosite.c 
  Log:
  Fix the build when libquvi is installed. [1]
  Add optional depend on libquvi.
  
  PR:             ports/161909 [1]
  Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
  
  Revision  Changes    Path
  1.25      +12 -0     ports/multimedia/totem-pl-parser/Makefile
  1.1       +27 -0     ports/multimedia/totem-pl-parser/files/patch-plparse_totem-pl-parser-videosite.c (new)
_______________________________________________
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 4 Koop Mast freebsd_committer freebsd_triage 2011-10-23 16:06:45 UTC
State Changed
From-To: open->closed

Committed thanks! I turned the libquvi into a optional dependancy, it was 
unhandled before.