From owner-svn-ports-all@FreeBSD.ORG Wed Apr 9 13:28:30 2014 Return-Path: Delivered-To: svn-ports-all@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 E479484A; Wed, 9 Apr 2014 13:28:29 +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 C54D81790; Wed, 9 Apr 2014 13:28:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s39DSTJR045677; Wed, 9 Apr 2014 13:28:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s39DSTXw045675; Wed, 9 Apr 2014 13:28:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404091328.s39DSTXw045675@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 9 Apr 2014 13:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350699 - head/audio/rhythmbox 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.17 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: Wed, 09 Apr 2014 13:28:30 -0000 Author: bapt Date: Wed Apr 9 13:28:29 2014 New Revision: 350699 URL: http://svnweb.freebsd.org/changeset/ports/350699 QAT: https://qat.redports.org/buildarchive/r350699/ Log: Support stage USES=libtools add missing USES=desktop-file-utils Convert to USES=webplugin strip binaries Modified: head/audio/rhythmbox/Makefile head/audio/rhythmbox/pkg-plist Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Wed Apr 9 13:27:41 2014 (r350698) +++ head/audio/rhythmbox/Makefile Wed Apr 9 13:28:29 2014 (r350699) @@ -4,7 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.12.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -24,17 +24,16 @@ LIB_DEPENDS= libmusicbrainz3.so:${PORTSD CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]* -USE_BZIP2= yes -NO_STAGE= yes -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig tar:bzip2 libtool desktop-file-utils INSTALLS_OMF= yes USE_GNOME= intlhack gnomeprefix gtk20 nautilus2 WANT_GNOME= yes USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-vala --with-libbrasero-media \ --without-libnautilus-burn INSTALLS_ICONS= yes +INSTALL_TARGET= install-strip USE_LDCONFIG= yes CONFIGURE_ENV= LIBS="-lm" @@ -49,8 +48,6 @@ DAAP_DESC= iTunes music sharing IPOD_DESC= iPod support ITMS_PLUGIN_DESC= iTunes browser plugin -MAN1= rhythmbox-client.1 rhythmbox.1 - .include .if ${PORT_OPTIONS:MVORBIS} @@ -122,12 +119,11 @@ PLIST_SUB+= IPOD="@comment " .endif .if ${PORT_OPTIONS:MITMS_PLUGIN} -USE_WEBPLUGINS= gecko18 -WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" +USES+= webplugin:native +WEBPLUGIN_FILES=librhythmbox-itms-detection-plugin.so CONFIGURE_ARGS+=--enable-browser-plugin -CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} +CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGIN_DIR} PLIST_SUB+= ITMS_PLUGIN="" .else CONFIGURE_ARGS+=--disable-browser-plugin Modified: head/audio/rhythmbox/pkg-plist ============================================================================== --- head/audio/rhythmbox/pkg-plist Wed Apr 9 13:27:41 2014 (r350698) +++ head/audio/rhythmbox/pkg-plist Wed Apr 9 13:28:29 2014 (r350699) @@ -6,6 +6,7 @@ bin/rhythmbox-client lib/librhythmbox-core.la lib/librhythmbox-core.so lib/librhythmbox-core.so.0 +lib/librhythmbox-core.so.0.0.0 %%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py %%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyc %%PYTHON%%lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.pyo @@ -242,6 +243,8 @@ lib/rhythmbox/plugins/visualizer/visuali lib/rhythmbox/plugins/visualizer/visualizer-ui.xml lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin libexec/rhythmbox-metadata +man/man1/rhythmbox-client.1.gz +man/man1/rhythmbox.1.gz share/applications/rhythmbox.desktop share/dbus-1/services/org.gnome.Rhythmbox.service %%DOCSDIR%%/RBAutoPlaylistSource.html