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

Collapse All | Expand All

(-)b/multimedia/gstreamer1-editing-services/Makefile (-9 / +13 lines)
Lines 1-8 Link Here
1
# Created by: Koop Mast <kwm@FreeBSD.org>
1
# Created by: Koop Mast <kwm@FreeBSD.org>
2
2
3
PORTNAME=	gstreamer1-editing-services
3
PORTNAME=	gstreamer1-editing-services
4
PORTVERSION=	1.16.2
4
PORTVERSION=	1.16.3
5
PORTREVISION=	2
6
CATEGORIES=	multimedia
5
CATEGORIES=	multimedia
7
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer-editing-services/
6
MASTER_SITES=	http://gstreamer.freedesktop.org/src/gstreamer-editing-services/
8
DISTNAME=	gstreamer-editing-services-${PORTVERSION}
7
DISTNAME=	gstreamer-editing-services-${PORTVERSION}
Lines 12-28 COMMENT= GStreamer editing services Link Here
12
11
13
LICENSE=	LGPL20
12
LICENSE=	LGPL20
14
13
15
USES=		compiler:c11 gmake gnome gstreamer libtool pathfix perl5 python:3.6-3.9 pkgconfig tar:xz
14
USES=		compiler:c11 gnome gstreamer meson python pkgconfig tar:xz
16
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
17
USE_PERL5=	build
16
USE_PERL5=	build
18
GNU_CONFIGURE=	yes
19
USE_GNOME=	glib20 introspection:build libxml2 pygobject3:build
17
USE_GNOME=	glib20 introspection:build libxml2 pygobject3:build
20
USE_GSTREAMER=	good
18
USE_GSTREAMER=	good bad
21
INSTALL_TARGET=	install-strip
19
LIB_DEPENDS+=	libgstvalidate-1.0.so:multimedia/gstreamer1-validate
22
PORTSCOUT=	limitw:1,even
20
PORTSCOUT=	limitw:1,even
23
21
24
CONFIGURE_ARGS=	--enable-introspection=yes \
22
CONFIGURE_ARGS=	-D gtk_doc=disabled \
25
		--with-bash-completion-dir=${PREFIX}/share/bash-completion/completions
23
		-D introspection=enabled \
26
PLIST_SUB=	VERSION=1.0 SOVERSION=0.1602.0
24
		-D pygi-overrides-dir=${PYTHON_SITELIBDIR}/gstreamer-editing-services
25
PLIST_SUB=	VERSION=1.0 SOVERSION=0.1603.0
26
27
post-install:
28
		${MKDIR} ${PREFIX}/share/bash-completion/completions
29
		${INSTALL_SCRIPT} ${WRKSRC}/data/completions/ges-launch-1.0 \
30
			${STAGEDIR}${PREFIX}/share/bash-completion/completions/
27
31
28
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)b/multimedia/gstreamer1-editing-services/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1575825901
1
TIMESTAMP = 1654955116
2
SHA256 (gstreamer-editing-services-1.16.2.tar.xz) = 0e06a6191a0c6c16e16272bf2573cecaeb245f10629486ad940a299bef700c16
2
SHA256 (gstreamer-editing-services-1.16.3.tar.xz) = 9b05cbb8a6f1db53999e7ad11f00f4f1ccc154d6805b7e49cb7755eb37a99ba6
3
SIZE (gstreamer-editing-services-1.16.2.tar.xz) = 1086324
3
SIZE (gstreamer-editing-services-1.16.3.tar.xz) = 1091208
(-)b/multimedia/gstreamer1-editing-services/pkg-plist (-3 / +2 lines)
Lines 60-74 include/gstreamer-%%VERSION%%/ges/ges-video-uri-source.h Link Here
60
include/gstreamer-%%VERSION%%/ges/ges-xml-formatter.h
60
include/gstreamer-%%VERSION%%/ges/ges-xml-formatter.h
61
include/gstreamer-%%VERSION%%/ges/ges.h
61
include/gstreamer-%%VERSION%%/ges/ges.h
62
lib/girepository-1.0/GES-%%VERSION%%.typelib
62
lib/girepository-1.0/GES-%%VERSION%%.typelib
63
lib/gst-validate-launcher/python/launcher/apps/geslaunch.py
63
lib/gstreamer-%%VERSION%%/libgstges.so
64
lib/gstreamer-%%VERSION%%/libgstges.so
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
%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/GES.py
69
%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/__pycache__/GES.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
70
%%PYTHON_SITELIBDIR%%/gstreamer-editing-services/__pycache__/GES.cpython-%%PYTHON_SUFFIX%%.pyc
71
libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc
70
libdata/pkgconfig/gst-editing-services-%%VERSION%%.pc
72
man/man1/ges-launch-%%VERSION%%.1.gz
71
man/man1/ges-launch-%%VERSION%%.1.gz
73
share/bash-completion/completions/ges-launch-%%VERSION%%
72
share/bash-completion/completions/ges-launch-%%VERSION%%
74
share/gir-1.0/GES-%%VERSION%%.gir
73
share/gir-1.0/GES-%%VERSION%%.gir
75
- 
74
share/gstreamer-%%VERSION%%/validate/scenarios/ges-edit-clip-while-paused.scenario

Return to bug 264611