From owner-svn-ports-all@FreeBSD.ORG Tue Feb 3 19:13:13 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36E41184; Tue, 3 Feb 2015 19:13:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2329A755; Tue, 3 Feb 2015 19:13:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13JDB7m021347; Tue, 3 Feb 2015 19:13:11 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13JDAjh021346; Tue, 3 Feb 2015 19:13:10 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502031913.t13JDAjh021346@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 3 Feb 2015 19:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378366 - head/multimedia/cheese X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 19:13:13 -0000 Author: kwm Date: Tue Feb 3 19:13:10 2015 New Revision: 378366 URL: https://svnweb.freebsd.org/changeset/ports/378366 QAT: https://qat.redports.org/buildarchive/r378366/ Log: cheese needs vorbis gstreamer1 plugin. PR: 197187 Submitted by: sbruno@ Modified: head/multimedia/cheese/Makefile Modified: head/multimedia/cheese/Makefile ============================================================================== --- head/multimedia/cheese/Makefile Tue Feb 3 19:08:59 2015 (r378365) +++ head/multimedia/cheese/Makefile Tue Feb 3 19:13:10 2015 (r378366) @@ -4,6 +4,7 @@ PORTNAME= cheese PORTVERSION= 3.14.2 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -25,7 +26,7 @@ USES= gettext gmake libtool pathfix pkg USE_GNOME= gnomeprefix intlhack evolutiondataserver3 librsvg2 \ gnomedesktop3 libxml2:build introspection:build USE_XORG= xxf86vm x11 -USE_GSTREAMER1= bad good jpeg ogg theora v4l2 vpx +USE_GSTREAMER1= bad good jpeg ogg theora v4l2 vorbis vpx INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes