From owner-svn-ports-head@FreeBSD.ORG Mon May 12 02:01:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EAD99F4; Mon, 12 May 2014 02:01:20 +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 6BD122B94; Mon, 12 May 2014 02:01:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C21Koh028809; Mon, 12 May 2014 02:01:20 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4C21K8H028808; Mon, 12 May 2014 02:01:20 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405120201.s4C21K8H028808@svn.freebsd.org> From: Dmitry Marakasov Date: Mon, 12 May 2014 02:01:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353763 - head/multimedia/totem-pl-parser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 02:01:20 -0000 Author: amdmi3 Date: Mon May 12 02:01:19 2014 New Revision: 353763 URL: http://svnweb.freebsd.org/changeset/ports/353763 QAT: https://qat.redports.org/buildarchive/r353763/ Log: - Switch to USE_GNOME=introspection - Whitespace fix PR: 186214 Submitted by: amdmi3 Approved by: maintainer timeout Modified: head/multimedia/totem-pl-parser/Makefile Modified: head/multimedia/totem-pl-parser/Makefile ============================================================================== --- head/multimedia/totem-pl-parser/Makefile Mon May 12 01:52:44 2014 (r353762) +++ head/multimedia/totem-pl-parser/Makefile Mon May 12 02:01:19 2014 (r353763) @@ -12,13 +12,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GObject-based library to parse a host of playlist formats -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome -RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 -USE_GNOME= gnomeprefix glib20 libxml2 intlhack +USE_GNOME= gnomeprefix glib20 libxml2 intlhack introspection:build,run USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip @@ -30,6 +28,6 @@ QUVI_DESC= Enable flash media stream URL QUVI_LIB_DEPENDS= libquvi.so:${PORTSDIR}/multimedia/libquvi QUVI_CONFIGURE_ON= --enable-enable-quvi -QUVI_CONFIGURE_OFF =--enable-enable-quvi=no +QUVI_CONFIGURE_OFF= --enable-enable-quvi=no .include