View | Details | Raw Unified | Return to bug 227897 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +11 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gstreamer1-editing-services
4
PORTNAME=	gstreamer1-editing-services
5
PORTVERSION=	1.14.4
5
PORTVERSION=	1.14.4
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
8
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer-editing-services/
8
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer-editing-services/
9
DISTNAME=	gstreamer-editing-services-${PORTVERSION}
9
DISTNAME=	gstreamer-editing-services-${PORTVERSION}
Lines 11-28 Link Here
11
MAINTAINER=	multimedia@FreeBSD.org
11
MAINTAINER=	multimedia@FreeBSD.org
12
COMMENT=	GStreamer editing services
12
COMMENT=	GStreamer editing services
13
13
14
PORTSCOUT=	limitw:1,even
14
LIB_DEPENDS=	libgstvalidate-1.0.so:multimedia/gstreamer1-validate
15
15
16
USES=		compiler:c11 gmake gnome libtool pathfix perl5 python:3.6+ pkgconfig tar:xz
16
USES=		compiler:c11 gmake gnome libtool pathfix python:3.6+ pkgconfig tar:xz
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
USE_PERL5=	build
19
GNU_CONFIGURE=	yes
20
USE_GNOME=	glib20 introspection:build libxml2 pygobject3:build
18
USE_GNOME=	glib20 introspection:build libxml2 pygobject3:build
21
USE_GSTREAMER1=	good
19
USE_GSTREAMER1=	good
20
21
GNU_CONFIGURE=	yes
22
INSTALL_TARGET=	install-strip
22
INSTALL_TARGET=	install-strip
23
23
24
PORTSCOUT=	limitw:1,even
25
24
CONFIGURE_ARGS=	--enable-introspection=yes \
26
CONFIGURE_ARGS=	--enable-introspection=yes \
25
		--with-bash-completion-dir=${PREFIX}/share/bash-completion/completions
27
		--with-bash-completion-dir=${PREFIX}/share/bash-completion/completions \
28
		am_cv_python_pythondir=${PYTHON_PREFIX}/lib/${PYTHON_VERSION}/site-packages \
29
		am_cv_python_pyexecdir=${PYTHON_PREFIX}/lib/${PYTHON_VERSION}/site-packages \
30
		am_cv_python_version=${PYTHON_VERSION:S/python//}
26
PLIST_SUB=	VERSION=1.0 SOVERSION=0.1404.0
31
PLIST_SUB=	VERSION=1.0 SOVERSION=0.1404.0
27
32
28
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)pkg-plist (-3 / +10 lines)
Lines 60-72 Link Here
60
include/gstreamer-%%VERSION%%/ges/ges-video-uri-source.h
60
include/gstreamer-%%VERSION%%/ges/ges-video-uri-source.h
61
include/gstreamer-%%VERSION%%/ges/ges-xml-formatter.h
61
include/gstreamer-%%VERSION%%/ges/ges-xml-formatter.h
62
include/gstreamer-%%VERSION%%/ges/ges.h
62
include/gstreamer-%%VERSION%%/ges/ges.h
63
lib/girepository-1.0/GES-%%VERSION%%.typelib
63
lib/girepository-%%VERSION%%/GES-%%VERSION%%.typelib
64
lib/gst-validate-launcher/python/launcher/apps/geslaunch.py
64
lib/gstreamer-%%VERSION%%/libgstnle.so
65
lib/gstreamer-%%VERSION%%/libgstnle.so
65
lib/libges-%%VERSION%%.so
66
lib/libges-%%VERSION%%.so
66
lib/libges-%%VERSION%%.so.0
67
lib/libges-%%VERSION%%.so.0
67
lib/libges-%%VERSION%%.so.%%SOVERSION%%
68
lib/libges-%%VERSION%%.so.%%SOVERSION%%
68
%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/GES.py
69
libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc
69
libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc
70
man/man1/ges-launch-%%VERSION%%.1.gz
70
man/man1/ges-launch-%%VERSION%%.1.gz
71
share/bash-completion/completions/ges-launch-%%VERSION%%
71
share/bash-completion/completions/ges-launch-%%VERSION%%
72
share/gir-1.0/GES-%%VERSION%%.gir
72
share/gir-%%VERSION%%/GES-%%VERSION%%.gir
73
share/gstreamer-%%VERSION%%/validate/scenarios/ges-edit-clip-while-paused.scenario
74
/%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/GES.py
75
/%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/GES.pyc
76
/%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/GES.pyo
77
@dir /%%PYTHON_SITELIBDIR%%/gstreamer-editing-services
78
@dir /%%PYTHON_SITELIBDIR%%
79
@dir /%%PYTHON_LIBDIR%%

Return to bug 227897