Bug 110749 - [PATCH] multimedia/totem-xine: update to 2.16.5
Summary: [PATCH] multimedia/totem-xine: update to 2.16.5
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: 2007-03-24 06:10 UTC by Sergio Lenzi
Modified: 2007-03-24 16:30 UTC (History)
1 user (show)

See Also:


Attachments
totem-xine-2.16.5.patch (520 bytes, patch)
2007-03-24 06:10 UTC, Sergio Lenzi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergio Lenzi 2007-03-24 06:10:00 UTC
- Update to 2.16.5

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Fix: Modify port Makefile to include the option --enable-xine=yes
How-To-Repeat: the Makefile does not have a condition --enable-xine
that is needed if totem is to use the xine library,
so it will default to use gstreamer.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-24 06:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-24 16:29:03 UTC
mezz        2007-03-24 16:28:58 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/totem     Makefile 
    multimedia/totem-xine Makefile 
  Log:
  Make sure totem-xine to actually have xine enable by add --enable-xine=yes,
  without it will enable gstreamer by default. Bump the PORTREVISION to have our
  users' totem-xine correct.
  
  PR:             ports/110749
  Submitted by:   Sergio Lenzi <lenzi@k1.com.br>
  
  Revision  Changes    Path
  1.2       +2 -1      ports/multimedia/totem-xine/Makefile
  1.84      +1 -0      ports/multimedia/totem/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 Jeremy Messenger freebsd_committer freebsd_triage 2007-03-24 16:29:08 UTC
State Changed
From-To: open->closed

Correct way is to edit in multimedia/totem. Committed, thanks!