- 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.
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer
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"
State Changed From-To: open->closed Correct way is to edit in multimedia/totem. Committed, thanks!