Date: Fri, 11 Apr 2014 17:10:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351013 - head/multimedia/totem-pl-parser Message-ID: <201404111710.s3BHAuXe048909@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 11 17:10:56 2014 New Revision: 351013 URL: http://svnweb.freebsd.org/changeset/ports/351013 QAT: https://qat.redports.org/buildarchive/r351013/ Log: Support stage Modified: head/multimedia/totem-pl-parser/Makefile head/multimedia/totem-pl-parser/pkg-plist Modified: head/multimedia/totem-pl-parser/Makefile ============================================================================== --- head/multimedia/totem-pl-parser/Makefile Fri Apr 11 17:08:14 2014 (r351012) +++ head/multimedia/totem-pl-parser/Makefile Fri Apr 11 17:10:56 2014 (r351013) @@ -4,7 +4,7 @@ PORTNAME= totem-pl-parser PORTVERSION= 2.32.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -13,30 +13,23 @@ 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= gmime-2.4:${PORTSDIR}/mail/gmime24 \ - soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome +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 -USE_BZIP2= yes -USE_GMAKE= yes -USES= pathfix gettext pkgconfig -USE_GNOME= gnomeprefix glib20 libxml2 intlhack ltverhack +USES= pathfix gettext pkgconfig gmake libtool tar:bzip2 +USE_GNOME= gnomeprefix glib20 libxml2 intlhack USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= QUVI QUVI_DESC= Enable flash media stream URL support -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MQUVI} -LIB_DEPENDS+= quvi:${PORTSDIR}/multimedia/libquvi -CONFIGURE_ARGS+=--enable-enable-quvi -.else -CONFIGURE_ARGS+=--enable-enable-quvi=no -.endif +QUVI_LIB_DEPENDS= libquvi.so:${PORTSDIR}/multimedia/libquvi +QUVI_CONFIGURE_ON= --enable-enable-quvi +QUVI_CONFIGURE_OFF =--enable-enable-quvi=no .include <bsd.port.mk> Modified: head/multimedia/totem-pl-parser/pkg-plist ============================================================================== --- head/multimedia/totem-pl-parser/pkg-plist Fri Apr 11 17:08:14 2014 (r351012) +++ head/multimedia/totem-pl-parser/pkg-plist Fri Apr 11 17:10:56 2014 (r351013) @@ -9,10 +9,12 @@ lib/libtotem-plparser-mini.a lib/libtotem-plparser-mini.la lib/libtotem-plparser-mini.so lib/libtotem-plparser-mini.so.17 +lib/libtotem-plparser-mini.so.17.0.1 lib/libtotem-plparser.a lib/libtotem-plparser.la lib/libtotem-plparser.so lib/libtotem-plparser.so.17 +lib/libtotem-plparser.so.17.0.1 libdata/pkgconfig/totem-plparser-mini.pc libdata/pkgconfig/totem-plparser.pc %%DOCSDIR%%/TotemPlParser.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111710.s3BHAuXe048909>