FreeBSD Bugzilla – Attachment 128597 Details for
Bug 172459
[PATCH] multimedia/ffmpegthumbnailer is missing gconf2 depend when GNOME OptionsNG has been selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ffmpegthumbnailer.diff
ffmpegthumbnailer.diff (text/x-patch; charset="ISO-8859-1"), 2.00 KB, created by
Jason E. Hale
on 2012-10-11 12:55:01 UTC
(
hide
)
Description:
ffmpegthumbnailer.diff
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2012-10-11 12:55:01 UTC
Size:
2.00 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 305645) >+++ Makefile (working copy) >@@ -1,7 +1,4 @@ >-# New ports collection makefile for: ffmpegthumbnailer >-# Date created: Mo 18 Feb 2008 06:11:13 CET >-# Whom: Dierk Sacher <dierk@blaxxtarz.de> >-# >+# Created by: Dierk Sacher <dierk@blaxxtarz.de> > # $FreeBSD$ > > PORTNAME= ffmpegthumbnailer >@@ -15,36 +12,36 @@ > > LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ > swscale:${PORTSDIR}/multimedia/ffmpeg \ >- jpeg.11:${PORTSDIR}/graphics/jpeg >+ jpeg:${PORTSDIR}/graphics/jpeg > > CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include > LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib > CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig --enable-gio > > GNU_CONFIGURE= yes >-USE_GMAKE= yes >-USE_GNOME= gnomehack pkgconfig _glib20 >+USE_PKGCONFIG= build >+USE_GNOME= gnomehack _glib20 > USE_LDCONFIG= yes > >-WANT_GNOME= yes >- > OPTIONS_DEFINE= GNOME > >-.include <bsd.port.pre.mk> >+MAN1= ffmpegthumbnailer.1 > >+.include <bsd.port.options.mk> >+ > .if ${PORT_OPTIONS:MGNOME} > PKGNAMESUFFIX+= -gnome >+USE_GNOME+= gconf2 > GCONF_SCHEMAS= ffmpegthumbnailer.schemas > .endif > >-MAN1= ffmpegthumbnailer.1 >- > post-install: > cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} install-pkgconfigDATA > .if ${PORT_OPTIONS:MGNOME} >- ${INSTALL_DATA} ${FILESDIR}/${GCONF_SCHEMAS} ${LOCALBASE}/etc/gconf/schemas >+ ${INSTALL_DATA} ${FILESDIR}/${GCONF_SCHEMAS} ${PREFIX}/etc/gconf/schemas > @${SETENV} GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ >- gconftool-2 --makefile-install-rule ${LOCALBASE}/etc/gconf/schemas/${GCONF_SCHEMAS} \ >+ gconftool-2 --makefile-install-rule ${PREFIX}/etc/gconf/schemas/${GCONF_SCHEMAS} \ > > /dev/null > .endif >-.include <bsd.port.post.mk> >+ >+.include <bsd.port.mk> > >Property changes on: Makefile >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 172459
:
128596
| 128597