Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 14:21:33 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518019 - head/multimedia/py-gstreamer1
Message-ID:  <201911201421.xAKELXQv003517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 20 14:21:33 2019
New Revision: 518019
URL: https://svnweb.freebsd.org/changeset/ports/518019

Log:
  - Limit python version (does not configure with 3.8)
  
  checking for python version... 3.8
  checking for python platform... freebsd12
  checking for python script directory... ${prefix}/lib/python3.8/site-packages
  checking for python extension module directory... ${exec_prefix}/lib/python3.8/site-packages
  checking for python >= 2.7... checking pkg-config is at least version 0.9.0... yes
  checking for GST... yes
  checking for PYGOBJECT... yes
  okay
  checking for headers required to compile python extensions... found
  checking for pygobject overrides directory... ${exec_prefix}/lib/python3.8/site-packages/gi/overrides
  checking for GST... yes
  configure: Using /usr/local/lib/gstreamer-1.0 as the plugin install location
  checking for PYGOBJECT... yes
  checking for libraries required to embed python... no
  configure: error: Python libs not found. Windows requires Python modules to be explicitly linked to libpython.
  
  Approved by:	portmgr blanket

Modified:
  head/multimedia/py-gstreamer1/Makefile

Modified: head/multimedia/py-gstreamer1/Makefile
==============================================================================
--- head/multimedia/py-gstreamer1/Makefile	Wed Nov 20 14:05:27 2019	(r518018)
+++ head/multimedia/py-gstreamer1/Makefile	Wed Nov 20 14:21:33 2019	(r518019)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gmake gnome libtool localbase pathfix pkgconfig python tar:xz
+USES=		gmake gnome libtool localbase pathfix pkgconfig python:-3.7 tar:xz
 USE_GNOME=	pygobject3
 USE_PYTHON=	flavors py3kplist
 USE_GSTREAMER1=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911201421.xAKELXQv003517>