svn commit: r493711 - in head/sysutils/xvidcap: . files

Baptiste Daroussin bapt at FreeBSD.org
Sat Feb 23 17:04:37 UTC 2019


On Sat, Feb 23, 2019 at 04:57:01PM +0000, Thierry Thomas wrote:
> Author: thierry
> Date: Sat Feb 23 16:57:01 2019
> New Revision: 493711
> URL: https://svnweb.freebsd.org/changeset/ports/493711
> 
> Log:
>   Unbreak video recording.
>   
>   Since I'm here, make some cleaning and add some explicit dependencies.
>   
>   PR:		235951
>   Submitted by:	romain
> 
> Added:
>   head/sysutils/xvidcap/files/patch-configure   (contents, props changed)
>   head/sysutils/xvidcap/files/patch-src_gnome__ui.c
>      - copied, changed from r493710, head/sysutils/xvidcap/files/patch-src_gnome_ui.c
> Deleted:
>   head/sysutils/xvidcap/files/patch-src_gnome_ui.c
> Modified:
>   head/sysutils/xvidcap/Makefile
> 
> Modified: head/sysutils/xvidcap/Makefile
> ==============================================================================
> --- head/sysutils/xvidcap/Makefile	Sat Feb 23 16:46:51 2019	(r493710)
> +++ head/sysutils/xvidcap/Makefile	Sat Feb 23 16:57:01 2019	(r493711)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=		xvidcap
>  PORTVERSION=		1.1.7
> -PORTREVISION=		9
> +PORTREVISION=		10
>  PORTEPOCH=		1
>  CATEGORIES=		sysutils multimedia
>  MASTER_SITES=		SF
> @@ -15,22 +15,26 @@ LICENSE=		GPLv3
>  
>  BUILD_DEPENDS=		xml2po:textproc/gnome-doc-utils	\
>  			scrollkeeper-config:textproc/rarian
> -LIB_DEPENDS=		libswscale.so:multimedia/ffmpeg	\
> +LIB_DEPENDS=		libdbus-1.so:devel/dbus			\
> +			libfreetype.so:print/freetype2		\
> +			libswscale.so:multimedia/ffmpeg		\
>  			libdbus-glib-1.so:devel/dbus-glib	\
> +			libfontconfig.so:x11-fonts/fontconfig	\
>  			libmp3lame.so:audio/lame
>  RUN_DEPENDS=		animate:graphics/ImageMagick6	\
>  			gimp:graphics/gimp-app
>  
> -GNU_CONFIGURE=		yes
> -# --export-dynamic fixes libglade problems
> -LDFLAGS+=		-Wl,--export-dynamic
> -
> -USE_GNOME=		glib20 libglade2 intltool
>  USES=			gettext gmake gnome localbase pkgconfig
> -USE_XORG=		x11 xmu ice xfixes xdamage
> +
> +USE_GNOME=		cairo gdkpixbuf2 glib20 libglade2 intltool
> +USE_XORG=		x11 xext xmu ice xfixes xdamage
>  INSTALLS_OMF=		yes
>  MANLANG=		"" de es it
>  
> +GNU_CONFIGURE=		yes
> +# --export-dynamic fixes libglade problems
> +LDFLAGS+=		-L${LOCALBASE}/lib  -Wl,--export-dynamic -lz

Why did you readd this -L${LOCALBASE}/lib ?

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190223/8900b92d/attachment.sig>


More information about the svn-ports-all mailing list