From owner-freebsd-multimedia@FreeBSD.ORG Fri Jun 30 19:37:08 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A033816A403 for ; Fri, 30 Jun 2006 19:37:08 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao05.cox.net (centrmmtao05.cox.net [70.168.83.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC99B43D7C for ; Fri, 30 Jun 2006 19:37:07 +0000 (GMT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([24.255.149.218]) by centrmmtao05.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060630193704.IHDI8328.centrmmtao05.cox.net@mezz.mezzweb.com> for ; Fri, 30 Jun 2006 15:37:04 -0400 Date: Fri, 30 Jun 2006 14:37:16 -0500 To: freebsd-multimedia@freebsd.org From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200606301932.k5UJWnNR073586@repoman.freebsd.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <200606301932.k5UJWnNR073586@repoman.freebsd.org> User-Agent: Opera Mail/9.00 (Linux) Subject: Fwd: cvs commit: ports/multimedia/mjpegtools Makefile pkg-descr pkg-plist ports/multimedia/mjpegtools/files patch-configure X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 19:37:08 -0000 If anyone have any problem with this, please reply under this thread. Cheers, Mezz ------- Forwarded message ------- From: "Jeremy Messenger" To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/mjpegtools Makefile pkg-descr pkg-plist ports/multimedia/mjpegtools/files patch-configure Date: Fri, 30 Jun 2006 14:32:49 -0500 mezz 2006-06-30 19:32:49 UTC FreeBSD ports repository Modified files: multimedia/mjpegtools Makefile pkg-descr pkg-plist Removed files: multimedia/mjpegtools/files patch-configure Log: - Remove file/patch-configure, already included in the tarball. Also, remove a few of out of date stuff in post-patch. - Correct the USE_GETOPT_LONG, no need a check of FreeBSD version. - Near all of knobs were not work, and option flags and dependenies were out of date. * Remove WITH_LIBMOVTAR, WITH_LIBDV_PAL, WITHOUT_AVIFILE and WITH_JPEGMMX. * Rename WITH_LIBDV -> WITH_DV (follow /usr/ports/KNOBS). * Now depend on GTK2, not GTK1, with an autocheck and a new WITH_GTK2 knob. * Add new knobs: WITHOUT_PNG, WITHOUT_X11 and WITH_GTK2 * Make sure to not disable SDL if you want GTK2 otherwise it will not working. * All of knobs now work correct again with the update of option flags. - Fix the plist when you use knobs. - Bump the PORTREVISION. Revision Changes Path 1.54 +98 -129 ports/multimedia/mjpegtools/Makefile 1.6 +0 -105 ports/multimedia/mjpegtools/files/patch-configure (dead) 1.2 +0 -2 ports/multimedia/mjpegtools/pkg-descr 1.15 +26 -9 ports/multimedia/mjpegtools/pkg-plist -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org