From owner-svn-ports-head@FreeBSD.ORG Wed Apr 9 13:58:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F5E17B8; Wed, 9 Apr 2014 13:58:40 +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 4C6781AB3; Wed, 9 Apr 2014 13:58:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s39Dwept058632; Wed, 9 Apr 2014 13:58:40 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s39Dwdwd058630; Wed, 9 Apr 2014 13:58:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404091358.s39Dwdwd058630@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 9 Apr 2014 13:58:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350705 - head/multimedia/totem 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.17 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: Wed, 09 Apr 2014 13:58:40 -0000 Author: bapt Date: Wed Apr 9 13:58:39 2014 New Revision: 350705 URL: http://svnweb.freebsd.org/changeset/ports/350705 QAT: https://qat.redports.org/buildarchive/r350705/ Log: Support stage strip binaries USES=webplugin USES=libtool instead of ltverhack Modified: head/multimedia/totem/Makefile head/multimedia/totem/pkg-plist Modified: head/multimedia/totem/Makefile ============================================================================== --- head/multimedia/totem/Makefile Wed Apr 9 13:54:36 2014 (r350704) +++ head/multimedia/totem/Makefile Wed Apr 9 13:58:39 2014 (r350705) @@ -4,7 +4,7 @@ PORTNAME= totem PORTVERSION= 2.32.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -13,34 +13,34 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= Gstreamer-based video player for the GNOME 2 Desktop BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \ - totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser +LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ ${PYTHON_SITELIBDIR}/atom/__init__.py:${PORTSDIR}/devel/py-gdata CONFLICTS= totem-3.[0-9]* +GNU_CONFIGURE= yes USE_PYTHON= yes -USE_BZIP2= yes -USES= pathfix gettext desktop-file-utils pkgconfig +USES= pathfix gettext gmake desktop-file-utils libtool pkgconfig tar:bzip2 \ + shebangfix +SHEBANG_FILES= data/totem-bugreport.py USE_GNOME= gnomeprefix intlhack nautilus2 \ - ltverhack pygtk2 gnomehier + pygtk2 gnomehier USE_GSTREAMER= core gconf hal good mpeg2dec soup ugly python gio INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool +INSTALL_TARGET= install-strip USE_LDCONFIG= yes INSTALLS_OMF= yes PKGMESSAGE= ${WRKDIR}/pkg-message CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= LIBS="-lXrandr" \ - BROWSER_PLUGIN_DIR="${WEBPLUGINS_DIR}" + BROWSER_PLUGIN_DIR="${WEBPLUGIN_DIR}" CONFIGURE_ARGS= --with-plugins="${TOTEM_PLUGINS}" -MAN1= totem.1 totem-video-thumbnailer.1 GCONF_SCHEMAS= totem-handlers.schemas totem-video-thumbnail.schemas \ totem.schemas @@ -56,15 +56,13 @@ TOTEM_PLUGINS= thumbnail screensaver ont properties skipto youtube opensubtitles screenshot \ brasero-disc-recorder coherence_upnp dbus-service iplayer -NO_STAGE= yes # Not using: # TOTEM_PLUGINS= mythtv bemused jamendo .include -.include .if defined(WITH_PUBLISH) -LIB_DEPENDS+= epc-1.0.2:${PORTSDIR}/www/libepc +LIB_DEPENDS+= libepc-1.0.so:${PORTSDIR}/www/libepc PLIST_SUB+= PUBLISH="" TOTEM_PLUGINS:= ${TOTEM_PLUGINS} publish .else @@ -80,7 +78,7 @@ PLIST_SUB+= TRACKER="@comment " #.endif .if ${PORT_OPTIONS:MLIRC} -LIB_DEPENDS+= lirc_client.2:${PORTSDIR}/comms/lirc +LIB_DEPENDS+= liblirc_client.so:${PORTSDIR}/comms/lirc PLIST_SUB+= LIRC="" TOTEM_PLUGINS:= ${TOTEM_PLUGINS} lirc .else @@ -88,7 +86,7 @@ PLIST_SUB+= LIRC="@comment " .endif .if ${PORT_OPTIONS:MGALAGO} -LIB_DEPENDS+= galago.3:${PORTSDIR}/devel/libgalago +LIB_DEPENDS+= libgalago.so:${PORTSDIR}/devel/libgalago PLIST_SUB+= GALAGO="" TOTEM_PLUGINS:= ${TOTEM_PLUGINS} galago .else @@ -101,11 +99,10 @@ CONFIGURE_ARGS+=--enable-browser-plugins --enable-narrowspace-plugin PLIST_SUB+= BROWSER_PLUGINS="" -USE_WEBPLUGINS= gecko19 webkit-gtk2 -WEBPLUGINS_FILES= libtotem-cone-plugin.so libtotem-gmp-plugin.so \ +USES+= webplugin:native +WEBPLUGIN_FILES= libtotem-cone-plugin.so libtotem-gmp-plugin.so \ libtotem-mully-plugin.so \ libtotem-narrowspace-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" .else CONFIGURE_ARGS+=--disable-browser-plugins \ --disable-basic-plugin \ @@ -131,9 +128,8 @@ post-patch: ${WRKSRC}/src/backend/bacon-video-widget-gst-0.10.c post-install: - ${MKDIR} ${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${PREFIX}/share/vala/vapi - ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${PREFIX}/share/vala/vapi - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi + ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.vapi ${STAGEDIR}${PREFIX}/share/vala/vapi + ${INSTALL_DATA} ${WRKSRC}/bindings/vala/totem.deps ${STAGEDIR}${PREFIX}/share/vala/vapi -.include +.include Modified: head/multimedia/totem/pkg-plist ============================================================================== --- head/multimedia/totem/pkg-plist Wed Apr 9 13:54:36 2014 (r350704) +++ head/multimedia/totem/pkg-plist Wed Apr 9 13:58:39 2014 (r350705) @@ -2,18 +2,18 @@ bin/totem bin/totem-audio-preview bin/totem-video-indexer bin/totem-video-thumbnailer -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-cone-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-gmp-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-mully-plugin.so -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-narrowspace-plugin.so +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-cone-plugin.a +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-cone-plugin.la +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-cone-plugin.so +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-gmp-plugin.a +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-gmp-plugin.la +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-gmp-plugin.so +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-mully-plugin.a +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-mully-plugin.la +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-mully-plugin.so +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-narrowspace-plugin.a +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-narrowspace-plugin.la +%%BROWSER_PLUGINS%%%%WEBPLUGIN_DIR%%/libtotem-narrowspace-plugin.so lib/nautilus/extensions-2.0/libtotem-properties-page.a lib/nautilus/extensions-2.0/libtotem-properties-page.la lib/nautilus/extensions-2.0/libtotem-properties-page.so @@ -111,6 +111,8 @@ lib/totem/plugins/youtube/youtube.totem- lib/totem/plugins/youtube/youtube.ui %%BROWSER_PLUGINS%%libexec/totem-plugin-viewer libexec/totem/totem-bugreport.py +man/man1/totem-video-thumbnailer.1.gz +man/man1/totem.1.gz share/applications/totem.desktop %%DOCSDIR%%/BaconVideoWidget.html %%DOCSDIR%%/TotemCellRendererVideo.html