[PATCH] multimedia/totem-pl-parser: staging, new LIB_DEPENDS syntax

Dmitry Marakasov amdmi3 at amdmi3.ru
Tue Jan 28 23:02:20 UTC 2014


>Submitter-Id:	current-users
>Originator:	Dmitry Marakasov
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] multimedia/totem-pl-parser: staging, new LIB_DEPENDS syntax
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 10.0-RELEASE amd64
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Support staging
- Use new LIB_DEPENDS syntax
- Convert USE_GMAKE to USES
- Use preferred way to depend on gobject-introspection

Port maintainer (gnome at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- totem-pl-parser-2.32.3_2.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341668)
+++ Makefile	(working copy)
@@ -12,15 +12,12 @@
 MAINTAINER=	gnome at 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
-RUN_DEPENDS=	${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+LIB_DEPENDS=	libgmime-2.4.so:${PORTSDIR}/mail/gmime24 \
+		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 
 USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		pathfix gettext pkgconfig
-USE_GNOME=	gnomeprefix glib20 libxml2 intlhack ltverhack
+USES=		pathfix gettext pkgconfig gmake
+USE_GNOME=	gnomeprefix glib20 libxml2 intlhack ltverhack introspection:build,run
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -29,11 +26,10 @@
 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
+LIB_DEPENDS+=	libquvi.so:${PORTSDIR}/multimedia/libquvi
 CONFIGURE_ARGS+=--enable-enable-quvi
 .else
 CONFIGURE_ARGS+=--enable-enable-quvi=no
--- totem-pl-parser-2.32.3_2.patch ends here ---



More information about the freebsd-gnome mailing list