FreeBSD Bugzilla – Attachment 139859 Details for
Bug 186214
[PATCH] multimedia/totem-pl-parser: staging, new LIB_DEPENDS syntax
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
totem-pl-parser-2.32.3_2.patch
totem-pl-parser-2.32.3_2.patch (text/plain), 1.30 KB, created by
Dmitry Marakasov
on 2014-01-28 23:10:03 UTC
(
hide
)
Description:
totem-pl-parser-2.32.3_2.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2014-01-28 23:10:03 UTC
Size:
1.30 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 341668) >+++ Makefile (working copy) >@@ -12,15 +12,12 @@ > 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 >-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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 186214
: 139859
Working