From owner-cvs-all@FreeBSD.ORG Sat Jul 10 22:47:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49AA816A4CE; Sat, 10 Jul 2004 22:47:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419DB43D49; Sat, 10 Jul 2004 22:47:59 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6AMlxRY044943; Sat, 10 Jul 2004 22:47:59 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6AMlxDK044942; Sat, 10 Jul 2004 22:47:59 GMT (envelope-from lioux) Message-Id: <200407102247.i6AMlxDK044942@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 10 Jul 2004 22:47:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/gstreamer-plugins Makefile pkg-plist ports/multimedia/gstreamer-plugins/files bsdi_dvd.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2004 22:47:59 -0000 lioux 2004-07-10 22:47:59 UTC FreeBSD ports repository Modified files: multimedia/gstreamer-plugins Makefile pkg-plist Added files: multimedia/gstreamer-plugins/files bsdi_dvd.h Log: o Add VCD plugin [1] - take bsdi_dvd.h from mplayer which now lies on FILESDIR - MD5 (MPlayer-1.0pre4.tar.bz2) = 83ebac0f05b192516a41fca2350ca01 o Add WITH_CDROM_DEVICE to allow one to pick the CDROM device [1] o Add WITH_DVD_DEVICE to allow one to pick the DVD device [1] o Add mpeg2enc plugin which depends on multimedia/mjpegtools port o Really install KDE kio support WITH_KIO. This required some CONFIGURE_ENV hacking o Make sure plugins build/install even if PREFIX != {LOCAL,X11}BASE. This required hackery called EXTRA_BUILD_DIR. Check port's Makefile for more information. This fixed both vcd and modplug plugins o Bump PORTREVISION due to PLIST change since VCD plugin is built per default PR: 65451 [1] Submitted by: michael johnson [1] Reviewed by: marcus, vs, michael johnson Revision Changes Path 1.57 +107 -12 ports/multimedia/gstreamer-plugins/Makefile 1.1 +340 -0 ports/multimedia/gstreamer-plugins/files/bsdi_dvd.h (new) 1.15 +2 -0 ports/multimedia/gstreamer-plugins/pkg-plist