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

Collapse All | Expand All

(-)Makefile (-5 / +7 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-26 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
26
PLIST_SUB=	VERSION=1.0 SOVERSION=0.1404.0
28
PLIST_SUB=	VERSION=1.0 SOVERSION=0.1404.0
(-)pkg-plist (-3 / +7 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
lib/python2.7/site-packages/gstreamer-editing-services/GES.py
70
lib/python2.7/site-packages/gstreamer-editing-services/GES.pyc
71
lib/python2.7/site-packages/gstreamer-editing-services/GES.pyo
69
libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc
72
libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc
70
man/man1/ges-launch-%%VERSION%%.1.gz
73
man/man1/ges-launch-%%VERSION%%.1.gz
71
share/bash-completion/completions/ges-launch-%%VERSION%%
74
share/bash-completion/completions/ges-launch-%%VERSION%%
72
share/gir-1.0/GES-%%VERSION%%.gir
75
share/gir-%%VERSION%%/GES-%%VERSION%%.gir
76
share/gstreamer-%%VERSION%%/validate/scenarios/ges-edit-clip-while-paused.scenario

Return to bug 227897