svn commit: r350699 - head/audio/rhythmbox
Baptiste Daroussin
bapt at FreeBSD.org
Wed Apr 9 13:28:30 UTC 2014
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 <bsd.port.options.mk>
.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
More information about the svn-ports-all
mailing list